/*------------------------------------------------------------------
    Soup Cover
-------------------------------------------------------------------*/
.recipe-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.recipe-cover-section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.recipe-cover img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
    Content
-------------------------------------------------------------------*/

.soups-box {
  padding-top: 5rem;
}

/* Tabs*/
section.tabs-section {
  padding: 8rem 0;
  background: url(../images/recipe/all-canvas-background.png) repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 20px;
}
#tabs {
  color: #010101;
}

#tabs a.nav-item.nav-link {
  font-family: 'sakkal_majallabold', sans-serif;
}

#tabs h6.section-title {
  color: #010101;
  font-size: 9rem;
  font-family: 'fake_seriffake_serif', serif;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: #83aa2c;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #010101;
  font-size: 2.2rem;
}

.tab-row {
  display: flex;
}

.tab-container {
  width: 100vw;
}

.tab-container p {
  font-size: 3.2rem;
  font-family: 'Pacifico', sans-serif;
  transform: rotate(5deg);
}

.tab-container div.section-description {
  display: flex;
  align-items: center;
}

.tab-content .section-title {
  text-align: left;
}

.section-title h1 {
  font-family: 'fake_seriffake_serif', serif;
  font-size: 7rem;
}

.recipe-section-list {
  padding-left: 3rem;
}

.recipe-section-list li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.recipe-how-to-cook .recipe-section-list li {
  align-items: baseline;
}

.recipe-list-text {
  font-family: 'sakkal_majallaregular', sans-serif;
  font-size: 2.5rem;
  padding-left: 2rem;
  line-height: 1.4;
}

.recipe-section-list span {
  font-family: 'sakkal_majallaregular', sans-serif;
  font-size: 2.5rem;
  padding-left: 2rem;
}

.recipe-section-list img {
  width: 5rem;
  height: 5rem;
}

.section-title img {
  /* width: 5rem;
  height: 5rem; */
}

.sub-section-title {
  padding-left: 3rem;
}

/*------------------------------------------------------------------
    Cards
-------------------------------------------------------------------*/

.soup-card {
  margin-top: 20px;
}
.soup-card .btn {
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 20px;
}
.soup-card .card-img-block {
  width: 91%;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
.soup-card .card-img-block img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}
.soup-card h5 {
  color: #4e5e30;
  font-weight: 600;
}
.soup-card p {
  font-size: 14px;
  font-weight: 300;
}
.soup-card .btn-primary {
  color: #1f1f1f;
  font-family: 'sakkal_majallaregular', sans-serif;
  background-color: #08ec93;
  border-color: #4e5e30;
}

img.card-img-top {
  background-color: #f2f2f2;
}

h5.card-title,
p.card-text {
  color: #1f1f1f;
  font-family: 'sakkal_majallaregular', sans-serif;
  font-size: 2.2rem;
}

.card-title {
  text-align: center;
  font-size: 2rem;
}

a.btn-primary {
  float: left;
  width: 100%;
}

a.btn-primary:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section {
  position: relative;
  background-repeat: repeat;
}

.fact-counter-section .fact-counter {
  position: relative;
  padding: 5rem 0rem 5rem 0rem;
}

.fact-counter-section.style-two::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -184px;
  width: 100%;
  /* height: 184px; */
  background-color: #e9ede7;
}

.fact-counter-section.style-two .fact-counter .column .counter-title {
  color: #262626;
}

.fact-counter-section.style-two .fact-counter .column .inner:before {
  border-color: #d9dfd7;
  background-color: #08ec93;
}

/*Fact Counter*/

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.fact-counter .column .inner {
  position: relative;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fact-counter .column .inner:before {
  position: absolute;
  content: '';
  left: 32%;
  top: -40px;
  width: 173px;
  height: 135px;
  margin-left: -40px;
  border: 8px solid rgba(255, 255, 255, 0.04);
}

.fact-counter .count-outer {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  margin: 0px 0px;
  color: #010101;
  font-family: 'Frank Ruhl Libre', serif;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 700;
  color: #010101;
  font-size: 60px;
  font-family: 'Frank Ruhl Libre', serif;
}

.fact-counter .column .counter-title {
  position: relative;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
  text-transform: capitalize;
  display: block;
  letter-spacing: 1px;
  font-family: 'sakkal_majallaregular', sans-serif;
  font-size: 2.5rem;
}

.fact-counter-section.style-two .section-title span {
  font-family: 'sakkal_majallaregular', sans-serif;
  font-size: 2.2rem;
  color: #010101;
}
