/* Universal Start */

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   scroll-behavior: smooth;
}


.text-center{
   text-align: center;
}

.secondary{
   color: #AD566E;
}

img-responsive{
   width: 100%;
}


h1 {
  text-align: center;
  font-family: lato;
  margin: .5 em;
  font-size: clamp(2em, 5vw, 5em);
}

h2{
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


h3 {
  text-align: center;
  font-family: lato;
  margin: .5 em;
  font-size: clamp(2em, 5vw, 5em);
}

p {
  text-align: center;
  font-family: lato;
  margin: .5 em;
  font-size: clamp(2em, 5vw, 5em);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: gray;
}

/* background image */
background-image: linear-gradient(black, white);
background-image: url("cat-front.png");



/* Universal End*/
/* <!-- -- 
----
------
--------
----------- --> */
/* <!-- Nav Section Start --> */

.navBar{
   position: sticky;
   top: 0;
   background-color: rgba(221, 205, 150, 0.5);
   padding-bottom: 1%;
  
 }


.topNav{
   display: flex;
   justify-content: space-between;
   padding: 2%;
   height: 10vh;
}

.navBar a{
   text-decoration: none;
   font-weight: 800;
}

.topNav .logo a{
   color: #111;
   font-weight: 900;
   letter-spacing: 0.1em;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.topNav .logo a span{
   color: #AD566E;
}

.topNav .navItems{
   margin-right: 1%;
}

.topNav .navItems a{
   margin-right: 1em;
   color: #111;
}

.topNav .navItems a:hover{
   color: #AD566E;
}

/* <!-- Nav Section End --> */
/* <!-- -- 
----
------
--------
----------- -- !> */
/* Welcome Section Start */

.welcomeMain{
   display: flex;
   /* border: 2px solid; */
   margin: 0 5%;
}

.welcomeMain .welcomeLeft{
   padding-top: 10%; 
   width: 50%;
} 

.welcomeMain .welcomeRight{
   width: 50%;
}

.welcomeMain .welcomeRight img{
   max-width: 100%;
   max-height: 80vh;
} 

.welcomeLeft h1{
   font-size: 2em;
   padding-bottom: 3%;
   letter-spacing: 2px;
   font-weight: 800;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.welcomeLeft h1 span{
   color: #AD566E;
}

.welcomeLeft p{
   color: gray;
   padding-bottom: 7%;
}

/* Welcome Section End */
/* <!-- -- 
----
------
--------
----------- -- !> */
/* About Section Start */

section.about{
   background-image: url('../img/7.png');
   background-repeat: no-repeat;
   /* background-position: center; */
   /* width: 100vw; */
   /* border: 2px solid; */
   background-size: cover;
}

.aboutMain{
   display: flex;
   /* border: 2px solid; */
   margin: 0 5%;
   margin-top: 10%;
}

.aboutMain .aboutLeft{
   width: 50%;
   margin-top: 10%;
}

.aboutMain .aboutRight{
   width: 50%;
   margin-top: 10%;
}

.aboutMain .aboutRight h1{
   padding-bottom: 4%;
}

.aboutMain .aboutRight p{
   padding-bottom: 10%;
}

.aboutMain .aboutLeft img {
   max-width: 100%;
   max-height: 80vh;
   /* width: 100px; */
}

/* About Section End */
/* <!-- -- 
----
------
--------
----------- -- !> */
/* Recipies Section Start */

.recipies{
   margin-top: 5%;
}

.recipieControl{
   display: flex;
}

.recBox{
   /* border: 2px solid; */
   padding: 5%;
   margin: 5%;
   box-shadow:5px 10px 10px 5px rgba(0, 0, 0, 0.1) ;
   border-radius: 4%;
}

.recBox img{
   max-width: 100%;
   margin-bottom: 20%;
}

/* Recipies Section End */
/* <!-- -- 
----
------
--------
----------- -- !> */
/* Status Bar Start */

.statusBar{
   /* border: 2px solid; */
   margin: 4% 2%;
   padding: 3%;
   box-shadow:10px 10px 10px 10px  rgba(0, 0, 0, 0.2) ;
   border-radius: 20px;
}

.statusMain{
   display: flex;
   justify-content: space-between;
}

/* Status Bar End */
/* <!-- -- 
----
------
--------
----------- -- !> */
/* Food Setcion Start */

.foods{
   margin-top: 5%;
}

.foodArea{
   display: flex;
}

.foodBox{
   /* border: 2px solid; */
   padding: 5%;
   margin: 5%;
   box-shadow:5px 10px 10px 5px rgba(0, 0, 0, 0.1) ;
   border-radius: 4%;
   border: 2px solid;
}

.foodBox img{
   max-width: 100%;
}

.imgDesc h2 {
   width: 100%;
   font-size: 20px;
   font-weight: 900;
   padding-bottom: 2%;
}


/* Food Setcion End */
/* footer Start */
section.footer{
   background-color: black;
   margin-top: 1%;
}

footer {
	font-family: Helvetica, Arial;
	color:white;
	height: 30%;
	background: #AD566E;
	margin:0px auto;
	width: 65%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	line-height: 47px;
	font-size: 8px;
}


 
.footer h1 span{
   color: #white;
}

.footer h1{
   color: gray;
   padding-top: 3%;
}

.footer h3{
   color: #fff;
   padding: 2% 0;
}

.footer h4{
   color: #fff;
   padding: 2% 0;
}
*/
/* footer end */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&display=swap');


.container {
  width: 75vw;
  max-width: 1000px;
  min-width: 320px;
  margin:auto;
}

img {
  width: 100%;
  
}

:root {
  --primary-color: #232323;
  --alt-color: #AD566E;
  --bg-color: #fbfbfb;
}

body {
  font-family: 'Roboto', sans-serif;
}

.wrapper {
  width: 100vw;
  overflow: hidden;
  background-color: var(--bg-color);
}

.vector {
  width: 100%;
  height: 100%;
}

/* ======= NAVBAR ======= */



.brand {
  font-size: 1em;
  font-weight: bold;
  color: var(--primary-color);
  font-family: 'Montserrat', sans-serif;
}

.brand span {
  color: var(--alt-color);
}

.mobile-brand {
  background-color: var(--bg-color);
  padding: 5px 20px;
}

.fa-bars {
  font-size: 1.8em;
  cursor: pointer;
}


/* ======= MENU ======= */

.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  background-color: var(--primary-color);
  height: 50vh;
  z-index: 1;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}

.show-menu {
  transform: translateX(0%);
}

.menu__links {
  list-style: none;
  margin-bottom: 3em;
}

.menu__item {
  font-size: 1em;
  color: var(--bg-color);
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
}

.menu__item--active {
  color: var(--alt-color);
}

/* ======= MAIN ======= */

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2em;
  margin-top: -5em;
}

.main-img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 0;
  animation-name: img-animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes img-animation {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1);
  }
}

