@import url(../fonts/stylesheet.css);

/* VARIABLES */
:root {
  --c-white: #ffffff;
  --c-light-blue: #bef4fe;
  --c-blue: #005099;
  --font-base: "Gellix", sans-serif;
  --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  --transition: all 0.5s ease;
}

/* HELPERS & RESETS */
* {
  font-family: var(--font-base);
  line-height: 1.7;
  color: var(--c-blue);
  box-sizing: border-box;
  margin: 0;
  
  padding: 0;
}
*::selection {
  background-color: black;
  color: #ffffff;
}
body {
  color: var(--c-white);
  background-color: var(--c-light-blue);
  
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3.h4.h5.h6 {
  font-weight: 800;
  color: var(--c-blue);
}
p {
  color: var(--c-blue);
}

a {
  text-decoration: none;
  color: var(--c-blue);
  transition: var(--transition);
  font-size: 18px;
}

a:hover {
  color: var(--c-light-blue);
}

.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #ddddc7;
}
img {
  max-width: 100%;
  height: auto;
}

/* Navbar */

header a {
  font-size: 22px;
  font-weight: bold;
  font-weight: 500;
}
header a:hover {
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-decoration-color: white;
  text-align: center;
}
/* .query1{
  position: fixed;
  top: 0;
} */

/* HERO */

.hero-text h1 {
  font-size: 90px;
}
.hero-text p {
  font-size: 22px;
}
.hero-text button {
  border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  background-color: #155EA1;
}

.hero button:hover {
  background-color: white;
  color: #155EA1;
}

/* FEATURED-CATEGORIES */
#featured img {
  height: 573.89px;
  width: 446.36px;

  scale: 0.8;
}
#featured h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
#featured p {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-decoration-color: white;
  font-weight: bold;
  text-align: center;
}
#featured .col-md-4 {
  padding: 0 100px;
}

/* DiETARY-ICONS */
#dietary {
  background-color: var(--c-white);
}

#dietary h2 {
  font-size: 55px;
  font-weight: 700;
  text-align: center;
}
#dietary p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
#dietary img,
svg {
  height: 55px;
  width: auto;
  margin: 10px 35px;
}

/* INGREDIENTS_BLOCK */
#ingredients {
  background-color: #91dfb9;
}
#ingredients img {
  height: 151.97px;
  width: 163.69px;
}
#ingredients h2 {
  font-size: 55px;
  font-weight: 700;
}
#ingredients p {
  font-size: 22px;
  font-weight: 500;
}
#ingredients a {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  text-decoration-color: white;
  font-weight: bold;
  text-align: center;
}

/* NEIGHBORHOOD_BANNER */
#banner,
#banner * {
  background-color: var(--c-blue);
  color: var(--c-white);
}
#banner h3 {
  font-size: 30px;
  font-weight: 700;
}
#banner a {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  text-decoration-color: #91dfb9;
  font-weight: bolder;
  text-align: center;
}



/* review */
/* #review,
#review * {
  margin: 0;
  padding: 0;
  background-color: #92cad6;
  color: #235e6b;
}
#review img {
  height: 651.5px;
  width: 50vw;
  object-fit: cover;
  object-position: center;
}
#review h2 {
  font-size: 55px;
}
#review p {
  font-size: 22px;
  font-weight: 500;
}
#review .svgs {
  height: 40px;
  width: 40px;
}
#review a {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  text-decoration-color: #235e6b;
  font-weight: 900;
  text-align: center;
} */





/* PARTAKE_PROMISE */
#promise,
#promise * {
  margin: 0;
  padding: 0;
  background-color: #92cad6;
  color: #235e6b;
}
#promise img {
  height: 651.5px;
  width: 50vw;
  object-fit: cover;
  object-position: center;
}
#promise h2 {
  font-size: 55px;
}
#promise p {
  font-size: 22px;
  font-weight: 500;
}
#promise .svgs {
  height: 40px;
  width: 40px;
}
#promise a {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  text-decoration-color: #235e6b;
  font-weight: 900;
  text-align: center;
}

/* INSTAGRAM_SECTION */
#insta * {
  padding: 0;
  margin: 0;
}
#insta img {
  height: 634.33px;
  width: 634.33px;
  object-fit: cover;
  object-position: center;
}

/* INSTAGRAM_HANDLE */
#handle {
  background-color: var(--c-white);
  padding: 20px 0px;
}
#handle a {
  font-size: 55px;
  font-weight: bold;
}
#handle p {
  font-size: 18px;
  font-weight: 800;
}

/* FOOTER */
footer {
  background-color: #235e6b;
  padding: 10vh 0;
}
footer * {
  color: var(--c-white);
  list-style: none;
}
footer li {
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 500;
}
footer a:hover {
  color: #91dfb9;
}
footer h5 {
  font-size: 22px;
}
footer p {
  opacity: 0.8;
  font-size: 16px;
}
footer span {
  font-size: 12px;
  opacity: 0.8;
}
footer i {
  font-size: 2rem;
}






/* POPUP */

