html, body {
    font-family: 'Rubik', sans-serif;
    background-color: whitesmoke;
    text-align: end;
}

.bg-light {
    background-color: #ffffff !important;
    border-bottom: 1px #efefef solid;
}

h1 {
    color: #20BF94;
    margin: 30px 0px 20px 0px;
    font-weight: 700;
    font-size: 52px;
}

h4 {
    margin: 15px 0px 15px 0px;
    font-size: 19px;
    color: #17a2b8;
    font-weight: 600;
}

a {
    text-decoration: none;
}

 p {
    margin: 0;
}


nav {
    padding: 10px 30px;
    direction:rtl;
}

.main-nav a:hover {
    color: blue !important;
    font-size: 16px;
    font-weight: 500;
    transition: all ease-in-out 250ms;
}

.main-nav .active {
    color: #0842b1 !important;
    font-size: 16px;
    font-weight: 700;
    transition: all ease-in-out 250ms;
}

.linksTitle {
    margin: 28px 0px;
    font-size: 22px;
}

.logo {
    color: #36af82 !important;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
}

.text {
    color: white;
    cursor: pointer;
    position: absolute;
    z-index: 10000;
}


.circular-nav {
    border: solid 3px #6c707a;
    box-shadow: inset 0 -1px 0.9px 0.1px #494c56;
    border-radius: 50%;
    height: 450px;
    list-style: none;
    overflow: hidden;
    width: 450px;
    margin-top: 30px;
    background: white;
}

    .circular-nav li {
        height: 240px;
        position: absolute;
        top: -15px;
        left: -15px;
        overflow: hidden;
        width: 240px;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

.inner-circle {
    display: block;
    width: 240px;
    height: 240px;
    margin-top: 60px; 
    margin-left: 50px; 
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.orange-ul {
    -webkit-transform: rotate(90deg) skew(0deg);
    transform: rotate(90deg) skew(0deg); 
}

    .orange-ul li:nth-child(1) {
        -webkit-transform: rotate(0deg) skew(30deg);
        transform: rotate(0deg) skew(30deg);
    }

    .orange-ul li:nth-child(2) {
        -webkit-transform: rotate(60deg) skew(30deg);
        transform: rotate(60deg) skew(30deg);
    }

    .orange-ul li:nth-child(3) {
        -webkit-transform: rotate(120deg) skew(30deg);
        transform: rotate(120deg) skew(30deg);
    }

    .orange-ul li:nth-child(4) {
        -webkit-transform: rotate(180deg) skew(30deg);
        transform: rotate(180deg) skew(30deg);
    }

    .orange-ul li:nth-child(5) {
        -webkit-transform: rotate(240deg) skew(30deg);
        transform: rotate(240deg) skew(30deg);
    }

    .orange-ul li:nth-child(6) {
        -webkit-transform: rotate(300deg) skew(30deg);
        transform: rotate(300deg) skew(30deg);
    }

    .orange-ul .inner-circle {
        -webkit-transform: skew(-30deg) rotate(-60deg);
        transform: skew(-30deg) rotate(-60deg);
    }

    .orange-ul .inner-circle:hover {
            cursor: pointer;
    }


.circular-nav h3, .circular-nav p {
    color: black;
}

.container-lvl1, .container-lvl2, .container-lvl3, .text-container {
    position: absolute;
}

.text-container {
    width: 150px;
}


.orange-ul .container-lvl1 {
    transform: rotate(60deg) skew(30deg);
}

.orange-ul .container-lvl3 {
    transform: rotate(-90deg);
}

.orange-sct-2 .container-lvl2 {
    transform: skew(-30deg);
}

.orange-sct-2 .text-container {
    top: 120px;
    left: -65px;
}

.orange-sct-3 .container-lvl2 {
    transform: skew(-30deg) rotate(-60deg);
}

.orange-sct-3 .text-container {
    top: 105px;
    left: -215px;
}

.orange-sct-4 .container-lvl2 {
    transform: skew(-30deg) rotate(-120deg);
}

.orange-sct-4 .text-container {
    top: -40px;
    left: -255px;
}

.orange-sct-5 .container-lvl2 {
    transform: skew(-30deg) rotate(-180deg);
}

.orange-sct-5 .text-container {
    top: -157px;
    left: -164px;
    text-align: right;
}

.orange-sct-6 .container-lvl2 {
    transform: skew(-30deg) rotate(-240deg);
}

.orange-sct-6 .text-container {
    top: -125px;
    left: -10px;
    text-align: right;
}

.orange-sct-1 .container-lvl2 {
    transform: skew(-30deg) rotate(-300deg);
}

.orange-sct-1 .text-container {
    top: 5px;
    left: 25px;
    text-align: right;
}

.orange-circle-menu{
    width:100%;    
}

.food-plate {
    margin-top:80px;
    height: 600px;
}

.benefits{
    margin-top: 120px;
    margin-bottom:100px;
    width: 80%;
}

.overtext {
    margin-top: 30px;
    padding-left: 15px;
    position: absolute;
    margin-right: 100px;
}

.recipe li:hover {
    background: rgba(255, 255, 255, 0.5);
}

.backtotop:hover {
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

.benfits-item{
    margin: 20px 0;
}

#vegsSection {
    background-color: #d9f8da;
    color: #212529;
}
#fruitsSection {
    background-color: #f8d9db;
    color: #212529;
}
#legumesSection {
    background-color: #f9e4ad;
    color: #212529;
}
#seedsSection {
    background-color: #f8f7d9;
    color: #212529;
}
#nutsSection {
    background-color: #f8eed9;
    color: #212529;
}
#grainsSection {
    background-color: #f8e8d9;
    color: #212529;
}

.sectiontext{
    margin-top: 20px;
    display: inline-block;
}

.freq {
    margin-top: 20px;
}

.freqp{
    margin-right: 20px;
    color:black
}

.recipe {
    color: white;
    margin-top: 45px;
}

.recipeImg{
    width:75px;
    height:45px;
}

.plate-section {
    width: 100%;
    left: 0;
    padding: 3em;
}

.backtotop {
    position: absolute;
    left: 50px;
    width: 40px;
    border-radius: 100px;
    background: #0d6efdad;
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.about {
    cursor: pointer;
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 320px) and (max-width: 792px) {

    .imgsection {
        width: 200px;
        height: 200px;
    }

    .plate-section {
        padding: 2em;
    }
}

@media (min-width: 1400px) {

    .imgsection {
        width: 300px;
        height: 300px;
    }
}
/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .circular-nav {
        width: 350px;
        height: 350px;
    }

    .inner-circle {
        width: 190px;
        height: 190px;
    }

    .circular-nav li {
        width: 190px;
        height: 190px;
    }

    .orange-sct-1 .text-container {
        top: -10px;
        left: -8px;
        text-align: right;
    }

    .orange-sct-2 .text-container {
        top: 83px;
        left: -65px;
    }

    .orange-sct-3 .text-container {
        top: 77px;
        left: -180px;
    }

    .orange-sct-4 .text-container {
        top: -15px;
        left: -210px;
    }

    .orange-sct-5 .text-container {
        top: -112px;
        left: -168px;
    }

    .orange-sct-6 .text-container {
        top: -110px;
        left: -53px;
    }
}

.fixed-action-btn {
    position: fixed;
    bottom: 15px;
    right: 25px;

}

.btn-floating {
    padding: 10px 12px;
    border-radius: 8px;
    box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
}

.btn-floating img{
    padding-left: 6px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background: #20bf94a1;
}