* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav_bg {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #000000!important;
    margin-top: 7px;
}

.nav-item .active {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: rgb(0, 0, 0)!important;
    margin-top: 7px;
}

.nav-link:hover {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #000000!important;
    margin-top: 7px;
}

.button_blue {
    background: #000000;
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.navbar-brand img {
    height: 80px;
    padding-left: 0px;
    margin-left: -50px;
}

.button1 {
    font-weight: 500;
    background-color: #FEAF08;
    color: rgb(0, 0, 0);
    border-radius: 20px;
}

.button1:hover {
    background-color: #FEAF08;
    color: #f8f8f8;
    font-weight: 500;
}

.play-btn {
    height: 45px !important;
    margin-top: 20px;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
}

.first-text {
    font-size: 60px;
}

.button-download {
    font-weight: 500;
    background-color: #FEAF08;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.button-download:hover {
    background-color: #e6a416;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.navbar-dark .navbar-toggler {
    color: rgb(0 0 0) !important;
    border-color: rgb(0 0 0 / 94%) !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/icon.png) !important;
}

.logo {
    height: 80px !important;
    margin-left: 10px !important;
}

.text-1 {
    color: #00316A;
}

.text-2 {
    color: #FFAF08;
}

.img-fruit {
       margin-top: 80px;
    height: 100%;
    width: 83%;
}

.vefu-text {
   padding-top: 50px;
}

.mobile-img {
    height: 400px;
        height: 400px;
    border: 2px solid black;
    padding: 10px;
    border-radius: 10px;

}

.bg-footer {
    background-color: #FEEDC7;
    padding: 10px;
}

.shadow-yellow{
	background:radial-gradient(#feedc5 40%, #FFF, #fff);
}
.shadow-gree{
	background:radial-gradient(#d7edcc 40%, #FFF, #fff);
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
    .sec-1 {
        margin-top: 100px;
    }
    .fresh-top {
        margin-top: -50px !important;
    }
}

@media only screen and (min-width: 960px) {
    .hidden-desktop {
        display: none;
    }
    .sec-1 {
        margin-top: 200px;
    }
    .fresh-top {
        margin-top: 130px;
    }
}