@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700;900&family=Lato&display=swap');

body{
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}

.ckc-title{
  font-family: "Barlow";
  font-size: 90px;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  width:fit-content;
  position: relative;
  z-index: 5;
}

.heading-text
{
  font-family: Barlow;
  font-weight: 900;
  font-size: 36px;
}
.web-padding
{
  padding-left: 10em;
  padding-right: 10em;
}

/* Next & previous buttons */
.prevSlide, .nextSlide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: 2em;
  padding: 2em;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 10%;
  user-select: none;
}

/* Position the "next button" to the right */
.nextSlide {
  right: 0;
  border-radius: 10%;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 16px}

}


.index-header-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 2em;
}
.index-header {
  background-image: url("../Assets/Backgrounds/WorldMap_sprinkle.png");
  background-size: 105%;
  /* background-size: 80% auto;  */
  background-position: -5vw -8vw;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100%;
  /* margin-right: 1%; */
}

.index-header-wrapper-left {
  width: 30%;
  margin-left: 2%;
  padding-right: 2em;
  order:1;
}

.index-header-wrapper-right {
  width: 55%;
  padding-top: 5vw;
  order: 2;
}
@media (max-width: 1200px) {
  .flex-container h1 {
    font-size: 50px !important;
  }
}

@media (max-width: 1022px) {

  .box .sign-up-button {
    left: 0 !important;
    top: 0 !important
  }
  .events-table {
    width: 60% !important;
  }
  .events-table .cell {
    width: 100% !important;
    margin-top: 6% !important;
    flex: none !important;
  }
  .event-box-content2 {
    background-position: left 50% bottom 35% !important;
    background-size: 120% !important;
  }
  .index-header-wrapper {
    flex-direction: column;
  }
  .index-header-wrapper-left {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  .ckc-title{
    text-align: center;
  }
  .index-header-wrapper-right {
    width: 100%;
    padding-left: 1em;
  }
}

@media (max-width: 800px){
  .bm-top-padding{
    padding-bottom: 5em;
    margin-bottom: 0 !important;
  }
  .bm-title{
    font-size: 40px !important;
  }
  .bm-desc{
    width: 40% !important;
    padding: 10px 0 0 0 !important;
    margin-left: -3.5vw;

  }
  .test-container .text{
    font-size: 20px !important;
    height: 200px !important;
  }
}

.index-header-wrapper-right-slides {
  display: none;
}

.index-header-wrapper-right-slides img {
  border-radius: 25px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.index-gallery-wrapper{
  margin-right: 2em;
}

.index-header-wrapper-right-slides {
  position: relative;
  margin: auto;
}

.intro-text {
  background: rgb(255, 255, 255, 0.5);
}

.divider {
  width:200px;
}

.divider-div {
  text-align: center;
}

.intro-paragraph-header {
  text-align: left;
  margin-bottom: 0px;
}

.intro-container {
  background: radial-gradient(65.63% 35.82% at 50% 46.59%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.intro-paragraph {
  height: auto;
  bottom: 100px;
  font-size: 25px;
  margin: 1em 2em;
  text-align: left;
}

.intro-tagline {
  position: absolute;
  width: 718px;
  height: 48px;
  left: 95px;
  top: 560px;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  /* identical to box height */

  /* display: flex;
  align-items: center; */

  color: #000000;
}

.chef-icon{
  position: absolute;
  width: 15%;
  top: 10vw;
  animation: left-to-right .8s forwards;
  z-index: 2;
}

@keyframes left-to-right {
  0% {
    padding-left: 0px;
  }

  80% {
    padding-left: 25vw;
  }

  100% {
    padding-left: 20vw;
  }
}

.cheficon-resize {
  width: 80px;
}

.switch, .dot:hover { /*switch?*/
  background-color: #717171;
}

.heading-text
{
  font-family: Barlow;
  font-weight: 900;
  font-size: 36px;
  border-bottom: solid 10px #F29898;
}

.content2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 30px;
  max-width: auto;
  margin: 0 auto;
  /* align-items: start; */
  /*justify-items: start;*/
 }

.cooking-workshops-main-container {
  display: flex;
    justify-content: center;
    padding: 2em 0;
    margin-bottom: 2em;
}

.cooking-workshops-container {
  background-color: #80D695;
  border-radius: 25px;
  width: 80vw;
  max-width: 1200px;
  height: auto;
  align-self: flex-start;
}

.cooking-workshops-title{
  text-align:center;
  font-family: Barlow;
  font-weight: 900;
  font-size: 64px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.cooking-workshop-div{
  border: 5px solid #B1F9C3;
}

.cooking-workshops-content{
  text-align: left;
  padding-top:5%;
  padding-left: 8%;
  padding-right: 8%;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10%;
}

.flex-container{
  padding: 2rem 2rem;
  padding-top: 63vw;
  text-align: center;
  background-size: 100%;
}
.flex-container h1{
  text-align: center;
  font-family: Barlow;
  font-size: 70px;
}

.upcoming-box1 {
  background: #E5E5E5;
  border-radius: 25px;
  height: 135%;
  margin-top: 5%;
  align-items: center;
}

.upcoming-box2 {
  /* height: 0px; */
  background: #C4C4C4;
  border-radius: 25px;
  margin-top: 25%;
  height: 135%;
}

.upcoming-box-text{
  text-align: center;
}

.up-ev-photo{
  display: inline-block;
  vertical-align: middle;
}

.event-box-content2 {
  background-image: url("../Assets/Backgrounds/burger_hands.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.events-nav-container {
  display: flex;
  justify-content: space-between;
  height: 0;
}

.burger-bottom {
  padding-bottom: 40vh;
}

.container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}



.event-box {
  display: inline-block;
  padding: 2rem 2rem;
  /* vertical-align: middle; */

}

.event-box .box{
  /* border: 3px solid #ff9999; */
  background-color: #FFE896;
  border-radius: 20px;
  writing-mode: horizontal-tb;
  width:600px;
  height:200px;
  margin: 2rem;
  align-items: stretch;

}

.event-box .box h3{
  /* display: inline-block; */
  padding: .5rem;
  display: flex;
  font-family: Barlow;
  position: relative;
  left:10px;
  top: 10px;
  font-size:15px;
  font-weight: 40;

}

.event-box .box h1{
  display: flex;
  padding: .5rem;
  font-size: 25px;
  font-family: Barlow;
  font-weight: 100;
  position: relative;
  left:10px;
  bottom: 9%;
}

.event-box .box p{
  display: flex;
  font-size: 15px;
  padding:1%;
  bottom: 4%;
  position: relative;
  left:2%;
  margin-right: 40%;
}

.sign-up-button {
  border: 2px outset gray;
  color: black;
  background-color: #f88383;
  padding: 10px 40px;
  margin-bottom: .5rem;
  position: relative;
  top: 22%;
  left: 15vw;
  text-decoration: none;
  font-size: 13px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 20px;
  font-family: Barlow;
  font-weight: 60;
}

.event-box .box .sign-up-button:hover{
  background-color: #f88383;
  color: white;
}
.testimonial-content
{
  background-color: #FFE896;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
  justify-content: space-between;
}
.testimonial-content .slideshow
{
  position: relative;
  display: block;
}
.testimonial-content .slideshow .test-container
{
  display: flex;
  justify-content: center;
}
.testimonial-content .text
{
  font-size: 30px;
  display: block;
  padding: 1em !important;
  margin: 0 3em;
  height: 250px;
  text-align: center;
}
.testimonial-content .text .quote
{
  text-align: left;
}
.testimonial-content .text .name
{
  text-align: right;
}

.prevSlide
{
  position: relative;
  height: 120px;
}
.nextSlide
{
  position: relative;
  height: 120px;
}
.testimonial-fit {
  max-width: 1200px;
  margin: auto;
}

.testimonial-new {
  margin: auto;
  width: 90%;
  height: auto;
  padding: 2em 0;
  margin-top: 20px;
  border-radius: 25px;
  background-color: #F06B80;
}

.test-arrows
{
  position: absolute;
  background-color: #F06B80;
  width: 80vw;
  max-width: 975px;
  top: 0;
  align-self: center;
  margin: 0 auto;
}


/* Next & previous buttons */
.prevSlide, .nextSlide {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: 3em;
  padding: 2em;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 10%;
  user-select: none;
}

/*testimonial dots*/
.dot-container {
  display: block;
  text-align: center;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 1px;
  background-color: #b3b3b3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media only screen and (min-width: 300px) and (max-width: 700px) {

  .bm-icon2 {
    width: 100% !important;
  }

}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 16px}
}


.podcast-text-wrapper,
.sm-text-wrapper,
.cb-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.build-mission {
  font-family: Barlow;
}

.bm-top-padding {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5em;
  padding-bottom: 15em;
  margin-bottom: 100px;
}

.bm-container {
  display: flex;
}
.bm-icon {
  align-self: center;
  width: 15vw;
  max-width: 150px;
}

.bm-sec {
  width: 50%;
  height: 50px;
  align-items: center;
}

.bm-counter {
  list-style-type: none;
  text-align: center;
}

.bm-icon,
.bm-title,
.bm-desc {
  display: inline-flex;

}

.bm-title {
  padding-top: 10px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  /* padding-left: 0em; */
  /* padding-top: 10px; */
  animation: onehundred-percent 4s forwards infinite 3s
}

.carousel-nav-container {
  display: flex;
  justify-content: center;
}
.carousel-nav-container img{
  height: 48px;
  margin-top: -23px;
}
.events-table {
  width: 52%;
  max-width: 800px;
  padding-bottom: 10%;
}
@keyframes onehundred-percent {
  0% {
    color: black;
    text-align: right;
  }
  30%{
    color: black;
  }
  50%{
    color: #56C6B4;
    text-align: center;
  }
}

.bm-desc {
  font-family: Lato;
  text-align: center;
  padding-top: 10px !important;
  width: 200px;
}


.bm-container2 {
  display: flex;
  width: 100%;
  background-image: url("../Assets/Icons/Ellipse.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1200px;
  margin: 0 auto;
}

.content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 4px;
  max-width: auto;
  /* align-items: start; */
  /*justify-items: start;*/
}
.content div{
  /* background: #3bbced; */
  padding: 10%;
  /*justify-self: start;*/
  /*align-self: start;*/
}


.content div:nth-child(even){
  /* background: #777; */
  /* padding: 30px; */
  background-color:#56C6B4;
}

.bm-icon2 {
  width: 15vw;
  align-self: center;
}

.bm-sec2 {
  width: auto;
}

.bm-counter2 {
  list-style-type: none;
  text-align: center;
}

.bm-icon2,
.bm-title2,
.bm-desc2 {
  background-color: #56C6B4;
  display: inline-flex;
}

.bm-title2 {
  text-align: center;
  color:rgb(255, 255, 244);
  padding-top: 10%;
  padding-bottom: 6px;
  width: auto;
  animation: onehundred-percent1 4s forwards infinite 3s
}

@keyframes onehundred-percent1{
  0%{
    color: white;
    text-align: right;
  }
  30%{
    color: white;
  }
  50%{
    color: black;
    text-align: center;
  }
}

.bm-desc2 {
  font-family: Lato;
  text-align: wrap;
  padding-top: 5%;
  /* padding-right: 15%; */

  width: 100%;
  word-wrap: break-word;
  text-align: center;
  /* align-items: right; */
}

.bm-bottom-padding {
  background-color: #56C6B4;
  padding: 5em 2em;
}

/*End of Melinda's Work*/

/* jalyn's work */
/* Updated by Joshita */
#main-container {
  background-image: url(../Assets/Backgrounds/Design3.png);
  padding-top: 3%;
}

.flex-container {
  position: relative;
  padding: 2rem 2rem;
  padding-top:80vh;
  text-align: center;
  background-size: cover;
  /* background-image: url("./Assets/Backgrounds/Design3.png"); */
  background-repeat: no-repeat;
  margin-bottom: 20vh;
}
.flex-container h1{
  text-align: center;
  font-family: Barlow;
  font-size: 70px;
}

#upevents {
  padding: 0 !important;
}

