.top-bar .cell:first-child {
    padding-top: 10px;
    padding-left: 10px;
}

.top-bar .cell:last-child {
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #50dce3;
}

.main-logo {
    width: 75px;
    height: 75px;
}

.navbar-item {
    padding-right: 40px !important;
    font-size: large !important;
}

.navbar-item:hover {
    background-color: white !important;
    color: black !important;
}

nav.navbar .navbar-menu .navbar-item {
    padding: 8px 20px !important;
}

.hero-body {
    display: flex;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.hero-body video {
    width: 100%;
    height: auto;
}

.content-wrapper {
    padding: 20px 0;
}

.content-wrapper article {
    margin-bottom: 15px;
}

.content-wrapper article h3, .content-wrapper article h2 {
    color: #2e4053;
}

.content-wrapper hr {
    height: 1px;
    margin: 5px 0 10px 0;
    padding: 0;
    background: linear-gradient(to right, #2e4053, #ffffff);
}

.content-wrapper article p {

}

#carousel-section {
    background-color: #f7f7f7 !important;
    padding: 50px 0;
    margin-bottom: 50px;
}

#carousel-demo {
    margin-top: 50px;
}

#card-product-description {
    color: orange;
}

#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 {
    transform: scale(1.02);
    border-top: 5px solid #fc5d35;
}

.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 {
    border-top: 1px solid #50dce3;
    background-color: #252525;
    padding: 15px 0;
    width: 100%;
}

footer .container .columns .column {
    border-right: 1px solid #50dce3;
    margin: 15px 0 0 0;
}

footer .container .columns .column:last-child {
    border-right: none;
}

footer h3 { color: #fef5e7; }

footer hr {
    height: 1px;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #fef5e7, #2e4053);
}

footer .container ul { margin-left: 10px; }

footer .social, footer .column p, footer .column nav {
    padding-left: 10px;
}

footer .social .column {
    border-right: none !important;
    align-items: center;
    justify-content: center;
}

footer .social img {
    width: 40px;
    height: auto;
}

footer .container .columns .column p, footer .container .columns .column a {
    font-size: 10pt !important;
    color: #fdfefe;
    text-align: center;
}

footer a:link, footer a:visited {
    color: #50dce3;
}

footer a:hover, footer a:active {
    color: cadetblue;
    text-decoration: underline;
}

.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;
}

.footer-contact li { padding: 5px 0; }
.footer-contact li i { padding-right: 5px; }
.footer-contact li p { display: inline-flex; text-align: left !important; padding: 0; margin: 0; }
.footer-contact li p a {  text-align: left !important; padding: 0; margin: 0;}

.newsletters div input, .newsletters div button {
    max-height: 30px;
}

article p { padding: 10px 0; }
article p:first-child { padding-top: 0px; padding-bottom: 10px; }
article p:has(img) { text-align: center; }

/* Media Query for Mobile Devices */
@media (max-width: 1280px) {
    .navbar-brand { width: 100%; }
    footer .columns .column:nth-child(2), footer .columns .column:nth-child(3), footer .columns .column:nth-child(4) { display: none; }
}

@media (max-width: 480px) {

}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
}

/* Media Query for Large screens */
@media (min-width: 1281px) {

}