body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.navbar-item {
    padding-right: 40px !important;
    font-size: large !important;
}

.navbar-item:hover {
    background-color: white !important;
    color: black !important;
}
#carousel-section {
    background-color: #f7f7f7 !important;
    padding: 50px 0;
    margin-bottom: 50px;
}

#carousel-demo {
    margin-top: 50px;
}

#card-product-description {
    color: black;
}

#card-product-price {
    margin-bottom: 10px;
}

.card-product-features {
    margin: 10px 0 30px 0;
    text-align: center;
}

.card-product-features ul {
    display: inline-block;
    list-style: inside;
    text-align: left;
}

#package-section.columns {
    flex-wrap: wrap;
    justify-content: center;
}

#fresh-fruits-section {
    margin-top: 50px;
}

#tasty-fruits-section {
    background-image: url(https://technext.github.io/tropika/images/tasty-image.png);
    background-repeat: no-repeat;
    height: 400px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
}

.card:hover, .card.active {
    border-top: 5px solid #3e8ed0;
    margin-top: -5px;
}

.is-white-text-title {
    color: white !important;
    text-transform: uppercase;
}

.is-256x256 {
    width: 256px !important;
    height: 256px !important;
}

#contact-section {
    background-image: url(https://technext.github.io/tropika//images/orange-dish.png);
    background-repeat: no-repeat;
    height: 500px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
    background-position: right center;
    overflow: hidden;
}

input.is-custom-field {
    border-bottom: 0.8px solid #252525 !important;
    outline: none;
    border: none;
    box-shadow: none !important;
    /* width: 90% !important; */
    border-radius: unset;
}

textarea {
    border-bottom: 0.8px solid #252525 !important;
    outline: none !important;
    border: none;
    box-shadow: none !important;
    border-radius: unset;
    border-color: none !important;
    outline-color: none !important;
}

#map {
    width: 100% !important;
    height: 400px;
    margin-bottom: 50px;
}

.footer-main {
    background-color: white !important;
    padding: 0 !important;
}

.footer-secondary {
    padding: 20px;
    margin-top: 20px;
}

.button.is-black {
    background-color: black !important;
    color: white !important;
}

.button.is-orange {
    background-color: #fc5d35 !important;
    color: white !important;
}

.button.is-orange:hover {
    background-color: white !important;
    color: #fc5d35 !important;
}
.button.is-black:hover {
    background-color: white !important;
    color: black !important;
}

.is-black-social {
    color: black !important;
}
.is-black-social:hover {
    background-color: white !important;
    color: #fc5d35 !important;
}

#paymentFooter {
    padding-bottom: 30px;
}