#event-subtitle {
  font-weight: 100;
  font-size: 20px;
}

.up-ev-photo{
  display: inline-block;
  vertical-align: middle;
}

.event-box{
  /*display: inline-block;*/
  padding: 2rem 2rem;
  vertical-align: middle;

}

.event-box .box{
  border: 3px solid #ff9999;
  background-color: #FFE896;
  border-radius: 20px;
  writing-mode: horizontal-tb;
  width:600px;
  height:200px;
  margin: 2rem;
  align-items: stretch;

}

.event-box .box h3{
  /* display: inline-block; */
  padding: .5rem;
  display: flex;
  font-family: Barlow;
  position: relative;
  left:10px;
  top: 10px;
  font-size:15px;
  font-weight: 40;

}

.event-box .box h1{
  display: flex;
  padding: .5rem;
  padding-right: 12rem;
  font-size: 25px;
  font-family: Barlow;
  font-weight: 100;
  position: relative;
  left:10px;
}

.event-box .box p{
  display: flex;
  font-size: 15px;
  padding-left: 1%;
  bottom: 4%;
  font-family: Lato;
  font-weight: 40;
  position: relative;
  left:2%;
  margin-right: 35%;

}
.event-box .box .sign-up-button{
  border: 2px outset gray;
  color:black;
  background-color: #f88383;
  padding: 10px 40px;
  margin-bottom: .5rem;
  position: relative;
  left:190px;
  text-decoration: none;
  font-size: 13px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 20px;
  font-family: Barlow;
  font-weight: 60;

}

