/* .whatsapp-button start */
.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    margin: 0px;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    left: 6px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #fff;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight 0.6s 0s both;
}

.popup-whatsapp > div {
    margin: 5px;
}

.popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
    color: #585858;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
    color: #585858;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #f76060;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
    background-color: #f71d1d;
    transition: 0.3s;
}

.icon-font-color {
    color: #fff;
}

.icon-font-color--black {
    color: #333;
}

input.whats-input[type="text"] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #fff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
}

/* input.whats-input {
    /* Most modern browsers support this now.
} */

input.whats-input::placeholder {
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

input.whats-input[type="text"]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: 0.3s;
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.icon-font-color--black {
    color: #333;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: 0.3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4s ease 4;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: 0.3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4s ease 4;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    left: 6px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #fff;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight 0.6s 0s both;
}

.popup-whatsapp > div {
    margin: 5px;
}

@media (max-width: 680px) {
    .popup-whatsapp p {
        font-size: 0.9em;
    }
}

.popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
    color: #585858;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #f76060;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
    background-color: #f71d1d;
    transition: 0.3s;
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight 0.6s 0s both;
}

input.whats-input[type="text"] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #fff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
}

@media (max-width: 420px) {
    input.whats-input[type="text"] {
        width: 225px;
    }
}

/* input.whats-input {
    Most modern browsers support this now.
} */

input.whats-input::placeholder {
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

input.whats-input[type="text"]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: 0.3s;
}

.icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.icon-font-color {
    color: #fff;
}

.icon-font-color--black {
    color: #333;
}

.btn-store {
    color: #777777;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #dddddd !important;
}

.btn-store:focus,
.btn-store:hover {
    color: #ffffff !important;
    background-color: #168eea;
    border-color: #168eea !important;
}

.btn-store .btn-label,
.btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-store .btn-caption {
    font-size: 24px;
}

