/*font-family: 'GFS Didot', serif;
font-family: dunbar-low, sans-serif;*/


/* Global View */

@import '~mdb-ui-kit/css/mdb.min.css'; 

html {
  width: 100%;
  height: 100%;
  margin: 0;
  scroll-padding-top: 230px;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  overflow-x: hidden;
}

main {
  width: 100%;
  padding-top: 270px;
  margin: 0 auto;
  align-items: center;
}

.custom1 {
  background-color:black;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  z-index: 100;
}

.nav-item{
  font-family: dunbar-low, sans-serif;
  font-size: 1rem;
  color: rgba(236, 235, 229);
  text-decoration: none;
}

.nav-item:hover {
  color: rgba(88,160,196);

}

.interview {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

.interview:hover {
  color: rgba(88,160,196);

}

.custom2 {
  display: none;
  background-color:black;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  z-index: 100;
}

.custom3 {
  background-color: black;
}

.dropdown-item {
  text-decoration: none;
  font-family: dunbar-low, sans-serif;
  font-size: 0.8rem;
  color: rgba(236, 235, 229);
  line-height: 1.2rem;
}

.dropdown-item:hover {
  color: rgba(88,160,196);
}

.profile {
  height: 1rem;
}

.meetChefA {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.meetChefB {
  display: none;
  margin-top: 4rem;
  margin-bottom: 2rem;
  align-items: center;
}

.mybutton {
  background-color: white ;
  color: rgb(51, 51, 51);
  font-family: 'GFS Didot', serif;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  border: 0.5px solid rgb(51, 51, 51);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  margin-top: 1.3rem;
}

.mybutton:hover {
  background-color: black;
  color: white;
}

.btn {
  background-color: black;
  border: none; 
  font-size: 20px;
  color: white;
}

.btn:focus {
  color: white;
  outline: none;
  box-shadow: none;
}


.chefServices {
  width: 100%;
  background-color: rgb(240,242,245);
  padding-top: 3.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.chefReviews1 {
  margin-top: 4rem;
}

.chefReviews2 {
  display: none;
  margin-top: 4rem;
}

.chefReviews3 {
  display: none;
  margin-top: 4rem;
}

.reviews {
  font-size: 1rem;
  line-height: 1.3rem;

}

.gallery1 {
  width: 100%;
  background-color: rgb(240,242,245);
  padding-top: 3rem;
  padding: 3rem;
  align-items: center;
  margin-top: 4rem;
}

.gallery2 {
  display: none;
  width: 100%;
  background-color: rgb(240,242,245);
  padding: 3rem;
  margin-top: 4rem;

}

#carousel2 {
  margin: 0 auto;
}

#carousel7 {
  margin: 0 auto;
  display: none;
}

#carousel8 {
  margin: 0 auto;
  display: none;
}

#carousel5 {
  margin: 0 auto;
}

#carousel5 .carousel-control-prev-icon {
  position: absolute;
  bottom: 550px;
  left: 50px;
}

#carousel5 .carousel-control-next-icon {
  position: absolute;
  bottom: 550px;
  right: 50px;
}

#carousel6 {
  margin: 0 ;
}

#carousel6 .carousel-control-prev,
#carousel6 .carousel-control-next {
  align-items: center;
  margin-left: -10%;
  margin-right: -10%;
}

.carousel .carousel-indicators button {
width: 10px;
 height: 10px;
 border-radius: 100%;
}


.customFooter {
  width: 100%;
  padding-bottom: 2rem;
  margin-top: 5rem;
}

.customLast a{
  text-decoration: none;
  font-size: 1.5rem;
  font-family: dunbar-low, sans-serif;
  color: rgb(51, 51, 51);
}

.customLast a:hover {
  color: rgba(88,160,196);
}

.lastrow {
  padding-top: 2rem;
}

.lastrow p {
  font-family: 'GFS Didot', serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1 rem;
  color: rgb(51, 51, 51);
}