#event-description1 {
  font-family: Lato;
  padding-top: 8%;
}

#event-description2 {
  font-family: Lato;
  padding-top: 8%;
}

.sign-up-button:hover {
  background-color: #f88383;
  color: white;
}


/* Different section css */

.index-different {
  padding: 5vw;
  position: relative;
  z-index: 1;
}

.different-text {
  position: absolute;
   z-index: -1;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
  background:url("../Assets/Backgrounds/different_background.png") center center;
  background-size: cover;
  opacity: 0.5;
}

.index-different h1 {
  font-family: "Barlow";
  Line-height: 100%;
  font-weight: 900;
  padding-bottom: 30px;
  font-size: 50px;
  padding-left: 10px;
}

.index-different p {
  font-family: "Lato";
  font-size: 30px;
  Line-height: 125%;
  padding-left: 10px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.greenspace {
  background-color: #56C6B4;
  height: 200px;
}



.heading-text {
  background: #f06b80;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.slideshow {
  width: 90%;
  margin: auto;
}

.bm-icon-center-image {
  position: absolute;
  right: 4vw;
  top: -20vh;
  height: 50%;
  width: 35%;
}

.hear-from-us {
  background-color: #6dd0c0;
}

.hfu-fit {
  max-width: 1200px;
  margin: auto;
}
.hfu-heading {
  font-family: "Barlow";
  font-size: 36px;
  font-weight: 900;
  padding: 30px;
  margin-bottom: 2vh;
}

.check-heading {
  font-family: "Barlow";
}

.check-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.check-info {
  width: 30%;
  margin: 15px;
  padding: 25px;
  border-radius: 15px;
}

.check-info a {
  color: black;
}

#programming {
  position: relative;
  bottom: 30px;
  background-color: #F5B2B2;
}
#cooktivity {
  width: 63% !important;
  background-color: #F5B2B2;
  align-self: flex-start;
}