.top-header-bg {
    background: #003400 !important;
}
.main-header {
    background: #faf5e9 !important;
    z-index: 9999;
}
.main-header .navbar-expand-lg .navbar-nav .submit-btn {
    background: hsl(48, 100%, 50%);
    border-radius: 30px;
    color: #000 !important;
}
.bg-green {
    background: #003400 !important;
}
.about-info p {
    font-size: 15px;
    line-height: 26px;
    color: #ffffff !important;
}
.about-us .about-info h3 {
    font-weight: 400;
    font-size: 44px;
    margin: 20px 0 15px 0;
    color: hsl(48, 100%, 50%);
}
.btn-4 {
    background: hsl(48, 100%, 50%);
    border-radius: 30px;
    color: #000;
}
.main-title h1 {
    font-weight: 600;
    color: #efcc00;
    font-size: 44px;
    margin-bottom: 15px;
}
.header-shrink .navbar-expand-lg .navbar-nav .active .nav-link {
    color: hsl(120, 100%, 10%) !important;
}
.main-header .navbar-expand-lg .navbar-nav .active .nav-link {
    color: hsl(120, 100%, 10%) !important;
}
.gal-title {
    color: hsl(120, 100%, 10%) !important;
}
.services-info-3.df-box:after {
    background: #faf5e9 !important;
}
.services-info-3.df-box:before {
    background: #ffcc00;
}
.btn-4:hover {
    color: #000;
}
.main-header .navbar-expand-lg .navbar-nav .submit-btn:hover {
    background: #ffcc00;
}
.text-green {
    color: rgb(0, 52, 0) !important;
}
.footer-2 .footer-left {
    background: linear-gradient(145deg, #003400, #208720) !important;
}
.footer-2 .footer-left .inner h2 {
    color: #faf5e9 !important;
    font-size: 75px;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    line-height: 90px;
    margin-bottom: 40px;
}
.p-r h3 {
    color: #003400 !important;
}
.con-btn1 {
    background: #e40147;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 33px 8px;
    font-size: 15px;
    color: #fff;
}

.con-btn1:hover {
    color: #ffffff;
}
.con-btn {
    background: rgb(255, 203, 0) !important;
    border: solid 2px transparent !important;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 400;
    padding: 10px 33px 8px;
    font-size: 15px;
    color: #000000;
}
.con-btn:hover {
    color: #000000;
}
.map-iframe {
    position: relative !important;
    bottom: -10px !important;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

/* .photo-gallery{
    background: rgba(0, 0, 0, 0.04) url(../img/gallary-background.png) top left repeat;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-color: #faf5e9;
} */
.mt-20 {
    margin-top: 20px;
}
@media only screen and (min-width: 1080px) and (max-width: 1700px) {
    .most-popular-box-3 .most-photo img {
        height: 300px !important;
        width: 100%;
    }
    .most-popular-box-3 .most-photo .big {
        height: 601px !important;
    }
    .card {
        height: 35rem !important;
        flex: 0 0 calc(600px - 19rem) !important;
    }
    .card[active] {
        height: 49rem;
        flex: 0 0 calc(1200px - 19rem) !important;
    }
}
@media only screen and (min-width: 200px) and (max-width: 700px) {
    .mob-btn {
        background: #efcc00;
        padding: 13px 23px !important;
        width: 126px;
        color: #000000 !important;
        border-radius: 40px;
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0.4px !important;
    }
    .p-r p {
        text-align: left;
    }
    .card__infos {
        align-items: center !important;
    }
    .card {
        height: 33vw !important;
    }
    .card[active] {
        height: 133vw !important;
    }
    .card__infos a {
        color: #fff !important;
        font-size: 1.3rem;
        text-align: center;
    }
    .card__image {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        filter: brightness(0.675) saturate(75%);
        transition: filter var(--animation-speed-fast) ease-in-out;
    }
    .mob-btn:hover {
        background-color: #efcc00 !important;
        padding: 13px 23px !important;
        width: 126px;
        color: #fff !important;
        border-radius: 40px;
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0.4px !important;
    }
    .sidebar-navigation ul li:hover > a,
    .sidebar-navigation ul li.selected > a {
        color: #2e2e2e;
        border-color: rgba(255, 255, 255, 0.1);
    }
    .footer-2 .footer-left .inner h2 {
        color: #faf5e9 !important;
        font-size: 55px;
        font-weight: 900;
        font-family: Montserrat, sans-serif;
        line-height: 70px;
        margin-bottom: 40px;
    }
    .villa-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

.cards {
    --cards-text-color: white;
    --cards-closed-size: 4rem;
    --animation-speed-normal: 0.5s;
    --animation-speed-fast: 0.25s;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.card {
    width: 100%;
    height: var(--cards-closed-size);
    overflow: hidden;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
    transition: all var(--animation-speed-normal) ease-in-out;
    cursor: pointer;
}

.card[active] {
    height: 56vw;
}

.card__image {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: filter var(--animation-speed-fast) ease-in-out;
}

.card__infos {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: var(--cards-closed-size);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.125rem;
    width: 100%;
    padding: 0.25rem 1rem;
}
.card[active] .card__infos {
    position: absolute;
    bottom: 0%;
    padding-bottom: 190px;
    left: 0;
    z-index: 2;
    border-image: fill 0 linear-gradient(#00000015, #000000f7);
    height: var(--cards-closed-size);
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    gap: 0.125rem;
    width: 100%;
}
.card__infos a {
    color: #fff !important;
    font-size: 1.3rem;
}
.card__infos a:hover {
    color: #fff !important;
}

.card__name {
    margin: 0;
    color: hsl(48, 100%, 50%);
    font-weight: bold;
    transform: translateY(0.65rem);
    transition: all var(--animation-speed-normal) ease-in-out;
    font-size: 1.5rem;
}

.card[active] .card__name {
    transform: translateY(0);
    font-size: 2.3rem;
    margin-top: 75px;
}

.card__author {
    margin: 0;
    color: var(--cards-text-color);
    text-decoration: none;
    transform: translateY(0.65rem);
    opacity: 0;
    transition: opacity var(--animation-speed-fast) ease-in-out,
        transform var(--animation-speed-normal) ease-in-out;
}

.card[active] .card__author {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (min-width: 640px) {
    .cards {
        margin: 0 auto;
        flex-direction: row;
    }

    .card {
        width: var(--cards-closed-size);
        height: 49rem;
        flex: 0 0 calc(647px - 19rem);
    }

    .card[active] {
        height: 49rem;
        flex: 0 0 calc(1500px - 19rem);
    }

    .card__name {
        transform: rotate(-90deg) translate(1rem, -2.25rem);
    }
}