#popup header {
  position: absolute;
  top: 30px;
  right: 10px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background-color: #7b6f74;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 600px;
  background-color: #f6c8c8;
  color: #004aa1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding:5% 2%;
  border-radius: 2%;
}

#popup h1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

#popup h4 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#popup p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
#popup input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.349);
  background-color: transparent;
  color: #004aa1;
}
#popup button {
  border-radius: 0px;
  margin: 10px 0px;
  color: #004aa1;
}


#popup pfoot {
  height: 100px;
}
#popup img {
  /* margin: -100px 0; */
  height: 230px;
  width: 100%;
  background-color: #f6c8c8;
  object-fit: cover;
}

















/* search botton */
.input {
  color: black;
  font: 1em/1.5 Hind, sans-serif;
}

form, .input, .caret {
  margin: auto;
}

form {
  position: relative;
  width: 100%;
  max-width: 17em;
}

.input, .caret {
  display: block;
  transition: all calc(1s * 0.5) linear;
}

.input {
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 0.25em inset;
  caret-color: #255ff4;
  width: 2em;
  height: 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input:focus, .input:valid {
  background: powderblue;
  border-radius: 0.25em;
  box-shadow: none;
  padding: 0.75em 1em;
  transition-duration: calc(1s * 0.25);
  transition-delay: calc(1s * 0.25);
  width: 100%;
  height: 3em;
}

.input:focus {
  animation: showCaret 1s steps(1);
  outline: transparent;
}

.input:focus + .caret, .input:valid + .caret {
  animation: handleToCaret 1s linear;
  background: transparent;
  width: 1px;
  height: 1.5em;
  transform: translate(0,-1em) rotate(-180deg) translate(7.5em,-0.25em);
}

.input::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  color: #e3e4e8;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.caret {
  background: black;
  border-radius: 0 0 0.125em 0.125em;
  margin-bottom: -0.6em;
  width: 0.25em;
  height: 1em;
  transform: translate(0,-1em) rotate(-45deg) translate(0,0.875em);
  transform-origin: 50% 0;
}

/* Animations */
@keyframes showCaret {
  from {
    caret-color: transparent;
  }

  to {
    caret-color: #255ff4;
  }
}

@keyframes handleToCaret {
  from {
    background: currentColor;
    width: 0.25em;
    height: 1em;
    transform: translate(0,-1em) rotate(-45deg) translate(0,0.875em);
  }

  25% {
    background: currentColor;
    width: 0.25em;
    height: 1em;
    transform: translate(0,-1em) rotate(-180deg) translate(0,0.875em);
  }

  50%, 62.5% {
    background: #255ff4;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,2.5em);
  }

  75%, 99% {
    background: #255ff4;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,-0.25em);
  }

  87.5% {
    background: #255ff4;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,0.125em);
  }

  to {
    background: transparent;
    width: 1px;
    height: 1.5em;
    transform: translate(0,-1em) rotate(-180deg) translate(7.5em,-0.25em);
  }
}







/* PIMAGE  */

.container_imgh {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container_imgh:hover .overlay {
  opacity: 1;
}



.slider-container a
{
  text-decoration: none;
  color: #111b47;
}

.slider-container a :hover
{
  border-bottom: 1px dashed #ED971F;
  color: #ED971F;
}

/**** slider ****/

#slider, ul
{
  height: 200px;
}

#slider
{
  margin: auto;
  overflow: hidden;
  padding: 20px;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  margin-top: 50px;
  border-radius: 10px;
  /* box-shadow: 2px 2px 14px rgba(240, 239, 239, 0.25); */
  position: relative;
  width: 600px;
}

#slider li
{
  float: left;
  position: relative;
  width: 600px;
  display: inline-block;
  height: 200px;
}

#slider ul
{
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9000px;
  transition: left .3s linear;
  -moz-transition: left .3s linear;
  -o-transition: left .3s linear;
  -webkit-transition: left .3s linear;
  margin-left: -25px;
  font-family: century gothic;
  color: #666;
}

/*** Content ***/

.slider-container
{
  margin: 0 auto;
  padding: 0;
  width: 550px;
  min-height: 180px;
  /* border-bottom: 1px solid #ccc; */
}

.slider-container h4
{
  color: #0A7FAD;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}

.slider-container  p
{
  margin: 10px 25px;
  font-weight: semi-bold;
  line-height: 150%;
  text-align: justify;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
  0% {opacity:0;}
  2% {opacity:1;}
  20% {left:0px; opacity:1;}
  22.5% {opacity:0.6;}
  25% {left:-600px; opacity:1;}
  45% {left:-600px; opacity:1;}
  47.5% {opacity:0.6;}
  50% {left:-1200px; opacity:1;}
  70% {left:-1200px; opacity:1;}
  72.5% {opacity:0.6;}
  75% {left:-1800px; opacity:1;}
  95% {opacity:1;}
  98% {left:-1800px; opacity:0;} 
  100% {left:0px; opacity:0;}
}

#slider ul
{
  -webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover
{
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.new-version {
 position: absolute;
 bottom: 10px;
 border: 1px solid #ccc;
 padding: 10px 15px;
 background-color: #7effca;
}