@font-face {
    font-family: FlamaRegular;
    src: url('../fonts/GothamRounded/Flama Regular.otf');
 }
 @font-face {
    font-family: GothamCondensed-Bold;
    src: url('../fonts/GothamRounded/GothamCondensed-Bold.otf');
 }
 @font-face {
    font-family: GothamCondensed-Book;
    src: url('../fonts/GothamRounded/GothamCondensed-Book.otf');
 }
 @font-face {
    font-family: GothamRounded-Bold;
    src: url('../fonts/GothamRounded/GothamRounded-Bold.otf');
 }
 @font-face {
    font-family: GothamRounded-Book;
    src: url('../fonts/GothamRounded/GothamRounded-Book.otf');
 }
 @font-face {
    font-family: GothamRounded-Medium;
    src: url('../fonts/GothamRounded/GothamRounded-Medium.otf');
 }
/*----------NUTRITION page css starts here--------------------*/
.hero-banner-thirteen {
    height: 800px;
}
.hero-banner-thirteen .hero-heading {
    font-family: GothamRounded-Medium;
    color: #fff;
  }
  .text-lightgreen{
    color: #97D700;
  }
  .bg-purple{
    background-color: #b0008e;
  }
  .title-style-three .main-title{
    font-family: GothamRounded-bold;
    font-size: 55px;

  }
  .font-flama{
    font-family: FlamaRegular;
  }
  .block-style-two p {
    line-height: 22px;
}
.antioxidant-img img {
    width: 70px;
    height: 71px;
}
.fancy-feature-three .screen-holder-one {
    width: 432px;
    height: 470px;
    border-radius: 0;
    background: transparent;
    position: relative;
    z-index: 1;
    margin: 0 10% 0 auto;
}
.screen-holder-one img{
    border-radius: 25px;
}
.fancy-feature-three .screen-holder-one .shape-one {
    position: absolute;
    top: 54%;
    right: -28%;
    width: 200px;
    transform: scaleX(-1);
    animation: jumpTwo 3s infinite linear;
}
.atlantic-block{
    background-color: #f5f5e1;
    padding: 120px 0;
}
.fancy-feature-four{
    background-color: #f5f5e1;
    padding: 120px 0 200px 0;
}
.atlantic-forest-img img{
    border-radius: 25px;
}
.atlantic-forest-cnt h1{
    font-size: 55px;
    color: #5e2751;
    font-family: GothamRounded-bold;
}
.text-purple{
    color: #b0008e;
}
.atlantic-forest-cnt p {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 30px 0;
}
.btn-style-one{
    color: #fff;
    line-height: 52px;
    border-radius: 40px;
    padding: 0 40px;
    position: relative;
    background: #97D700;
    transition: all 0.3s ease-in-out;
    font-family: 'GothamRounded-Book';
}
.btn-style-two{
    color: #fff;
    line-height: 62px;
    font-size: 20px;
    border-radius: 40px;
    padding: 0 80px;
    position: relative;
    background: #97D700;
    transition: all 0.3s ease-in-out;
}
.btn-style-one:hover, .btn-style-two:hover{
    background: #b0008e;
    color: #fff;
}
.fancy-feature-four .nav-tabs li .nav-link{
    background-color: #fff;
}
.fancy-feature-four .nav-tabs .nav-item.show .nav-link, .fancy-feature-four .nav-tabs .nav-link.active {
    border-bottom-color: #b0008e;
}
.fancy-feature-four .nav-tabs {
    border: 1px solid #cccccc;
}
.fancy-feature-four .nav-tabs li {
    border-right: 1px solid #ccc;
}
.fancy-feature-four .nav-tabs li:before {
    border: 1px solid #ccc;
}
.tab-title h2, .partners-title h2{
    font-family: GothamRounded-bold;
    color: #5e2751;
    font-size: 55px;
}
.white-box h1{
    font-family: GothamRounded-Medium;
    color: #5e2751;
    font-size: 65px;
    text-align: center;
}
.contact-section-two {
    /* height: 100vh; */
}
.inner-banner-three .bg-wrapper {
    background-image:url('../images/background/bg-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px;
}
.bg-wrapper .plam-tree img {
    position: absolute;
    width: 500px;
    top: 7%;
    z-index: -1;
    left: 13%;
}
.bg-wrapper .plam-tree-two img {
    position: absolute;
    width: 550px;
    top: 3%;
    z-index: -1;
    left: 12%;
}
.bg-wrapper  h2 {
    font-family: GothamRounded-Medium;
    font-size: 75px;
    line-height: 85px;
}
.blog-btn{
    color: #97D700;
    border:2px solid  #97D700;
    line-height: 45px;
    border-radius: 23px;
    padding: 0 32px;
}
.blog-btn:hover{
    color: #fff;
    background-color: #97D700;
}
.blog-meta-three{
    font-family: GothamRounded-bold;
}
.blog-meta-three .blog-title{
    color: #fff;
    font-family: GothamRounded-book;
}
.blog-meta-three .blog-title:hover {
    color: #97D700;
}
.blog-meta-three .post-date {
    font-size: 18px;
}
.blog-sidebar .sidebar-title {
    font-family: GothamRounded-medium;
}
.blog-sidebar .blog-sidebar-category ul li a {
    color: #97D700;
}
.blog-sidebar .blog-sidebar-category ul li a {
    color: #97D700;
    font-weight: 500;
    font-family: FlamaRegular;
    font-size: 18px;
}
.blog-sidebar .blog-sidebar-category ul li a:hover {
    color: #fff;
}
.blog-sidebar-search input::placeholder{
    color:#000;
    font-family: FlamaRegular;
    opacity: .5;
}
.leaf-shape img {
    position: absolute;
    right: 0;
    width: 50%;
    top: -110px;
    right: -30%;
}
.page-pagination-one ul li, .page-pagination-one ul li.arrow {
    color: #fff;
    font-family: GothamRounded-bold;
}
.page-pagination-one ul li:hover a, .page-pagination-one ul li.active a {
    color: #97D700;
}
.recipes h2{
    font-family: GothamRounded-Medium;
    font-size: 85px;
    line-height: 90px;
}
.recipes h3{
    font-family: GothamRounded-Medium;
}
.recipes-details-listing h4, .recipes-details-listing  ul li, .recipes-details-listing ol li{
   color: #fff;
}
.recipes-details-listing  ul li, .recipes-details-listing ol li{
    font-family: GothamRounded-book;
    font-size: 20px;
    padding-bottom: 10px;
}
.scroll-top{

    background: #97D700;
}
.partner-section-two{
    padding: 100px 0;
}
.shape-line img {
    width: 300px;
}
.fancy-feature-four .nav-tabs li .nav-link{
    padding: 35px 20%;
}
.feedback-block-ten{
    padding:30px;
    border-radius: 15px;
}
.nutrition-info p {
    font-family: GothamCondensed-Bold;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
}
.nutrition-info .cmp-name {
    font-family: GothamCondensed-Bold;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
}
.nutrition-info td {
    padding: 0;
    border: 0;
}
.nutrition-info .cmp-name2{
    font-family: GothamCondensed-Book;
    font-size: 22px;
    letter-spacing: 0;
}
.nutrition-info td b{
    font-size: 18px;
    line-height: 20px;
}
.line2 {
    width: 80%;
    height: 5px;
    background-color: #fff;
}
.line3 {
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.line4 {
    width: 100%;
    height: 3px;
    background-color: #000;
}
.fancy-feature-four .tab-content .shape-three {
    position: absolute;
    width: 200px;
    right: -13%;
    top: 50%;
    z-index: 22;
    rotate: 15deg;
    animation: jumpTwo 3s infinite linear;
}
.fancy-feature-four .tab-content .shape-one {
    background: rgb(151 215 0 / 24%);
    z-index: 11;
}
.fancy-feature-four .tab-content .shape-two {
    background: #FFC72C;
    bottom: -18%;
    left: -8%;
    animation: fade-in 8s infinite linear;
    position: absolute;
    z-index: 1;
}
.fancy-feature-four .tab-pane {
    position: relative;
    z-index: 10;
}
.tab-img img {
    border-radius: 15px;
    height: 590px;
}
.tab-cnt {
    border: 1px solid #b1008f;
    border-radius: 15px;
    height: 590px;
    padding: 30px;
}
.tab-cnt h3{
    font-family: GothamRounded-bold;
    color: #b1008f;
}
.tab-cnt h3{
    font-family: GothamRounded-bold;
    color: #b1008f;
}
.tab-cnt p{
    color: #b1008f;
}
.bg-banana{
    background-color: #FFC72C;
}
.feedback-block-ten{
    height: 590px;
}


.theme-main-menu .signup-btn-two {
    color: #97d700;
    border: 2px solid #97d700;
}
.theme-main-menu .signup-btn-two:hover {
    color: #fff;
    background-color: #97d700;
}
.partner-section-two .logo-wrapper .logo:nth-child(1), .partner-section-two .logo-wrapper .logo:nth-child(3), .partner-section-two .logo-wrapper .logo:nth-child(6) {
    background: #aadd2e;
}
.partner-section-two .logo-wrapper .logo:nth-child(2){
    background-color: #fff;
}
.partner-section-two .logo-wrapper .logo:nth-child(2), .partner-section-two .logo-wrapper .logo:nth-child(5), .partner-section-two .logo-wrapper .logo:nth-child(7) {
    background-color: #fff;
    border: 2px solid #aadd2e;
}
@media (max-width: 767px){
    .theme-menu-seven .navbar-toggler {
        background: #97D700;
    }
    .hero-banner-thirteen {
        height: auto;
    }
    .recipes h2{
    font-size: 40px;
    line-height: 40px;
    }
    .leaf-shape img{
        display: none;
    }
    .tab-title h2, .partners-title h2, .atlantic-forest-cnt h1{
        font-size: 35px;
    }
    .bg-wrapper h2, .white-box h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .feedback-block-ten{
        margin: 15px 0;
    }
    .footer-style-nine .shape-two, .fancy-feature-three .screen-holder-one .shape-one, .fancy-feature-four .tab-content .shape-one, .fancy-feature-four .tab-content .shape-two{
        display: none;
    }
}
/*----------NUTRITION page css ends here--------------------*/


.nav-item-2 .active {
    border-bottom-color: #ffc72c !important;
}
.nav-item-3 .active {
    border-bottom-color: #583776 !important;
}
 .active .tab-banana .tab-cnt {
    border: 1px solid #ffc72c;
}
 .active .tab-banana h3 {
    color: #ffc72c;
}
 .active .tab-banana p {
    color: #ffc72c;
}


 .active .tab-blackberry .tab-cnt {
    border: 1px solid #583776;
}
 .active .tab-blackberry h3 {
    color: #583776;
}
 .active .tab-blackberry p {
    color: #583776;
}
.recipes-details-listing h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: GothamRounded-bold;
}

label.circle-padding {
    display: inline !important;
    position: relative;
    top: 3px;;
}

