/*-----------------------------------------------------------------------------------

    Template Name: Ecostate - Single Property Website Template
    Version: 1.0.0

    CSS INDEX
    ===================
    01. Template default CSS
    02. Layout CSS
        - Header
        - Footer
        - Wrapper
    03. Modules CSS
        - Plugins Override
            - Swiper
            - DatePicker
            - Selectric
        - Bootstrap Modules
            - Button
            - Form
            - Pagination
        - Template Modules
            - Hero
            - About Us
            - Agent
            - Feature
            - Funfact
            - Advantage
            - Floor Plan
            - Map Locations
            - Pricing
            - Testimonial
            - Gallery
            - Playground
            - Investor
            - Team
            - Blog
            - Sidebar
            - Comment
            - Booking
            - Contact
            - Error 404
            - Section Title
            - Page Header
            - Content Block

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7333;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #515151;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
    margin: 0;
}

p {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}

a,
button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a,
button,
input {
    transition: all 0.4s ease 0s;
}

*:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #7CC112;
}

button,
input[type=submit] {
    cursor: pointer;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

ul {
    margin-top: 0;
}
ul:last-child {
    margin-bottom: 0;
}

hr {
    border-top-width: 2px;
}

.ff-display {
    font-family: "Playfair Display", serif;
}

.ff-inter {
    font-family: "Inter", sans-serif;
}

.bg-light2 {
    background: #fbfbfb;
}

/*----------------------------------------*/
/*  02. Layout CSS
/*----------------------------------------*/
/* Header */
.header {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease 0s;
    background-color: #fff;
}
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}
.header-sticky {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background-color: transparent;
}
.header.is-sticky {
    transform: translateY(0);
}
.header-border {
    display: flex;
    width: 100%;
    height: 1px;
    opacity: 0.25;
    background-color: currentColor;
}

.headerSkew {
    display: none;
}

#kontakt-top {
    position: absolute;
    height: 20px;
    top: -20px;
    right: 0;
    color: #aeaeae;
}

.is-sticky .headerSkew {
    display: block;
    width: 100%;
    /*height: 400px;*/
    position: absolute;
    top: -81%;
    background: transparent;
}

/*.headerSkew::before {
    content: "";
    width: 50%;
    height: 100px;
    position: absolute;
    top: -48px;
    left: 0;
    background: rgb(2, 94, 25);
    transform: skewY(8deg);
}*/

.is-sticky .headerSkew::after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #0C2E5C;
    transform: skewY(-2deg);
    z-index: -99;
}

/* Header Logo */
.header-logo {
    max-width: 180px;
    margin-right: 180px;
    padding: 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .header-logo {
        margin-right: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-logo {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .header-logo {
        max-width: 100px;
    }

    .is-sticky .headerSkew {
        top: -155%;
    }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    line-height: 1;
    padding: 0;
    border: none;
    background-color: transparent;
}
.mobile-menu-toggle .fi {
    font-size: 26px;
    line-height: 1;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .mobile-menu-toggle .fi {
        font-size: 22px;
    }
}

/* Menu */
/* Main & Sticky Menu */
.sticky-menu {
    position: relative;
}
.main-menu > ul,
.sticky-menu > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 44px;
}
.main-menu > ul > li,
.sticky-menu > ul > li {
    position: relative;
}
.main-menu > ul > li.bordered,
.sticky-menu > ul > li.bordered {
    align-items: center;
    display: inline-flex;
}
.main-menu > ul > li > a,
.sticky-menu > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 66px 0;
    min-height: 40px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
.main-menu > ul > li.bordered > a,
.sticky-menu > ul > li.bordered > a {
    padding: 10px 10px;
    border: 1px solid white;
    position: initial;
}
.main-menu > ul > li > a::before,
.sticky-menu > ul > li > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    transition: all 0.4s ease 0s;
    transform: scale(0, 0);
    background: #7CC112;
}
.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a,
.sticky-menu > ul > li.active > a,
.sticky-menu > ul > li:hover > a {
    color: #7CC112;
}
.main-menu > ul > li.active > a::before, .main-menu > ul > li:hover > a::before,
.sticky-menu > ul > li.active > a::before,
.sticky-menu > ul > li:hover > a::before {
    transform: scale(1, 1);
}
.main-menu > ul > li:hover > .sub-menu,
.sticky-menu > ul > li:hover > .sub-menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}
.main-menu.menu-light > ul > li > a,
.sticky-menu.menu-light > ul > li > a {
    color: #fff;
}
.main-menu.menu-light > ul > li > a::before,
.sticky-menu.menu-light > ul > li > a::before {
    background: #fff;
}

/* Sticky Menu */
.sticky-menu > ul > li > a {
    padding: 30px 0;
}
.sticky-menu > ul > li > a::before {
    display: none;
}
.sticky-menu > ul > li.active > a, .sticky-menu > ul > li:hover > a {
    color: #7CC112;
}

/* Sub Menu */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 230px;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    transition: all 0.4s ease 0s;
    opacity: 0;
    border-top: 2px solid #7CC112;
    border-radius: 0;
    background-color: #000;
}
.sub-menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-menu li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 12px 20px;
    /*text-transform: capitalize;*/
    color: #fff;
}
.sub-menu li.active > a, .sub-menu li:hover > a {
    color: #7CC112;
}

.grecaptcha-badge {
    display: none;
}

/* Offcanvas Mobile Menu */
.offcanvas {
    z-index: 10;
}

#offcanvas-mobile-menu {
    background-color: #0b2f5c;
}
#offcanvas-mobile-menu .offcanvas-header {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 575px) {
    #offcanvas-mobile-menu .offcanvas-header {
        padding: 20px;
    }
}
#offcanvas-mobile-menu .offcanvas-header .btn-close {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
    opacity: 1;
    color: #fff;
    border: none;
}
#offcanvas-mobile-menu .offcanvas-header .btn-close i {
    font-size: 24px;
    line-height: 1;
}
#offcanvas-mobile-menu .offcanvas-header .btn-close:focus {
    box-shadow: none;
}
#offcanvas-mobile-menu .offcanvas-header .btn-close:hover {
    transform: rotate(180deg);
}
#offcanvas-mobile-menu .offcanvas-body {
    padding: 0 20px 20px 20px;
}

/* Mobile Menu / Offcanvas Logo */
.offcanvas-logo {
    max-width: 180px;
}
@media only screen and (max-width: 575px) {
    .offcanvas-logo {
        max-width: 150px;
    }
}

/* Mobile Menu */
.mobile-sub-menu-toggle {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu {
    margin: 0 -20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 13px 50px 13px 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-left: 5px solid transparent;
}
.mobile-menu ul li.active > a, .mobile-menu ul li:hover > a {
    border-color: #fff;
}
.mobile-menu ul li.open > .mobile-sub-menu-toggle {
    transform: rotateX(180deg);
}
.mobile-menu ul li .mobile-sub-menu {
    display: none;
}
.mobile-menu ul li .mobile-sub-menu li {
    padding-left: 20px;
}
.mobile-menu .sub-menu2 li {
    padding-left: 20px;
}

/* Offcanvas Contact */
.offcanvas-contact:not(:first-child) {
    margin-top: 40px;
}
.offcanvas-contact:not(:last-child) {
    margin-bottom: 30px;
}
.offcanvas-contact h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.offcanvas-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas-contact ul li {
    color: rgba(255, 255, 255, 0.8);
}
.offcanvas-contact ul li + li {
    margin-top: 5px;
}
.offcanvas-contact ul li a:hover {
    color: #7CC112;
}

/* Offcanvas Social */
.offcanvas-social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.offcanvas-social a {
    color: #fff;
}
.offcanvas-social a i {
    font-size: 16px;
    line-height: 1;
    display: flex;
}

/* Footer */
/* Footer Widget */
.footer-widget-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
.footer-widget-logo {
    max-width: 180px;
}
@media only screen and (max-width: 575px) {
    .footer-widget-logo {
        max-width: 150px;
    }
}
.footer-widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget-list li {
    position: relative;
    display: block;
}
.footer-widget-list li:not(:last-child) {
    margin-bottom: 14px;
}
.footer-widget-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-widget-social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #515151;
    border-radius: 50%;
    background: #F3F3F9;
}
.footer-widget-social a i {
    font-size: 15px;
}
.footer-widget-social a:hover {
    color: #fff;
    background-color: #7CC112;
}

/* Footer Copyright */
.footer-copyright a {
    color: #000000;
}
.footer-copyright a:hover {
    color: #7CC112;
}

/* Footer Language */
.footer-language {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 30px;
}
.footer-language li {
    font-size: 11px;
    text-transform: uppercase;
}

/* Main Wrapper */
.main-wrapper {
    position: relative;
    overflow: hidden;
}

/* Section */
.section {
    width: 100%;
}
.section-padding {
    padding: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 30px 0;
    }
}

