/**
* Template Name: iPortfolio - v1.5.1
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import "menuplan.css";

@font-face {
    font-family: 'rage_italicregular';
    src: url('fonts/rage_italic-webfont.woff2') format('woff2'),
         url('fonts/rage_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #149ddd;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
html {
  scroll-behavior: smooth;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #149ddd;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #2eafec;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.navbar {
  background-color:  rgba(0,0,0,1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image:url("../img/hero-bg.jpg");
  background-size: cover;
  margin-bottom: 60px;
  background-attachment: scroll !important;
}
@media (max-width: 992px) {
	#hero {
	  width: 100vw;
	  height: 100vh;
	  background-image:url("../img/hero-bg-sm.jpg");
	  background-size: cover;
	}
}


#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.0); /* 0.3 */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: absolute;
  background-image:url("../img/hero-bg-logo.png");
  background-size: cover;
  z-index: 2;
  min-width: 1062px;
  min-height: 700px;
  left: 50pt;
  top: 20pt;
}
@media (max-width: 1200px) {
	#hero .hero-container {
		left: 20pt;
		top: 55pt;
		min-width: 640px;
		min-height: 420px;
	}		
}
@media (max-width: 992px) {
	#hero .hero-container {
		left: 10pt;
		top: 75pt;
		min-width: 640px;
		min-height: 420px;
	}		
}
@media (max-width: 768px) {
	#hero .hero-container {
		left: 10pt;
		top: 75pt;
		min-width: 320px;
		min-height: 210px;
	}		
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;

}

.section-title h2 {
  font-size: 48px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color:rgba(174,195,5,1);
}

.section-title h2::after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(174,195,5,1),rgba(174,195,5,0.0));;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}


/* ---------------------------------------------------
# Introduction section
 ---------------------------------------------------*/
 #introduction {
  width: 100%;
  height: 100vh;
  background-image:url("../img/introduction-bg.png");
  background-size: cover;
}@media (max-width: 992px){
  #introduction{
    background-image:url("../img/introduction-bg-md.png");
  }
}
@media (max-width: 768px){
  #introduction{
    background-image:url("../img/introduction_3_small.png");
  }
}

.container-introduction{
  width: 50%;
  margin-left: 35vw;
}@media (max-width: 992px){
  .container-introduction{
    position: relative;
    width: 100%;
    height: 90vh;
    margin-left: auto;
    margin-top: -30px;
  }
}

@media (max-width: 768px){
  .container-introduction{
    position: relative;
    width: 100%;
    height: 90vh;
    margin-left: 0vw;
    margin-top: -30px;
  }
}

@media (max-width: 768px){
  .introduction_title{
    font-size: 20px;
  }
}
.introduction_text{
  font-size: 20px;
}@media (max-width: 768px){
  .introduction_text{
    font-size: 15px;
  }
}

/* ---------------------------------------------------
# Menu Cards
 ---------------------------------------------------*/

/* Card General */
.card-recipe {
  width: 100%;
  height: 300pt;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  background:linear-gradient(rgba(174,195,5,0.5),rgba(174,195,5,0.2));
  background-size: cover;
  border-style: solid;
  border-width: 0px;
}
.menus .portfolio-item {
  margin-bottom: 30px;
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card .card__face::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.menus .menu_category {
  position: absolute;
  left: 12pt;
  top: 12pt;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5pt;
}
@media (max-width: 768px) {
	.menus .menu_category {
		font-size: 12px;
	}	
}

.menus .menu_category::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}

/* Card face front*/
.menus .card__face--front {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 1s;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menus .card__face--front .menu_name {
  position: absolute;
  left: 12pt;
  top: 40pt;
  transform: translate(0, 0);
  color: #000;
  font-size: 26px;
  font-weight: 400;
  font-family: "rage_italicregular";
}
@media (max-width: 768px) {
	.menus .card__face--front .menu_name {
		font-size: 24px;
	}	
}

.menus .card__face--front .menu_name::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.menus .card__face--front .menu_ingredients {
  position: absolute;
  left: 12pt;
  top: 80pt;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5pt;
  width: 100%;
}
@media (max-width: 768px) {
	.menus .card__face--front .menu_ingredients {
		font-size: 12px;
	}	
}

.menus .card__face--front .menu_ingredients .table {
	table-layout: fixed;
	width: 100%;
}

/* Card front links */
.menu-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
}

.menus .card .card__face .menu-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  width: 50%;
}

.menus .card .card__face .menu-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.menus .card .card__face .menu-links a + a {
  border-left: 1px solid #37b3ed;
}

/* Card face back*/
.menus .card__face--back {
  z-index: 2; /* back side, placed above front */
  transform: rotateY(180deg);
}

.menus .card__face--back .menu_name {
  position: absolute;
  left: 10pt;
  top: 5pt;
  transform: translate(0, 0);
  color: #000;
  font-size: 26px;
  font-weight: 400;
  font-family: "rage_italicregular";
}
@media (max-width: 768px) {
	.menus .card__face--back .menu_name {
		font-size: 20px;
		top: 5pt;
		left: 10pt;
	}	
}

.menus .card__face--back .preparation {
  position: absolute;
  left: 0pt;
  top: 35pt;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5pt;
  width: 95%;
}
@media (max-width: 768px) {
	.menus .card__face--back .preparation {
		font-size: 12px;
		top: 35pt;
	}	
}

/* Card back links */
.menus .card__face--back {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menus .card .card__face--back .menu-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
}


/* Selection buttons (Vegi, Meat, etc.) */
.menus #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: rgba(174,195,5,0.5);
  border-radius: 5px;
  border-color: black;
  border-width: 2px;
  padding: 2px 15px;
}
.menus #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.menus #portfolio-flters li:hover, .menus #portfolio-flters li.filter-active {
  color: #149ddd;
}
.menus #portfolio-flters li:last-child {
  margin-right: 0;
}


/* ------------------------------------------------------
# Weekday selection modal
------------------------------------------------------*/

.btn-weekday {
	width: 120pt !important;
	height: 120pt !important;
	border-radius: 0 !important;
	margin-bottom: 20pt !important;
	background-image:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.1)), url("../img/btn-bg.jpg") !important;
	background-size: cover;
	border-width: 0px;
	font-family: "rage_italicregular";
	font-size: 25pt !important;
	text-align: center;
	color:rgba(174,195,5,1) !important;
	padding-bottom: 50% !important;
}
.btn-weekday .meal {
	color:rgba(0,0,0,1) !important;
	font-size: 20pt !important;
}

/* ------------------------------------------------------
# Menuplan show meal modal
------------------------------------------------------*/

.flip_card_button{
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0px;
  position: relative;
  display: flex;
  justify-content: center;
}

.flip_card_button a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  width: 50%;
  cursor: pointer;
}

.flip_card_button a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.flip_card_button a + a {
  border-left: 1px solid #37b3ed;
}


/* dropzone */
.dropzone .dz-preview .dz-image img{
  height: 120px;
  width:120px;
  object-fit: cover;
}
    