.lastrow a {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

.lastrow a:hover {
  color: rgba(88,160,196);
}

p {
  font-family: 'GFS Didot', serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: justify;
  color: rgb(51, 51, 51);
}

h1 {
  font-family: dunbar-low, sans-serif;
  color: rgb(51, 51, 51);
  font-size: 3rem;
  font-weight: 200;
}

h2 {
  font-family: dunbar-low, sans-serif;
  color: rgb(51, 51, 51);
  font-size: 1.5rem;
}

.moto {
  font-size: 1.5rem; 
  margin-top: 1.5rem;
}

h3 {
  font-family: dunbar-low, sans-serif;
  font-size: 1.1rem;
  color: rgb(51, 51, 51);
  font-weight: 600;
}


.fade-in {
  animation: fadeIn ease 6s;
  
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in-down {
  animation: fadeInDown ease 2s;
}

@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(-40px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
} 

.fade-in-up {
  animation: fadeInUp ease 2s;
}

@keyframes fadeInUp {
  0% {
     opacity: 0;
     transform: translateY(40px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
} 

.zoom-in {
  animation: zoom-in 2s ease-out infinite;
}

@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.slide-left {
  animation: 2s slide-left;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}

.slide-right {
  animation: 2s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}




@media (max-width:1400px) {

  #carousel5 .carousel-control-prev-icon {
    bottom: 540px;
    left: 10px;
  }
  
  #carousel5 .carousel-control-next-icon {
    bottom: 540px;
    right: 10px;
  }
 

}

@media (max-width:1199px) {

  #carousel5 .carousel-control-prev-icon {
    bottom: 450px;
  }
  
  #carousel5 .carousel-control-next-icon {
    bottom: 450px;
  }
 

}

@media (max-width:1080px) {

  .nav-item{
    font-size: 0.8rem;
  }

}

@media (max-width:992px) {

  main {
  padding-top: 230px;

}

.custom1 {
  display: none;
}

.custom2 {
  display: block;
}

.customLast a{
  font-size: 1rem;}

.lastrow {
  padding-top: 2rem;
}

.lastrow p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.2rem;
}

.moto {
  font-size: 1.2rem; 
  margin-top: 1.5rem;
}

.meetChefA {
  display: none;
  
}

.meetChefB {
  display: block;
}

p {
  font-size: 0.9rem;
  line-height: 1.2rem;
 
}

.reviews {
  font-size: 0.9rem;
  line-height: 1.2rem;

}

.mybutton {
  font-size: 0.8rem;
  padding: 0.7rem 0.9rem;
  margin-top: 1rem;
}

}

@media (max-width:991px) {

  #carousel5 .carousel-control-prev-icon {
    bottom: 330px;
  }
  
  #carousel5 .carousel-control-next-icon {
    bottom: 330px;
  }
 
}

/* Tablet View */
@media (max-width:768px) {

.gallery1 {
  display: none;
}

.gallery2 {
  display: block;
}

.chefReviews1 {
  display: none;
}

.chefReviews2 {
  display: block;
}

.carousel .carousel-indicators button {
  width: 8px;
   height: 8px;
   border-radius: 100%;
  }

  #carousel2 {
    display: none;
  }
  
  #carousel7 {
    display: block;
  }


}

@media (max-width:425px) {

  main {
    padding-top: 220px;
  
  }

  .dropdown-item {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .mybutton {
    font-size: 0.7rem;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    margin-top: 0.8rem;
  }

  p {
    font-size: 0.8rem;
    line-height: 1.1rem;
   
  }

    .reviews {
    font-size: 0.8rem;
    line-height: 1.1rem;
   
  }

  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 0.8rem;
  }

  .moto {
    font-size: 1rem; 
    margin-top: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

    #carousel7 {
      display: none;
    }

    #carousel8 {
      display: block;
    }
  
}

@media (max-width:330px) {


  .customLast a{
    font-size: 0.9rem;}
  
  .lastrow {
    padding-top: 1.8rem;
  }
  
  .lastrow p {
    font-size: 0.7rem;
    line-height: 1rem;
    
  }

  h3 {
    font-size: 0.9rem;
  }
  
 
  

}