/* Container */
.container-fluid {
    max-width: 1530px;
    padding-right: 30px;
    padding-left: 30px;
}
@media only screen and (max-width: 575px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* Custom Grid For 2 Column Section */
.custom-grid {
    margin-right: 0;
    margin-left: 0;
}
.custom-grid > * {
    padding-right: 0;
    padding-left: 0;
}
.custom-grid .column-left {
    width: 100%;
    max-width: 300px;
    /*max-width: 441px;*/
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .custom-grid .column-left {
        max-width: 275px;
        /*max-width: 375px;*/
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-grid .column-left {
        max-width: 215px;
        /*max-width: 315px;*/
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .custom-grid .column-left {
        max-width: 100%;
    }
}
.custom-grid .column-right {
    width: calc(100% - 300px);
    /*width: calc(100% - 441px);*/
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .custom-grid .column-right {
        width: calc(100% - 275px);
        /*width: calc(100% - 375px);*/
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-grid .column-right {
        width: calc(100% - 215px);
        /*width: calc(100% - 315px);*/
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .custom-grid .column-right {
        width: 100%;
    }
}

.social-media {
    position: fixed;
    right: 10px;
    z-index: 10;
    width: 50px;
    top: 50%;
    margin-top: -115px;
}

.social-media a {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 50%;
    background-color: #7CC112;
}

.social-media a:not(:last-of-type) {
    margin-bottom: 10px;
}

.social-media .fb-icon {
    background-color: #046de4;
}

.social-media .ig-icon {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social-media .in-icon {
    background-color: #1565c0;
}

.social-media .yt-icon {
    background-color: #ff0a00;
}

@media (max-width: 500px) {
    .social-media {
        width: 40px;
        margin-top: -87px;
    }

    .social-media a {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .social-media a:not(:last-of-type) {
        margin-bottom: 5px;
    }
}

/* Scroll To Top */
.scroll-to-top {
    position: fixed;
    z-index: 99;
    z-index: 1;
    right: 10px;
    bottom: -50px;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 50%;
    background-color: #7CC112;
}
.scroll-to-top.show {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
}
.scroll-to-top i {
    font-size: 20px;
    display: flex;
    transform: rotateX(180deg);
}
.scroll-to-top::after, .scroll-to-top::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(14, 164, 120, 0.2);
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
/* Service Page Activities Section */
.service-activities-section {
    position: relative;
    z-index: 1;
}
.service-activities-section .bg-shape {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    max-width: 50%;
}

/*----------------------------------------*/
/*  03. Modules CSS
/*----------------------------------------*/
/* Plugins Override */
/* Swiper */
.swiper .swiper-pagination,
.swiper-outer-wrapper .swiper-pagination {
    line-height: 1;
    display: flex;
    z-index: 7;
    gap: 20px;
    justify-content: center;
}
.swiper .swiper-pagination-bullet,
.swiper-outer-wrapper .swiper-pagination-bullet {
    line-height: 1;
    width: 10px;
    height: 10px;
    margin: 0 !important;
    transition: all 0.4s ease 0s;
    opacity: 1;
    border-radius: 500px;
    background-color: #CCCCCC;
}
.swiper .swiper-pagination-bullet-active,
.swiper-outer-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #7CC112;
}

/* Swiper Outer Wrapper */
.swiper-outer-wrapper {
    position: relative;
}
.swiper-outer-wrapper .swiper-button-prev {
    left: 0;
    justify-content: flex-start;
    background-image: url(../images/shapes/swiper-prev.png);
}
.swiper-outer-wrapper .swiper-button-next {
    right: 0;
    justify-content: flex-end;
    background-image: url(../images/shapes/swiper-next.png);
}
.swiper-outer-wrapper .swiper-button-prev, .swiper-outer-wrapper .swiper-button-next {
    width: 28px;
    height: 120px;
    margin: 0;
    z-index: 7;
    transform: translateY(-50%);
    color: #000000;
}

.swiper-outer-wrapper.floor-swiper .swiper-button-prev, .swiper-outer-wrapper.floor-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0;
    z-index: 7;
    transform: translateY(-50%);
    color: #000000;
    background: white;
    border-radius: 50%;
    justify-content: center;
}

.swiper-outer-wrapper.floor-swiper .swiper-button-prev {
    left: -10px;
}

.swiper-outer-wrapper.floor-swiper .swiper-button-next {
    right: -10px;
}

.swiper-outer-wrapper .swiper-button-prev::after, .swiper-outer-wrapper .swiper-button-next::after {
    font-size: 22px;
}
.swiper-outer-wrapper.swiper-pagination-one {
    margin-bottom: 50px;
}
.swiper-outer-wrapper.swiper-pagination-one .swiper-pagination {
    bottom: -50px;
}

/* Blog Slider */
.blog-slider .swiper-pagination {
    right: 60px;
    bottom: 70px;
    left: auto;
    width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-slider .swiper-pagination {
        right: 40px;
        bottom: 50px;
    }
}
.blog-slider .swiper-pagination-bullet {
    background-color: #fff;
}
.blog-slider .swiper-pagination-bullet-active {
    width: 35px;
    background-color: #7CC112;
}

/* DatePicker */
.datepicker-top-left {
    border-top-color: #7CC112;
}
.datepicker-top-left::before {
    border-bottom-color: #7CC112;
}
.datepicker-panel ul li:hover {
    background-color: rgba(14, 164, 120, 0.25);
}
.datepicker-panel ul li.highlighted {
    background-color: rgba(14, 164, 120, 0.15);
}
.datepicker-panel ul li.highlighted:hover {
    background-color: rgba(14, 164, 120, 0.25);
}
.datepicker-panel ul li.picked {
    color: #7CC112;
    background-color: rgba(14, 164, 120, 0.25);
}
.datepicker-panel ul li.picked:hover {
    color: #7CC112;
}

/* Selectric */
.selectric {
    border-color: #D9D9D9;
    background-color: transparent;
}
.selectric .label {
    font-size: 0.9375rem;
    line-height: 1.7333;
    height: auto;
    margin-right: 60px;
    margin-left: 0;
    padding: 16px 25px;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .selectric .label {
        margin-right: 50px;
        padding: 11px 20px;
    }
}
.selectric .button {
    width: 58px;
    height: 58px;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .selectric .button {
        width: 48px;
        height: 48px;
    }
}
.selectric-items ul li {
    font-size: 15px;
    padding: 15px 25px;
}

/* Bootstrap Modules */
/* Button */
.btn {
    font-size: 14px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 20px 40px;
    transition: all 0.4s ease 0s;
    transition-duration: 800ms;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    gap: 10px;
}
.btn .fi {
    font-size: 30px;
    line-height: 1;
    display: flex;
    margin-left: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn {
        height: 60px;
        padding: 15px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        height: 54px;
        padding: 12px 30px;
    }
    .btn .fi {
        font-size: 24px;
    }
}
.btn::before {
    position: absolute;
    z-index: -1;
    top: 110%;
    left: 50%;
    width: 200%;
    height: 200%;
    content: "";
    transition: all 0.4s ease 0s;
    transition-duration: 800ms;
    transform: translateX(-50%);
    border-radius: 50%;
}
.btn:focus {
    box-shadow: none;
}
.btn:hover::before {
    top: -40%;
}
.btn-xs {
    height: 30px;
    padding: 5px 15px;
}
.btn-sm {
    height: 50px;
    padding: 10px 30px;
}
.btn-md {
    height: 60px;
    padding: 15px 30px;
}
.btn-lg {
    height: 70px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .btn-md {
        height: 54px;
        padding: 12px 30px;
    }
    .btn-md .fi {
        font-size: 24px;
    }
}
.btn-light {
    background-color: #fff;
}
.btn-primary {
    color: #fff;
}
.btn-secondary {
    color: #fff;
}
.btn-success {
    color: #fff;
}
.btn-info {
    color: #fff;
}
.btn-warning {
    color: #000;
}
.btn-danger {
    color: #fff;
}
.btn-light {
    color: #000;
}
.btn-dark {
    color: #fff;
}

/* Outline Default Hover */
[class*=btn-outline] {
    border: 1px solid;
}
[class*=btn-outline]:hover {
    background-color: transparent;
}

/* Color Variation Hover */
.btn-hover-primary::before {
    background-color: #7CC112;
}
.btn-hover-primary:hover {
    border-color: #7CC112;
    color: #fff;
}

.btn-hover-secondary::before {
    background-color: #6c757d;
}
.btn-hover-secondary:hover {
    border-color: #6c757d;
    color: #fff;
}

.btn-hover-success::before {
    background-color: #198754;
}
.btn-hover-success:hover {
    border-color: #198754;
    color: #fff;
}

.btn-hover-info::before {
    background-color: #0dcaf0;
}
.btn-hover-info:hover {
    border-color: #0dcaf0;
    color: #fff;
}

.btn-hover-warning::before {
    background-color: #ffc107;
}
.btn-hover-warning:hover {
    border-color: #ffc107;
    color: #000;
}

.btn-hover-danger::before {
    background-color: #dc3545;
}
.btn-hover-danger:hover {
    border-color: #dc3545;
    color: #fff;
}

.btn-hover-light::before {
    background-color: #fff;
}
.btn-hover-light:hover {
    border-color: #F3F3F9;
    color: #000;
}

.btn-hover-dark::before {
    background-color: #221F1E;
}
.btn-hover-dark:hover {
    border-color: #221F1E;
    color: #fff;
}

/* Form */
.form-label {
    line-height: 1;
    display: block;
    margin-bottom: 12px;
    color: #000000;
}
.form-label .required {
    margin-left: 3px;
    color: #F56C6C;
}

.form-control {
    padding: 16px 25px;
    color: #000000;
    border-radius: 0;
}
.form-control::-webkit-input-placeholder {
    color: #515151;
}
.form-control:-moz-placeholder {
    color: #515151;
}
.form-control::-moz-placeholder {
    color: #515151;
}
.form-control:-ms-input-placeholder {
    color: #515151;
}
.form-control:focus {
    color: #000000;
    border-color: #000000;
    box-shadow: none;
}
@media only screen and (max-width: 767px) {
    .form-control {
        font-size: 13px;
        padding: 13px 20px;
    }
}

textarea.form-control {
    height: 155px;
}

.form-btn {
    padding-right: 70px;
    padding-left: 70px;
}

/* Pagination */
.pagination {
    justify-content: center;
    gap: 10px;
}
.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    min-height: 35px;
    padding: 0;
    color: #515151;
    border-radius: 0 !important;
}
.pagination .page-item .page-link.active {
    cursor: default;
    pointer-events: none;
    color: #fff;
    border-color: #7CC112;
    background-color: #7CC112;
}
.pagination .page-item .page-link:not(.active):hover {
    color: #fff;
    border-color: #7CC112;
    background-color: #7CC112;
}

/* Template Modules */
/* Hero */
/* Hero Slider */
.hero-slider .swiper-pagination {
    position: absolute;
    bottom: 20px;
}
.hero-slider .swiper-button-prev {
    left: 0;
}
.hero-slider .swiper-button-next {
    right: 0;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    justify-content: center;
    width: 40px;
    height: 120px;
    margin: 0;
    transition: all 0.4s ease 0s;
    transform: translateY(-50%);
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
}
.hero-slider .swiper-button-prev::after, .hero-slider .swiper-button-next::after {
    font-size: 30px;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

/* Hero Slide */
.hero-slide {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 1150px;
    padding: 120px 0 100px;
    /* Slide Active */
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide {
        height: 850px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide {
        height: 650px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide {
        height: 550px;
        padding-top: 100px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-slide {
        height: 450px;
    }
}
.hero-slide::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}
.hero-slide.swiper-slide-active .hero-slide-bg {
    transform: scale(1.15);
}
.hero-slide.swiper-slide-active .hero-slide-sub-title, .hero-slide.swiper-slide-active .hero-slide-title, .hero-slide.swiper-slide-active .hero-slide-btn {
    transform: translateY(0);
    opacity: 1;
}
.hero-slide.swiper-slide-active .hero-slide-sub-title {
    transition-delay: 0.7s;
}
.hero-slide.swiper-slide-active .hero-slide-title {
    transition-delay: 1s;
}
.hero-slide.swiper-slide-active .hero-slide-btn {
    transition-delay: 1.5s;
}
.hero-slide-bg {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 6s linear;
}
.hero-slide-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-slide-sub-title, .hero-slide-title, .hero-slide-btn {
    transition: all 1s ease;
    transform: translateY(100px);
    opacity: 0;
}
.hero-slide-sub-title {
    line-height: 1;
    margin-bottom: 35px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .hero-slide-sub-title {
        margin-bottom: 20px;
    }
}
.hero-slide-sub-title span {
    font-size: 30px;
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-sub-title span {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-sub-title span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-slide-sub-title span {
        font-size: 18px;
    }
}
.hero-slide-title {
    line-height: 0.9;
    margin-bottom: 90px;
    margin-left: -12px;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-title {
        margin-left: -8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-title {
        margin-bottom: 60px;
        margin-left: -5px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-title {
        margin-bottom: 40px;
        margin-left: -4px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-slide-title {
        margin-bottom: 30px;
    }
}
.hero-slide-title span {
    font-size: 200px;
    display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-title span {
        font-size: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-title span {
        font-size: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-title span {
        font-size: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-slide-title span {
        font-size: 54px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-slide-title span {
        font-size: 46px;
    }
}
.hero-slide-btn {
    display: block;
}

/* Hero Scroll Down */
.hero-scroll-down {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 28px;
    padding: 0;
    transform: translateX(-50%);
    color: #000000;
    border: none;
    background-color: transparent;
    background-image: url("../images/shapes/hero-scroll-down.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hero-scroll-down i {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
}

/* Hero 2 Slide */
.hero-2-slide {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 270px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-2-slide {
        padding: 200px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-2-slide {
        padding: 200px 0 150px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-2-slide {
        padding: 150px 0 100px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-2-slide {
        padding: 120px 0 100px;
    }
}
.hero-2-slide-bg {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/hero/hero-bg-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.hero-2-slide-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, #221f1e 10%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-2-slide-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-2-slide-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 0.85;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.hero-2-slide-title span {
    font-size: 180px;
    display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-2-slide-title span {
        font-size: 140px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-2-slide-title span {
        font-size: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-2-slide-title span {
        font-size: 110px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-2-slide-title span {
        font-size: 80px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-2-slide-title span {
        font-size: 70px;
    }
}
.hero-2-slide-signature {
    display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .hero-2-slide-signature {
        max-width: 290px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-2-slide-signature {
        max-width: 220px;
    }
}
.hero-2-slide-location {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    margin: 0;
    padding: 23px 30px 23px 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .hero-2-slide-location {
        font-size: 18px;
        padding: 20px 30px 20px 60px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-2-slide-location {
        font-size: 16px;
        padding: 15px 25px 15px 50px;
    }
}
.hero-2-slide-location .fi {
    font-size: 20px;
    position: absolute;
    top: 25px;
    left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .hero-2-slide-location .fi {
        top: 16px;
        left: 15px;
    }
}
.hero-2-slide-btn {
    display: block;
}

/* About Us */
/* Home 2 About Section */
.h2-about-section {
    position: relative;
    margin-bottom: 133px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .h2-about-section {
        margin-bottom: 88px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h2-about-section {
        margin-bottom: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h2-about-section {
        margin-bottom: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .h2-about-section {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .h2-about-section {
        margin-bottom: 33px;
    }
}
@media only screen and (max-width: 479px) {
    .h2-about-section {
        margin-bottom: 25px;
    }
}
.h2-about-section::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 133px;
    content: "";
    background-image: url(../images/shapes/about.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .h2-about-section::before {
        height: 88px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h2-about-section::before {
        height: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h2-about-section::before {
        height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .h2-about-section::before {
        height: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .h2-about-section::before {
        height: 33px;
    }
}
@media only screen and (max-width: 479px) {
    .h2-about-section::before {
        height: 25px;
    }
}

/* About Image */
.about-image {
    position: relative;
    margin-right: 35px;
    padding-right: 190px;
    padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about-image {
        margin-right: 0;
        padding-right: 100px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image {
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 70px;
    }
    .about-image img {
        width: 87%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .about-image {
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 100px;
    }
    .about-image img {
        width: 85%;
    }
}
@media only screen and (max-width: 767px) {
    .about-image {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 479px) {
    .about-image {
        padding-bottom: 50px;
    }
}
.about-image img:nth-child(2) {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

/* Agent */
.agent {
    display: flex;
}

.agent-thumb {
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    border-radius: 50%;
}

.agent-content {
    border: 1px solid #b3b3b3;
    padding: 20px 30px;
    margin-bottom: 30px;
    width: 100%;
}

.agent-name {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 3px;
}
.agent-designation {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.agent-info {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
.agent-info li {
    color: #000000;
}
.agent-info li a {
    color: #515151;
}
.agent-info li a:hover {
    color: #7CC112;
}
.agent-link {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #8D8D91;
}
.agent-link:hover {
    color: #7CC112;
    border-color: #7CC112;
}

/* Agent Contact Form */
.agent-contact-form input, .agent-contact-form textarea {
    font-size: 15px;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 0;
    transition: all 500ms ease;
    color: #515151;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #CFCFD4;
    border-radius: 4px;
    background-color: transparent;
}
.agent-contact-form input:focus, .agent-contact-form textarea:focus {
    border-color: #000000;
}
.agent-contact-form textarea {
    height: 120px;
    resize: none;
}
.agent-contact-form .btn {
    width: 100%;
    max-width: 200px;
}

/* Feature */
/* Feature Style One & Two */
.feature,
.feature-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 450px;
    gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
    .feature,
    .feature-2 {
        gap: 20px;
    }
}
.feature-icon,
.feature-2-icon {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    transition: all 0.4s ease 0s;
    color: #3F3C3C;
    border-radius: 50%;
    background-color: #F3F3F9;
}
.feature-icon::before,
.feature-2-icon::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: all 0.4s ease 0s;
    transform: scale(0);
    border-radius: 50%;
    background-color: #7CC112;
}
.feature-icon i,
.feature-2-icon i {
    font-size: 30px;
    line-height: 1;
    display: flex;
}
.feature-content,
.feature-2-content {
    flex: 1 0;
}
.feature-content p,
.feature-2-content p {
    font-size: 14px;
    margin: 0;
}
.feature-title,
.feature-2-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 6px;
    color: #7CC112;
}
@media only screen and (max-width: 479px) {
    .feature-title,
    .feature-2-title {
        font-size: 18px;
    }
}
.feature:hover .feature-icon, .feature:hover .feature-2-icon,
.feature-2:hover .feature-icon,
.feature-2:hover .feature-2-icon {
    color: #fff;
}
.feature:hover .feature-icon::before, .feature:hover .feature-2-icon::before,
.feature-2:hover .feature-icon::before,
.feature-2:hover .feature-2-icon::before {
    transform: scale(1);
}

/* Feature Two */
.feature-2-icon {
    color: #7CC112;
    background-color: rgba(14, 164, 120, 0.05);
}
.feature-2-title {
    color: #000000;
}

/* Feature List */
.feature-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.feature-list li {
    font-size: 18px;
    position: relative;
    display: block;
    width: 50%;
    padding-left: 40px;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .feature-list li {
        width: 100%;
    }
}
.feature-list li:not(:last-child) {
    margin-bottom: 18px;
}
.feature-list li::before {
    font-family: flaticon;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    content: "\f12d";
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #7CC112;
}

/* Funfact */
.funfact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact {
        gap: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .funfact {
        padding: 25px 0;
        gap: 25px;
    }
}
.funfact-icon {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    transition: all 0.4s ease 0s;
    color: #3F3C3C;
    border-radius: 50%;
    background-color: #F3F3F9;
}
.funfact-icon::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: all 0.4s ease 0s;
    transform: scale(0);
    border-radius: 50%;
    background-color: #7CC112;
}
.funfact-icon i {
    font-size: 30px;
    line-height: 1;
    display: flex;
}
.funfact-content p {
    font-size: 14px;
    margin: 0;
}
.funfact-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 3px;
    color: #7CC112;
}
@media only screen and (max-width: 575px) {
    .funfact-number {
        font-size: 35px;
    }
}
.funfact:hover .funfact-icon {
    color: #fff;
}
.funfact:hover .funfact-icon::before {
    transform: scale(1);
}

/* Funfact 2 */
.funfact-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.funfact-2-content p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    color: #CCCCCC;
}
.funfact-2-number {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #7CC112;
}
@media only screen and (max-width: 767px) {
    .funfact-2-number {
        font-size: 54px;
    }
}
@media only screen and (max-width: 575px) {
    .funfact-2-number {
        font-size: 50px;
    }
}

/* Advantage */
.advantage-block-image {
    position: relative;
    overflow: hidden;
    background-color: #7CC112;
}
.advantage-block-image img {
    width: 100%;
    transition: all 0.4s ease 0s;
}
.advantage-block-content {
    padding-top: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .advantage-block-content {
        padding-top: 25px;
    }
}
.advantage-block-content p {
    margin: 0;
}
.advantage-block-content p:not(:last-child) {
    margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .advantage-block-content p:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .advantage-block-content p:not(:last-child) {
        margin-bottom: 20px;
    }
}
.advantage-block-content .btn {
    padding-right: 50px;
    padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .advantage-block-content .btn {
        height: 54px;
    }
}
.advantage-block-title {
    font-size: 36px;
    margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (max-width: 767px) {
    .advantage-block-title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
    .advantage-block-title {
        font-size: 24px;
    }
}
.advantage-block:hover .advantage-block-image img {
    transform: scale(1.05);
    opacity: 0.2;
}

/* Floor Plan */
/* Floor Plan 2 Section */
.floor-plan-2-section {
    background-color: #F5F1EF;
}

/* Floor Plan Tab Nav */
.floor-plan-tab-nav {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 50px;*/
    margin-bottom: 40px;
    gap: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .floor-plan-tab-nav {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .floor-plan-tab-nav {
        margin-bottom: 10px;
    }
}
.floor-plan-tab-nav li {
    flex: 1 0;
}
@media only screen and (max-width: 767px) {
    .floor-plan-tab-nav li {
        flex: 1 0 30%;
        margin-bottom: 20px;
    }
}
.floor-plan-tab-nav li button {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    /*padding: 30px 15px;*/
    padding: 15px;
    cursor: pointer;
    color: #000000;
    border: none;
    background-color: #E9E9F0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .floor-plan-tab-nav li button {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .floor-plan-tab-nav li button {
        font-size: 20px;
        /*padding: 20px 15px;*/
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .floor-plan-tab-nav li button {
        font-size: 16px;
        padding: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .floor-plan-tab-nav li button {
        font-size: 16px;
        padding: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .floor-plan-tab-nav li button {
        font-size: 14px;
        padding: 5px;
    }
}
.floor-plan-tab-nav li button::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    content: "";
    transition: all 0.2s ease 0s;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    background-color: #fff;
}
.floor-plan-tab-nav li button.active {
    background-color: #fff;
}
.floor-plan-tab-nav li button.active::before {
    bottom: -10px;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .floor-plan-tab-nav li button.active::before {
        bottom: -5px;
    }
}

/* Floor Plan Tab Nav Two */
.floor-plan-tab-nav-2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .floor-plan-tab-nav-2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .floor-plan-tab-nav-2 {
        margin-bottom: 10px;
    }
}
.floor-plan-tab-nav-2 li {
    flex: 1 0;
}
@media only screen and (max-width: 767px) {
    .floor-plan-tab-nav-2 li {
        flex: 1 0 50%;
        margin-bottom: 20px;
    }
}
.floor-plan-tab-nav-2 li button {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 29px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-bottom: 3px solid #D0CDCB;
    background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .floor-plan-tab-nav-2 li button {
        font-size: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .floor-plan-tab-nav-2 li button {
        font-size: 18px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .floor-plan-tab-nav-2 li button {
        font-size: 14px;
    }
}
.floor-plan-tab-nav-2 li button::before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    content: "";
    transition: all 0.4s ease 0s;
    transform: scale(0, 1);
    background-color: #7CC112;
}
.floor-plan-tab-nav-2 li button.active::before {
    transform: scale(1, 1);
}

.floor-items {
    margin-bottom: 30px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.floor-items .floor-item {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #c2c1c1;
    background: white;
    padding: 10px 15px;
    line-height: 1;
}



.floor-items .floor-item.active {
    color: #7CC112;
}

.floor-plan-images .thumbs-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
    max-width: 690px;
    margin: 0 auto;
}

.floor-plan-images .thumbs-container a {
    max-width: 279px;
    max-height: 186px;
}

.floor-plan-images .btn-prev {
    transform: rotate(270deg);
    cursor: pointer;
    border-radius: 50%;
}

.floor-plan-images .btn-next {
    transform: rotate(90deg);
    cursor: pointer;
    border-radius: 50%;
}

.images-thumbs#tns2 .tns-item img, .images-thumbs#tns2 .tns-item.tns-slide-active img {
    border: 3px solid transparent;
}

.images-thumbs#tns2 .tns-item.tns-slide-active+.tns-slide-active img {
    border: 3px solid #7CC112;
}

.images-thumbs#tns2 .tns-item.tns-slide-active+.tns-slide-active+.tns-slide-active img {
    border: 3px solid transparent;
}

@media (min-width: 768px) {
    .floor-items {
        margin-bottom: 40px !important;
        gap: 15px;
    }

    .floor-items .floor-item {
        font-size: 14px;
        padding: 12px 17px;
    }
}

@media (min-width: 991px) {
    .floor-items {
        margin-bottom: 50px !important;
        gap: 20px;
    }

    .floor-items .floor-item {
        font-size: 16px;
        padding: 12px 17px;
    }
}

/* Floor Plan */
.floor-plan-content {
    padding-top: 12px;
}
.floor-plan-title {
    font-size: 48px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .floor-plan-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .floor-plan-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 479px) {
    .floor-plan-title {
        font-size: 32px;
    }
}
.floor-plan-text {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .floor-plan-text {
        margin-bottom: 30px;
    }
}
.floor-plan-info {
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}
.floor-plan-info span {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .floor-plan-info {
        margin-bottom: 40px;
    }
}
.floor-plan-info li {
    font-size: 18px;
    line-height: 1.555;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #000;
}
.floor-plan-info li span.price {
    font-weight: 700;
    color: #F92502;
}
.floor-plan-info li:not(:last-child) {
    border-bottom: 1px solid #CFCFD4;
}
.floor-plan-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.floor-plan-buttons .btn {
    min-width: 205px;
}
.floor-plan-image {
    text-align: center;
}

/* Map Locations */
/* Home 2 Location Section */
.h2-location-section {
    position: relative;
    margin-top: 133px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .h2-location-section {
        margin-top: 88px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h2-location-section {
        margin-top: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h2-location-section {
        margin-top: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .h2-location-section {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .h2-location-section {
        margin-top: 33px;
    }
}
@media only screen and (max-width: 479px) {
    .h2-location-section {
        margin-top: 25px;
    }
}
.h2-location-section::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 133px;
    content: "";
    background-image: url(../images/shapes/location.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .h2-location-section::before {
        height: 88px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h2-location-section::before {
        height: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h2-location-section::before {
        height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .h2-location-section::before {
        height: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .h2-location-section::before {
        height: 33px;
    }
}
@media only screen and (max-width: 479px) {
    .h2-location-section::before {
        height: 25px;
    }
}

/* Map Location List */
.map-location-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .map-location-list {
        gap: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .map-location-list {
        gap: 25px;
    }
}
.map-location-list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    border: none;
    background-color: transparent;
    gap: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .map-location-list li {
        gap: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .map-location-list li {
        gap: 20px;
    }
}
.map-location-list li .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    transition: all 0.4s ease 0s;
    border: 1px solid transparent;
    border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .map-location-list li .icon {
        margin-top: 4px;
    }
}
@media only screen and (max-width: 575px) {
    .map-location-list li .icon {
        width: 20px;
        height: 20px;
    }
}
.map-location-list li .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    content: "";
    transition: all 0.4s ease 0s;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background: #CCCCCC;
}
.map-location-list li .content {
    flex: 1 0;
}
.map-location-list li .title {
    font-size: 36px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .map-location-list li .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .map-location-list li .title {
        font-size: 24px;
    }
}
.map-location-list li.active .icon {
    border-color: #7CC112;
}
.map-location-list li.active .icon::before {
    background-color: #7CC112;
}

/* Map Location 2 List */
.map-location-2-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}
@media only screen and (max-width: 575px) {
    .map-location-2-list {
        gap: 25px;
    }
}
.map-location-2-list li {
    position: relative;
    display: flex;
    flex: 1 0 calc(50% - 15px);
    flex-wrap: wrap;
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    cursor: pointer;
    border: none;
    background-color: transparent;
    gap: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .map-location-2-list li {
        gap: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .map-location-2-list li {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .map-location-2-list li {
        gap: 20px;
    }
}
.map-location-2-list li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    transition: all 0.4s ease 0s;
    color: #7CC112;
    border-radius: 50%;
    background-color: #272423;
}
.map-location-2-list li .icon i {
    font-size: 30px;
    line-height: 1;
    display: flex;
}
.map-location-2-list li .content {
    align-self: center;
    flex: 1 0;
}
.map-location-2-list li .title {
    font-size: 36px;
    margin-bottom: 6px;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-location-2-list li .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .map-location-2-list li .title {
        font-size: 24px;
    }
}
.map-location-2-list li .address {
    opacity: 0.75;
    color: #fff;
}
.map-location-2-list li.active .icon {
    color: #000000;
    background-color: #7CC112;
}

/* Map Location 1 & 2 */
.map-location-layer,
.map-location-2-layer {
    position: relative;
    margin-top: -120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .map-location-layer,
    .map-location-2-layer {
        margin-top: 0;
    }
}
.map-location-layer img,
.map-location-2-layer img {
    width: 100%;
}
.map-location-item,
.map-location-2-item {
    position: absolute;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #7CC112;
    box-shadow: 0 0 0 10px rgba(14, 164, 120, 0.1);
}
.map-location-item:hover .title, .map-location-item.active .title,
.map-location-2-item:hover .title,
.map-location-2-item.active .title {
    visibility: visible;
    opacity: 1;
}
.map-location-item .title,
.map-location-2-item .title {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -80px;
    left: 50%;
    visibility: hidden;
    padding: 5px 15px;
    transition: all 0.4s ease 0s;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    color: #000000;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
.map-location-item .title::before,
.map-location-2-item .title::before {
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 10px;
    height: 24px;
    content: "";
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}
.map-location-item ~ .google-map-link,
.map-location-2-item ~ .google-map-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #064DF0;
}
.map-location-item ~ .google-map-link i,
.map-location-2-item ~ .google-map-link i {
    margin-right: 10px;
}

/* Map Location 2 */
.map-location-2-layer {
    margin-top: 0;
}
.map-location-2-item {
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .map-location-2-item {
        width: 10px;
        height: 10px;
    }
}
.map-location-2-item ~ .google-map-link {
    bottom: 50px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .map-location-2-item ~ .google-map-link {
        bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .map-location-2-item ~ .google-map-link {
        font-size: 12px;
        bottom: 10px;
    }
}

/* Pricing */
.pricing {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 490px;
    padding: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing {
        padding: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .pricing {
        padding: 50px;
    }
}
@media only screen and (max-width: 479px) {
    .pricing {
        padding: 40px;
    }
}
.pricing-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pricing-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pricing-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 48px;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .pricing-title {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 479px) {
    .pricing-title {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
.pricing-amount {
    font-family: "Playfair Display", serif;
    font-size: 84px;
    font-weight: 400;
    line-height: 1.071;
    position: relative;
    display: block;
    margin-bottom: 26px;
    color: #FFCA3B;
}
@media only screen and (max-width: 575px) {
    .pricing-amount {
        font-size: 70px;
    }
}
@media only screen and (max-width: 479px) {
    .pricing-amount {
        font-size: 55px;
        margin-bottom: 20px;
    }
}
.pricing-tax {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    display: block;
    margin-bottom: 53px;
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .pricing-tax {
        font-size: 24px;
    }
}
@media only screen and (max-width: 479px) {
    .pricing-tax {
        font-size: 20px;
        margin-bottom: 50px;
    }
}
.pricing .btn {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 48px;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .pricing .btn {
        height: auto;
        padding: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .pricing .btn {
        font-size: 14px;
        margin-bottom: 35px;
        padding: 17px;
    }
}
.pricing-support-box {
    position: relative;
    display: block;
    padding-left: 66px;
}
.pricing-support-box span {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    color: #fff;
}
.pricing-support-box a {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
@media only screen and (max-width: 479px) {
    .pricing-support-box a {
        font-size: 20px;
    }
}
.pricing-support-box a:hover {
    color: #7CC112;
}

/* Testimonial */
/* About Page Testimonial Section */
.about-testimonial-section {
    background-image: url(../images/testimonial/testimonial-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.testimonial {
    background: #0b2f5c;
    padding: 1.5rem;
    border-radius: 5px;
}

.testimonial * {
    color: white !important;
}

.testimonial-quote {
    font-size: 70px;
    line-height: 1;
    font-family: initial;
}

.testimonial-slider .swiper-slide {
    height: initial;
    display: flex;
}

/* Testimonial */
.testimonial-text,
.testimonial-2-text,
.testimonial-3-text {
    margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-text,
    .testimonial-2-text,
    .testimonial-3-text {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-text,
    .testimonial-2-text,
    .testimonial-3-text {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-text,
    .testimonial-2-text,
    .testimonial-3-text {
        margin-top: 30px;
    }
}
.testimonial-text p,
.testimonial-2-text p,
.testimonial-3-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    color: #000000;
}
.testimonial-text p:not(:last-child),
.testimonial-2-text p:not(:last-child),
.testimonial-3-text p:not(:last-child) {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .testimonial-text p:not(:last-child),
    .testimonial-2-text p:not(:last-child),
    .testimonial-3-text p:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-text p,
    .testimonial-2-text p,
    .testimonial-3-text p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-text p,
    .testimonial-2-text p,
    .testimonial-3-text p {
        font-size: 16px;
    }
}
.testimonial-author,
.testimonial-2-author,
.testimonial-3-author {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.testimonial-author-thumb,
.testimonial-2-author-thumb,
.testimonial-3-author-thumb {
    overflow: hidden;
    flex: 65px;
    max-width: 65px;
    height: 65px;
    border-radius: 50%;
}
.testimonial-author-thumb img,
.testimonial-2-author-thumb img,
.testimonial-3-author-thumb img {
    width: 100%;
    height: 100%;
}
.testimonial-author-content,
.testimonial-2-author-content,
.testimonial-3-author-content {
    align-self: center;
}
.testimonial-author-name,
.testimonial-2-author-name,
.testimonial-3-author-name {
    font-size: 18px;
    line-height: 1.444;
    margin-bottom: 2px;
}
.testimonial-author-designation,
.testimonial-2-author-designation,
.testimonial-3-author-designation {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0;
}

/* Testimonial 2 */
.testimonial-2-text {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .testimonial-2-text {
        margin-bottom: 40px;
    }
}
.testimonial-2-text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .testimonial-2-text p {
        font-size: 20px;
    }
}

#partnerzy {
    height: auto;
    padding: 30px 0;
    position: relative;
}

#partnerzy .item {
    position: relative;
    text-align: center;
    min-height: 70px;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
    flex: 0 1 auto;
}

#partnerzy .item .images-container {
    position: relative;
    text-align: center;
    /*opacity: 0.3;*/
    height: 70px;
    margin: 0 auto;
    cursor: pointer;
}

#partnerzy img {
    height: 70px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.bx-wrapper .bx-viewport {
    background: none !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important;
}

@media (max-width: 400px) {
    .bxslider {
        display: inline-flex;
    }
}

.prices {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.prices > div {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.prices > div > div {
    background: white;
    padding: 0;
    width: 100%;
    height: calc(100% - 80px);
}

.prices > div:nth-of-type(2) {
    /*box-shadow: 0 0 9px #bfbfbf;*/
}

.prices h3 {
    /*color: #7cc213;*/
    color: white;
    text-align: center;
    background: #0b2f5c;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-weight: 400;
    margin-bottom: 0;
}

.prices h3 small {
    font-size: .5em;
}

.prices li {
    margin-bottom: 5px;
}

.prices h3 ~ div {
    text-align: center;
    margin: 22px 0;
    padding: 30px;
}

.prices h3 ~ div b {
    color: #7cc213;
}

.prices h4 {
    color: #7cc213;
    font-weight: 700;
    font-size: 3.3rem;
    margin: 0;
    line-height: 32px;
}

.prices h4 small {
    font-size: .575em;
}

.prices h4 ~ div {
    color: #7cc213;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 1px;
    margin: 0 8px;
}

.prices ul {
    padding-left: 0;
    margin-top: 42px;
    list-style: none;
    text-align: left;
}

.prices li {
    font-weight: 500;
    font-size: 1rem;
    margin-left: 20px;
    position: relative;
}

.prices li:before {
    content: '✓';
    position: absolute;
    left: -20px;
    color: #7cc313;
}

.prices li.cross:before {
    content: 'x';
    position: absolute;
    left: -20px;
    color: red;
}

.prices div.button {
    margin-top: auto;
}

.prices .btn {
    height: 62px;
    font-size: 17px;
}

@media (min-width: 1200px) {
    .prices.wb h3 ~ div {
        min-height: 910px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }
}

#zarezerwuj-cont {
    position: relative;
}

#zarezerwuj-cont #zarezerwuj {
    position: absolute;
    top: -200px;
}

ul.pagination {
    margin-top: 50px;
}

ul.pagination li a,
ul.pagination li span {
    color: #fff;
    background-color: #7CC112;
    border-color: #7CC112;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease 0s;
    transition-duration: 800ms;
    text-transform: uppercase;
    border-radius: 0;
}

ul.pagination li span {
    background-color: #abb799;
    border-color: #abb799;
}

ul.pagination li a:before {
    position: absolute;
    z-index: -1;
    top: 110%;
    left: 50%;
    width: 200%;
    height: 200%;
    content: "";
    transition: all 0.4s ease 0s;
    transition-duration: 800ms;
    transform: translateX(-50%);
    border-radius: 50%;
}
ul.pagination li a:hover:before {
    border-color: #0b2f5c;
    color: #fff;
    top: -40%;
    background-color: #0b2f5c;
}

    /* Testimonial 3 */
.testimonial-3-author-name {
    font-size: 24px;
    margin-bottom: 8px;
}
.testimonial-3-author-designation {
    font-size: 16px;
}

/* Gallery */
/* Gallery Tab Nav */
.galley-tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .galley-tab-nav {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .galley-tab-nav {
        gap: 15px 20px;
    }
}
.galley-tab-nav li button {
    font-size: 18px;
    line-height: 1;
    display: flex;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    color: #515151;
    border: none;
    background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .galley-tab-nav li button {
        font-size: 16px;
    }
}
.galley-tab-nav li button.active {
    color: #7CC112;
}

/* Isotope Filter Nav */
.isotope-filter-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .isotope-filter-nav {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .isotope-filter-nav {
        gap: 15px 20px;
    }
}
.isotope-filter-nav button {
    font-size: 18px;
    line-height: 1;
    display: flex;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    color: #515151;
    border: none;
    background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .isotope-filter-nav button {
        font-size: 16px;
    }
}
.isotope-filter-nav button.active {
    color: #7CC112;
}

/* Gallery Item */
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #7CC112;
}
.gallery-item img {
    width: 100%;
    transition: all 500ms ease;
}
.gallery-item .gallery-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}
.gallery-item .gallery-play-btn i {
    font-size: 30px;
    line-height: 1;
}
.gallery-item .gallery-play-btn::before, .gallery-item .gallery-play-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.gallery-item .gallery-play-btn::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.gallery-item:hover img {
    transform: scale(1.05);
    opacity: 0.5;
}

/* Gallery Item 2 */
.gallery-item-2 {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-color: #000;
}
.gallery-item-2::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: all 0.4s ease 0s;
    opacity: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
}
.gallery-item-2 img {
    width: 100%;
    transition: all 500ms ease;
}
.gallery-item-2 .gallery-title {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-left: 25px;
    transition: all 0.4s ease 0s;
    opacity: 0;
    color: #fff;
}
.gallery-item-2 .gallery-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}
.gallery-item-2 .gallery-play-btn i {
    font-size: 30px;
    line-height: 1;
}
.gallery-item-2 .gallery-play-btn::before, .gallery-item-2 .gallery-play-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.gallery-item-2 .gallery-play-btn::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.gallery-item-2:hover img {
    transform: scale(1.05);
    opacity: 0.5;
}
.gallery-item-2:hover::before {
    opacity: 1;
}
.gallery-item-2:hover .gallery-title {
    bottom: 20px;
    opacity: 1;
}

/* Playground */
/* Playground Section */
.playground-section {
    position: relative;
    z-index: 1;
    padding: 30% 0 100px;
    background-image: url(../img/img-nowa-inwestycja.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .playground-section {
        padding-top: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .playground-section {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .playground-section {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .playground-section {
        padding-bottom: 30px;
    }
}
.playground-section::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
    background: #000000;
}

/* Playground Title */
.playground-title {
    font-size: 150px;
    line-height: 0.867;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .playground-title {
        font-size: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .playground-title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .playground-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .playground-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 479px) {
    .playground-title {
        font-size: 40px;
    }
}

/* Investor */
.investor-logo {
    display: flex;
    margin-bottom: 17px;
}
.investor-name {
    font-size: 18px;
    line-height: 1.555;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.investor-website {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #0099FF;
}

/* Team */
/* Team Item */
.team-thumb {
    display: block;
    overflow: hidden;
    background-color: #7CC112;
}
.team-thumb img {
    width: 100%;
    transition: all 0.4s ease 0s;
}
.team-content {
    padding: 25px 30px;
    background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .team-content {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .team-content {
        padding: 25px 30px;
    }
}
.team-name {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .team-name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .team-name {
        font-size: 24px;
    }
}
.team-name a:hover {
    text-decoration: underline;
}
.team-designation {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-bottom: 19px;
}
.team-info {
    margin-bottom: 19px;
    padding: 0;
    list-style: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .team-info {
        font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {
    .team-info {
        font-size: 15px;
    }
}
.team-info li {
    color: #999999;
}
.team-info li a {
    color: #000000;
}
.team-info li a:hover {
    color: #7CC112;
}
.team-social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    gap: 18px;
}
.team-social li {
    color: #999999;
}
.team-social li a i {
    font-size: 16px;
    line-height: 1.25;
    display: flex;
}
.team:hover .team-thumb img {
    transform: scale(1.05);
    opacity: 0.3;
}

/* Team Details */
.team-details-card {
    max-width: 395px;
    padding: 40px;
    background-color: #F3F3F9;
}
@media only screen and (max-width: 767px) {
    .team-details-card {
        max-width: 100%;
    }
}
.team-details-thumb {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #7CC112;
}
.team-details-thumb img {
    width: 100%;
    transition: all 0.4s ease 0s;
}
.team-details-content-block:not(:last-child) {
    margin-bottom: 50px;
}
.team-details-content-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.team-details-content-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.team-details-content-block p:not(:last-child) {
    margin-bottom: 20px;
}
.team-details-content-block ul {
    padding: 0;
    list-style: none;
}
.team-details-content-block ul:last-child {
    margin-bottom: 0;
}
.team-details-content-block ul.list-experience li {
    position: relative;
    padding-left: 27px;
}
.team-details-content-block ul.list-experience li:not(:last-child) {
    margin-bottom: 5px;
}
.team-details-content-block ul.list-experience li::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #515151;
}
.team-details-content-block ul.list-experience li b {
    color: #000000;
}
.team-details-content-block ul.list-projects li:not(:last-child) {
    margin-bottom: 5px;
}
.team-details-content-block ul.list-type {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.team-details-name {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 4px;
}
.team-details-designation {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-bottom: 19px;
}
.team-details-info {
    margin-bottom: 19px;
    padding: 0;
    list-style: none;
}
.team-details-info li {
    color: #515151;
}
.team-details-info li span {
    font-weight: 700;
    color: #000000;
}
.team-details-social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    gap: 18px;
}
.team-details-social li {
    color: #999999;
}
.team-details-social li a i {
    font-size: 16px;
    line-height: 1.25;
    display: flex;
}

/* Blog */
/* Blog Item */
.blog:hover .blog-thumb a img {
    transform: scale(1.05);
    opacity: 0.2;
}
.blog-thumb a {
    display: block;
    overflow: hidden;
    background-color: #7CC112;
}
.blog-thumb a img {
    width: 100%;
    transition: all 0.5s linear;
}
.blog-content {
    margin-top: 25px;
}
.blog-content p {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .blog-content p {
        margin-bottom: 20px;
    }
}
.blog-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}
.blog-meta:not(:last-child) {
    margin-bottom: 17px;
}
.blog-meta li {
    font-size: 14px;
    display: flex;
    gap: 5px;
}
.blog-meta li i {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-self: center;
}
.blog-meta li a {
    color: #000000;
}
.blog-meta li a:hover {
    color: #7CC112;
}
.blog-meta-separator {
    gap: 15px;
}
.blog-meta-separator li:not(:last-child)::after {
    align-self: center;
    width: 1px;
    height: 16px;
    margin-left: 10px;
    content: "";
    background: #CCCCCC;
}
.blog-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
}

/* Blog Item 2 */
.blog-2-thumb a {
    display: block;
    overflow: hidden;
}
.blog-2-thumb a::before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
}
.blog-2-thumb a img {
    width: 100%;
    transition: all 0.5s linear;
}
.blog-2-content {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 0;
    max-width: 775px;
    padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-2-content {
        bottom: 40px;
        max-width: 640px;
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-2-content {
        max-width: 540px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-2-content {
        bottom: 0;
        max-width: 100%;
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 479px) {
    .blog-2-content {
        padding: 15px 20px;
    }
}
.blog-2-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}
.blog-2-meta:not(:last-child) {
    margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .blog-2-meta:not(:last-child) {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-2-meta:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .blog-2-meta:not(:last-child) {
        margin-bottom: 8px;
    }
}
.blog-2-meta li {
    font-size: 14px;
    display: flex;
    color: #fff;
    gap: 5px;
}
@media only screen and (max-width: 479px) {
    .blog-2-meta li {
        font-size: 12px;
    }
}
.blog-2-meta li i {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-self: center;
}
.blog-2-meta li a:hover {
    color: #7CC112;
}
.blog-2-meta-separator {
    gap: 15px;
}
.blog-2-meta-separator li:not(:last-child)::after {
    align-self: center;
    width: 1px;
    height: 16px;
    margin-left: 10px;
    content: "";
    background: #CCCCCC;
}
.blog-2-title {
    font-size: 36px;
    line-height: 1.334;
    margin-bottom: 0;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-2-title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-2-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-2-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .blog-2-title {
        font-size: 16px;
    }
}

/* Blog Details */
.blog-details {
    margin-bottom: 60px;
}
.blog-details-thumb {
    width: 100%;
    margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-thumb {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-thumb {
        margin-bottom: 30px;
    }
}
.blog-details-content {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.blog-details-content h3 {
    line-height: 1.5;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .blog-details-content h3 {
        margin-bottom: 20px;
    }
}
.blog-details-content p:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .blog-details-content p:not(:last-child) {
        margin-bottom: 20px;
    }
}
.blog-details-content > ul {
    margin: 40px 0;
    padding-left: 33px;
    list-style: none;
}
@media only screen and (max-width: 767px) {
    .blog-details-content > ul {
        margin: 30px 0;
        padding-left: 25px;
    }
}
.blog-details-content > ul li {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}
.blog-details-content > ul li + li {
    margin-top: 10px;
}
.blog-details-content > ul li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #666666;
}
.blog-details-content blockquote {
    position: relative;
    display: block;
    margin: 50px 0;
    padding: 60px;
    border: 1px solid #D6D6D6;
    background: #F5F5FA;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-content blockquote {
        margin: 40px 0;
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-content blockquote {
        margin: 30px 0;
        padding: 30px;
    }
}
.blog-details-content blockquote .quote-icon {
    position: absolute;
    top: 60px;
    right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-content blockquote .quote-icon {
        top: 40px;
        right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-content blockquote .quote-icon {
        top: 30px;
        right: 30px;
    }
}
.blog-details-content blockquote .meta {
    font-size: 16px;
    font-weight: 600;
    display: block;
    max-width: calc(100% - 70px);
    margin-bottom: 32px;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .blog-details-content blockquote .meta {
        margin-bottom: 24px;
    }
}
.blog-details-content blockquote .meta span {
    font-size: 14px;
    font-weight: 400;
    color: #515151;
}
.blog-details-content blockquote p {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    .blog-details-content blockquote p {
        font-size: 20px;
    }
}
.blog-details-meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .blog-details-meta-wrapper {
        margin-bottom: 30px;
    }
}
.blog-details-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px 30px;
}
.blog-details-meta li {
    font-size: 14px;
    display: flex;
    gap: 5px;
}
.blog-details-meta li i {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-self: center;
}
.blog-details-meta li a {
    color: #000000;
}
.blog-details-meta li a:hover {
    color: #7CC112;
}
.blog-details-meta-separator {
    gap: 15px;
}
.blog-details-meta-separator li:not(:last-child)::after {
    align-self: center;
    width: 1px;
    height: 16px;
    margin-left: 10px;
    content: "";
    background: #CCCCCC;
}
.blog-details-share {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
    .blog-details-share {
        padding-top: 20px;
    }
}
.blog-details-share .share-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 25px;
}
.blog-details-share .share-links li {
    color: #000000;
}
.blog-details-share .share-links li a {
    color: #515151;
}
.blog-details-share .share-links li a:hover {
    color: #7CC112;
}

/* Blog Author */
.blog-author {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 50px;
    border-top: 5px solid #7CC112;
    background-color: #F3F3F9;
    gap: 30px;
}
@media only screen and (max-width: 575px) {
    .blog-author {
        padding: 30px;
        gap: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .blog-author {
        padding: 20px;
    }
}
.blog-author-thumb {
    overflow: hidden;
    align-self: flex-start;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
@media only screen and (max-width: 479px) {
    .blog-author-thumb {
        width: 70px;
        height: 70px;
    }
}
.blog-author-content {
    flex: 1 0;
}
.blog-author-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.blog-author-designation {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #515151;
}
.blog-author-social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}
@media only screen and (max-width: 479px) {
    .blog-author-social {
        margin-top: 20px;
    }
}
.blog-author-social a {
    line-height: 1;
    display: flex;
    color: #000000;
}
.blog-author-social a:hover {
    color: #7CC112;
}

/* Blog Navigation */
.blog-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    border: 1px solid #F3F3F9;
    gap: 30px;
}
@media only screen and (max-width: 767px) {
    .blog-navigation {
        gap: 0;
    }
}
.blog-navigation-item {
    display: flex;
    width: 100%;
    max-width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
    .blog-navigation-item {
        max-width: 100%;
    }
}
.blog-navigation-item a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 50px 20px;
}
@media only screen and (max-width: 575px) {
    .blog-navigation-item a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.blog-navigation-item a .icon {
    font-size: 40px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    color: #CCCCCC;
    background: #F3F3F9;
}
@media only screen and (max-width: 575px) {
    .blog-navigation-item a .icon {
        font-size: 30px;
        width: 50px;
    }
}
.blog-navigation-item a .text {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-navigation-item a .title {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .blog-navigation-item:first-child {
        border-bottom: 1px solid #F3F3F9;
    }
}
.blog-navigation-item:first-child a {
    align-items: flex-start;
    padding-left: 105px;
}
@media only screen and (max-width: 575px) {
    .blog-navigation-item:first-child a {
        padding-left: 75px;
    }
}
.blog-navigation-item:first-child a .icon {
    left: 0;
}
.blog-navigation-item:last-child a {
    align-items: flex-end;
    padding-right: 105px;
    text-align: right;
}
@media only screen and (max-width: 575px) {
    .blog-navigation-item:last-child a {
        padding-right: 75px;
    }
}
.blog-navigation-item:last-child a .icon {
    right: 0;
}

/* Sidebar */
/* Sidebar Text */
.sidebar-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-text {
        gap: 15px;
    }
}
.sidebar-text-item h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #7CC112;
}
.sidebar-text-item h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.444;
    display: block;
    margin: 0;
}

/* Sidebar Widget */
.sidebar-widget {
    position: relative;
    padding: 35px;
    border: 2px solid #F7F5F1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
    .sidebar-widget {
        padding: 25px;
    }
}
.sidebar-widget:not(:last-child) {
    margin-bottom: 30px;
}
.sidebar-widget-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #000000;
}
.sidebar-widget-search {
    position: relative;
}
.sidebar-widget-search input {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    padding-right: 40px;
    color: #999999;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
}
.sidebar-widget-search button {
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    color: #515151;
    border: none;
    background: transparent;
}
.sidebar-widget-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
    .sidebar-widget-blog {
        gap: 15px;
    }
}
.sidebar-widget-blog:not(:last-child) {
    margin-bottom: 25px;
}
.sidebar-widget-blog-thumb {
    width: 80px;
}
.sidebar-widget-blog-thumb a {
    display: block;
    overflow: hidden;
    background-color: #7CC112;
}
.sidebar-widget-blog-thumb a img {
    width: 100%;
    transition: all 0.5s linear;
}
.sidebar-widget-blog-content {
    flex: 1 0;
}
.sidebar-widget-blog-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}
.sidebar-widget-blog-meta:not(:last-child) {
    margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
    .sidebar-widget-blog-meta:not(:last-child) {
        margin-bottom: 8px;
    }
}
.sidebar-widget-blog-meta li {
    font-size: 14px;
    display: flex;
    gap: 5px;
}
.sidebar-widget-blog-meta li i {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-self: center;
}
.sidebar-widget-blog-meta li a {
    color: #000000;
}
.sidebar-widget-blog-meta li a:hover {
    color: #7CC112;
}
.sidebar-widget-blog-meta-separator {
    gap: 15px;
}
.sidebar-widget-blog-meta-separator li:not(:last-child)::after {
    align-self: center;
    width: 1px;
    height: 16px;
    margin-left: 10px;
    content: "";
    background: #CCCCCC;
}
.sidebar-widget-blog-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: 0.4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
    .sidebar-widget-blog-title {
        font-size: 15px;
    }
}
.sidebar-widget-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-widget-categories ul li:not(:last-child) {
    margin-bottom: 20px;
}
.sidebar-widget-categories ul li a {
    line-height: 1.3333;
    position: relative;
    padding-left: 20px;
    color: #000000;
}
.sidebar-widget-categories ul li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: 1px;
    content: "";
    transition: all 0.4s ease 0s;
    transform: translateY(-50%);
    border: 2px solid #7CC112;
    border-radius: 50%;
}
.sidebar-widget-categories ul li a:hover {
    color: #7CC112;
}
.sidebar-widget-categories ul li a:hover::before {
    background-color: #7CC112;
}
.sidebar-widget-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sidebar-widget-tags a {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: flex;
    padding: 10px 20px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #515151;
    background-color: #F3F3F9;
}
.sidebar-widget-tags a:hover {
    color: #fff;
    background-color: #7CC112;
}

/* Comment */
/* Comment Wrapper */
.comment-wrapper-title {
    font-size: 36px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-wrapper-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .comment-wrapper-title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .comment-wrapper-title {
        font-size: 24px;
    }
}

/* Comment List */
.comment-list,
.comment-list-child {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-list li:not(:last-child),
.comment-list-child li:not(:last-child) {
    margin-bottom: 30px;
}

.comment-list {
    margin-bottom: 50px;
}

.comment-list-child {
    padding-left: 90px;
}
@media only screen and (max-width: 767px) {
    .comment-list-child {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 479px) {
    .comment-list-child {
        padding-left: 30px;
    }
}

/* Comment */
.comment {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.comment:not(:last-child) {
    margin-bottom: 30px;
}
.comment-thumb {
    overflow: hidden;
    align-self: flex-start;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.comment-content {
    flex: 1 0;
}
.comment-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}
.comment-author-name {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.comment-date {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #999999;
}
.comment .reply-link {
    color: #007BFF;
}
.comment .reply-link:hover {
    color: #0069d9;
}

/* Booking */
/* Booking Sidebar */
.booking-sidebar {
    max-width: 360px;
}
.booking-sidebar h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
}
.booking-sidebar p:last-child {
    margin-bottom: 0;
}
.booking-sidebar-text, .booking-sidebar-note {
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .booking-sidebar-text, .booking-sidebar-note {
        margin-bottom: 30px;
    }
}
.booking-sidebar-time {
    margin: 0;
    padding: 0;
    list-style: none;
}
.booking-sidebar-time li {
    font-weight: 700;
    display: block;
    color: #000000;
}
.booking-sidebar-time li:not(:last-child) {
    margin-bottom: 5px;
}
.booking-sidebar-time li span {
    font-weight: 400;
    color: #515151;
}

/* Booking Form */
.booking-form {
    padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .booking-form {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .booking-form {
        padding-left: 0;
    }
}

/* Contact */
/* Contact Information */
.contact-info-block:not(:last-child) {
    margin-bottom: 50px;
}
.contact-info-block-title {
    font-size: 36px;
    line-height: 1.277;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info-block-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info-block-title {
        font-size: 24px;
    }
}
.contact-info-block-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info-block-list li:not(:last-child) {
    margin-bottom: 14px;
}

/* Error 404 */
.error-404-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.error-404-number {
    font-size: 200px;
    line-height: 1;
    margin-bottom: 10px;
}
.error-404-text {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}

/* Section Title */
.section-title {
    margin-bottom: 40px;
}
.section-title .sub-title {
    font-size: 24px;
    line-height: 1.714;
    display: block;
    text-transform: uppercase;
    color: #7CC112;
}

@media (min-width: 576px) {
    .section-title .sub-title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .section-title .sub-title {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-title .sub-title {
        font-size: 14px;
    }
}

/* Section Title 2 */
.section-title-2 {
    margin-bottom: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-2 {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title-2 {
        margin-bottom: 40px;
    }
}
.section-title-2 .sub-title {
    font-size: 14px;
    line-height: 1.714;
    display: block;
    text-transform: uppercase;
    color: #7CC112;
}
.section-title-2 .title {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-title-2 .title:not(:first-child) {
    margin-top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-title-2 .title {
        font-size: 56px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-2 .title {
        font-size: 50px;
    }
    .section-title-2 .title:not(:first-child) {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2 .title {
        font-size: 44px;
    }
    .section-title-2 .title:not(:first-child) {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title-2 .title {
        font-size: 36px;
    }
    .section-title-2 .title:not(:first-child) {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title-2 .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .section-title-2 .title {
        font-size: 26px;
    }
}

/* Page Header */
/* Page Header Style One */
.page-header-section {
    position: relative;
    padding: 270px 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-section {
        padding: 230px 0 160px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-section {
        padding: 170px 0 100px;
    }
}
@media only screen and (max-width: 575px) {
    .page-header-section {
        padding: 140px 0 70px;
    }
}
.page-header-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-header-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-header-bg::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}
.page-header-breadcrumb {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-breadcrumb {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-breadcrumb {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .page-header-breadcrumb {
        font-size: 18px;
    }
}
.page-header-breadcrumb li {
    display: flex;
    color: #fff;
}
.page-header-breadcrumb li:not(:last-child)::after {
    margin: 0 10px;
    content: "/";
}
.page-header-breadcrumb li a {
    color: #fff;
}
.page-header-title {
    font-size: 200px;
    line-height: 0.9;
    display: block;
    margin-bottom: 0;
    margin-left: -12px;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header-title {
        font-size: 150px;
        margin-left: -8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-title {
        font-size: 100px;
        margin-left: -5px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-title {
        font-size: 70px;
        margin-left: -4px;
    }
}
@media only screen and (max-width: 575px) {
    .page-header-title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 479px) {
    .page-header-title {
        font-size: 46px;
    }
}

/* Page Header Style Two */
.page-header-2-section {
    position: relative;
    padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-2-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-2-section {
        padding: 60px 0;
    }
}
.page-header-2-breadcrumb {
    font-size: 14px;
    line-height: 1;
    display: flex;
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 767px) {
    .page-header-2-breadcrumb {
        margin-bottom: 20px;
    }
}
.page-header-2-breadcrumb li {
    display: flex;
    color: #000000;
}
.page-header-2-breadcrumb li:not(:last-child)::after {
    margin: 0 10px;
    content: "/";
    color: #515151;
}
.page-header-2-breadcrumb li a {
    color: #515151;
}
.page-header-2-breadcrumb li a:hover {
    color: #7CC112;
}
.page-header-2-title {
    font-size: 60px;
    line-height: 1.1667;
    display: block;
    margin-bottom: 0;
    margin-left: -3px;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header-2-title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-2-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-2-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .page-header-2-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    .page-header-2-title {
        font-size: 28px;
    }
}

/* Content Block */
.content-block:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .content-block:not(:last-child) {
        margin-bottom: 40px;
    }
}
.content-block-title {
    font-size: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .content-block-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .content-block-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
.content-block-location {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: block;
    padding-left: 35px;
}
@media only screen and (max-width: 767px) {
    .content-block-location {
        font-size: 18px;
    }
}
.content-block-location i {
    position: absolute;
    top: 2px;
    left: 0;
}
.content-block-text p:not(:last-child) {
    margin-bottom: 20px;
}



.btn-primary {
    color: #fff;
    background-color: #7CC112;
    border-color: #7CC112;
}


.btn-hover-dark:hover {
    border-color: #0b2f5c;
    color: #fff;
}

.btn-hover-dark::before {
    background-color: #0b2f5c;
}

.btn-hover-dark::before {
    background-color: #0b2f5c;
}

#bookero-plugin .dates-section {
    z-index: 1;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}