:root {
    --color-warning: #ffc107;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    width: 8px
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #bbc0c1;
    right: 0px
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #bbc0c1;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.hide {
    display: none;
}

.bg-gradient {
    background-image: linear-gradient(80deg, #FFFCEF 0, #FFFCF1 25%, #FCFAF6 50%, #F0FBFC 75%, #EDFBFD 100%) !important;
}

/* Navbar */
.navbar-nav .nav-link {
    border-bottom: 1px solid transparent;
}

.navbar-nav .nav-link:hover {
    border-bottom: 1px solid var(--color-warning);
}

/* Hero */
header.hero {
    padding: 80px 0px 50px;
    background-image: linear-gradient(80deg, #FFFCEF 0, #FFFCF1 25%, #FCFAF6 50%, #F0FBFC 75%, #EDFBFD 100%);
}

header.hero .hero-slide {
    width: 100%;
    min-height: 55vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

header.hero .hero-slide .hero-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header.hero .hero-slide .hero-item .hero-img {
    min-width: 400px;
    max-width: 400px;
    height: auto;
}

header.hero .hero-slide .hero-item .hero-txt {
    max-width: 60%;
}

header.hero .hero-slide .hero-item .hero-img img {
    width: 100%;
    height: auto;
    margin-left: 20px;
}


.main {
    padding-top: 60px;
}

.main-full {
    padding: 60px 0px;
}

/* Advantages */
.advantages h2 {
    text-align: center;
    margin-bottom: 30px;
}

.advantages .advantage-item {
    padding: 20px 15px;
    background-color: #F8F8F8;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
}

.advantages .advantage-item img {
    width: 80px;
    height: auto;
    margin: 20px 0px
}

.advantages .advantage-item h3 {
    font-size: 1.1rem;
    color: var(--color-warning);
    text-align: center;
}

.advantages .advantage-item p {
    margin: 0px;
    font-size: 14px;
}

/* Slick Slider */
.service-slide .slide-item {
    position: relative;
    z-index: 1;
    padding: 10px 5px;
    width: 350px;
    height: auto;
}

.service-slide .slide-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.service-slide .slide-item .slide-txt {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 20px;
    background-color: var(--color-warning);
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-slide .slide-item .slide-txt h2 {
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.service-slide .slide-item .slide-txt p {
    margin: 0px;
    font-size: 14px;
}

.service-poin {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
}

.service-poin .poin-item {
    text-align: center;
}

.service-poin .poin-item span {
    color: var(--color-warning);
    font-size: 1.4rem;
    font-weight: bold;
}

.service-poin .poin-item h3 {
    font-size: 14px;
    font-weight: normal;
}

/* Facilities */
.facilities h2 {
    text-align: center;
    margin-bottom: 30px;
}

.facility-item {
    position: relative;
    margin-bottom: 10px;
}

.facility-item img {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.facility-item .facility-txt {
    position: absolute;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    background-color: var(--color-warning);
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.facility-item .facility-txt h3 {
    font-size: 14px;
    margin: 0px;
}

/* Offers */
.offer-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
    background-image: url('../img/offer-banner.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.offer-item .offer-slide {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.offer-item .offer-slide .slide-item {
    height: 100%;
    width: 80%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.offer-item .offer-slide .slide-item .slick-list {
    height: 100% !important;
}

.offer-item .offer-slide .slick-track {
    display: flex !important;
    align-items: center !important;
}


.offer-item .offer-slide .slide-item .slide-txt {
    width: 70%;
    font-size: 1.3rem;
    line-height: 1.2;
}

.offer-item .offer-img {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    width: 20%;
    height: 100%;
    background-color: var(--color-warning);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
}

.offer-item .offer-img img {
    position: relative;
    left: -150px;
    width: 350px;
    height: 350px;
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -webkit-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -moz-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -ms-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -o-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
}

/* Ecosystem */
.ecosystem h2 {
    text-align: center;
}

.ecosystem .eco-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ecosystem .eco-item .group-img {
    min-width: 250px;
    width: 250px;
    height: auto;
    position: relative;
}

.ecosystem .eco-item .group-img .heart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--color-warning)
}

.ecosystem .eco-item .group-img img {
    width: 50%;
    height: auto;
}

.ecosystem .eco-item .group-img img:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.ecosystem .eco-item .group-img .top,
.ecosystem .eco-item .group-img .btm {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ecosystem .eco-item .group-img .top .left {
    border-top-left-radius: 50px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top: 5px solid #EDFBFD;
    border-left: 5px solid #EDFBFD;
}

.ecosystem .eco-item .group-img .top .right {
    border-top-right-radius: 50px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 5px solid #FFFCEF;
    border-right: 5px solid #FFFCEF;
}

.ecosystem .eco-item .group-img .btm .left {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 5px solid #FFFCEF;
    border-left: 5px solid #FFFCEF;
}

.ecosystem .eco-item .group-img .btm .right {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom: 5px solid #EDFBFD;
    border-right: 5px solid #EDFBFD;
}

.ecosystem .eco-item .group-txt h3 {
    font-size: 1.4rem;
}

.ecosystem .eco-item .group-txt.right,
.ecosystem .eco-item .group-txt.right h3 {
    text-align: right;
}

/* Contact */
.contact {
    height: 450px;
}

.contact iframe {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-list {
    background-color: #272C32;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
}

.contact .contact-list h2 {
    font-size: 1.3rem;
    text-align: center;
    color: var(--color-warning);
}

.contact .contact-form {
    height: 100%;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact .contact-form form {
    width: 100%;
}

.contact .contact-form h2 {
    font-size: 1.4rem;
}

/* WhatsApp */
.btn-wa {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 102;
    padding: 10px 15px;
    background-color: #008140;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-wa:hover {
    color: #fff;
    background-color: #007239;
}

@media (max-width: 767.98px) {
    header.hero .hero-slide {
        min-height: 70vh;
    }

    header.hero .hero-slide .hero-item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header.hero .hero-slide .hero-item .hero-img {
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }

    header.hero .hero-slide .hero-item .hero-txt {
        max-width: 80%;
        text-align: center;
        margin: 30px 0px;
    }

    .services .service-txt {
        text-align: center;
        margin: 30px 0px;
    }

    .service-slide .slide-item .slide-txt h2 {
        font-size: 14px;
    }

    .service-slide .slide-item .slide-txt p {
        font-size: 12px;
    }

    .service-poin {
        margin-bottom: 40px;
    }

    .offer-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .offer-item .offer-img {
        display: none;
    }

    .offer-item .offer-slide .slide-item .slide-txt {
        width: 100%;
        font-size: 1.1rem;
    }

    .offer-item .offer-slide .slide-item .slide-txt ul {
        list-style: none;
        padding-left: 0px !important;
    }

    .ecosystem .eco-item {
        margin-bottom: 25px;
    }

    .ecosystem .eco-item .group-img {
        min-width: 200px;
        width: 200px;
    }

    .ecosystem .eco-item .group-txt h3 {
        font-size: 1.2rem;
    }

    .contact iframe {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .contact .contact-form {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}