#podcast {
  align-self: flex-end;
  padding-bottom: 30px;
  background-color: #F8C8C8;
}

#merch {
  position: relative;
  bottom: 48px;
  padding-bottom: 60px;
  background-color: #FBE0E0;
}

#ecook {
  background-color: #FBE0E0;
}

.check-heading {
  padding-bottom: 15px;
}

.check-para {
  font-family: "Lato";
  font-size: 25px;
}

.check-chefs {
  float: right;
}

#purple-chef {
  width: 60%;
  height: 60%;
  margin-top: 1.8vw;
  margin-bottom: 0;
}

#green-chef {
  width: 25%;
  height: 25%;
  transform: rotate(5deg);
  margin-right: 4vw;
  margin-bottom: 1vw;
}

#center-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#center-main_image {
 width: 100%;
 height: 100%;
}

#center-overlay_image {
  position: absolute;
  top: -100px;
  right: 300px;
  width: 300px;
  height: 300px;

}




.box {
  height: auto;
  text-align: left !important;
  display: flex;
  justify-content: center;
  vertical-align: top !important;
  /* margin-top: 12px; */
}

.box .row {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 10px;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #FFE896;
  font-family: Lato;
  max-width: 700px;
}

.box .cell {
  flex: 1 1 200px;
  background-color: #FFE896;
}