.content-info__subtitle {
  font-size: clamp(1em, 3vw, 1.5em);
  color: var(--primary-color);
  font-weight: bold;
}

.content-info__title {
  font-family: 'Montserrat', sans-serif;
  color: var(--alt-color);
  font-size: 2em;
}

.content-info__text {
  color: rgba(35, 35, 35, .7);
  font-size: 1.1em;
  margin: .3em 0em .7em;
}

.content-info__button {
  background-color: var(--primary-color);
  color: var(--bg-color);
  padding: 10px 20px;
  font-size: 1.2em;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.content-info__button:hover {
  background-color: var(--alt-color);
  color: var(--primary-color);
}


/* ======= SOTIAL NETWORK ======= */

.sotial-network {
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -2em;
}

.fa-brands {
  font-size: 2em;
  color: var(--primary-color);
  margin: 0 .2em;
  margin-top: -2em;
}

.fa-brands:hover {
  color: var(--alt-color);
}

@media screen and (min-width: 720px) {
  .container {
    flex-direction: row;
    align-items: center;
  }

  .brand {
    margin-left: 2em;
  }

  .main-img {
    width: 50%;
  }

  .conten-info {
    padding: 2em;
    width: 40%;
  }

  .conten-info__title {
    font-size: 2.5em;
  }

  .conten-info__text {
    font-size: 1em;
  }

}

@media screen and (min-width: 700px ) {
  .vector {
    background-image:   url();
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .menu-bar,
  .mobile-brand {
    display: none;
  }

  .menu {
    transform: translateX(0%);
    background: none;
    width: 100%;
    height: 12vh;
    padding-right: 3.5em;
  }

  .menu__content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }

  .menu__item {
    color: var(--primary-color);
    font-size: 1.2em;
    padding: 1em;
  }

  .menu__item--active {
    color: var(--alt-color);
  }

  .content-info {
    padding: 2em;
  }

  .conten-info__subtitle {
    font-size: clamp(1em, 3vw, 1.5em);
    
  }

  .content-info__title {
    font-size: 3em;
  }

  .sotial-network {
    justify-content: flex-start;
    margin-left: 4.4em;
  }

  .fa-brands {
    color: var(--bg-color);
  }

}


/* Responsive Images */


.responsiveLogo {
  width: 30%;
  height: auto;
}

.responsiveRest {
  width: 10%;
  height: auto;
}


/* ======= scroll back to top Button - Inicio ======= */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor:pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



/* ======= scroll back to top Button - Fin ======= */