.box .sign-up-button {
  border: 0px outset gray;
  color: black;
  padding: 10px 10px !important;

}

.plate-image {
  position: relative;
  width:100%;
  z-index: 3;
}


.box-six {
  text-align: center;
  margin-bottom: 20vh;
}

.box .event-title {
  font-size: 25px;
  font-weight: bold;
}

.plate-slideshow {
  position: absolute;
  left: 7.5vw;
  top: 8vw;
}

.plate-text {
  position: absolute;
  left: 127%;
  top: 80%;
  text-align: center;
  font-size: 30px;
  width: 20vw;
  z-index: 5;
}
.plate-img {
  z-index: 2;
  border-radius: 50%;
  width: 46.5vw;
  height: 46.5vw;
  object-fit: cover;
}

@media screen and (max-width: 950px) {
  .check-info {
    width: 100%;
    margin-bottom: 1px;
  }

  .check-container {
    gap: 10%;
  }

  #cooktivity {
    width: 100% !important;
    margin: 15px !important;
  }

  .check-heading {
    font-size: 30px;
  }

  .check-para {
    font-size: 24px;
  }

  #podcast {
    margin-top: 0px;
    margin-bottom: 3vw;
    align-self: flex-start;
  }

  #merch {
    margin-top: 40px;
    margin-bottom: 5px;
    top: -10px;
  }

  #cooktivity {
    margin: 0px auto;
    padding: 20px 20px 0;
  }

  #ecook {
    margin-bottom: 0;
  }

  .cooking-workshops-title{
    font-size: 42px;
  }

  .test-container .text {
    font-size: 30px;
    padding: 0em;
  }

  .mailing-info input[type=submit] {
    font-size: 10px;
  }

  .nextSlide {
    margin: auto;
    left: 83%;
  }

  .prevSlide {
    padding-left: 0em;
    margin: auto;
  }

  #purple-chef {
    width: 25% !important;
    height: 25% !important;
  }

  .index-different p {
    font-size: 20px;
  }

  .index-different h1 {
    font-size: 36px;
  }

  .plate-text {
    font-size: 20px;
    width: 24vw;
    top: 68% !important;
    left: 125%;
  }

  .chef-icon {
    position: relative;
    left: 61.5%;
    top: 35vh;
  }
  .index-header-wrapper-right-slides img {
    height: 300px;
  }
  .cooking-workshops-title {
    padding-top: 15px;
  }
  #top-bun {
    height: 10vh;
    font-size: 36px;
    padding-top: 0px;
  }

  .burger-top .event-header {
    font-size: 30px !important;
  }
  .index-different {
    padding-top: 25px;
  }

  .hear-from-us {
    padding-bottom: 25px;
  }
  .heading-text {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 655px) {
  .burger-top .container {
    width: 120% !important;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}


@media screen and (max-width: 1200px) {
  .plate-image {
    width: 100% !important;
  }
}

@media screen and (max-width: 1020px) {
  .sign-up-button {
    margin-left: 35%;
    transform: translateX(-35%);
  }
}

@media screen and (max-width: 400px) {
  .test-container {
    padding-bottom: 40vw;
  }
}

@media screen and (max-width: 600px) {
  .test-container {
    padding-bottom: 30vw;
  }

  .plate-text {
    font-size: 16px;
  }
}
