@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");
body{
  background-color: #F7F7FE;
}
.hv:hover {
  background-color: #f4f4f4;
  border-radius: 15px;
}

body {
  font-family: Poppins, sans-serif;
}

.bg-footer {
  background-color: #ffc10c;
}

.text-footer {
  color: #363636;
}

.carousel-container {
  background-color: #363636;
}

.card-eff {
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.7);
  border-radius: 40px;
}

.yellow {
  background-color: transparent;
  border: 4px solid #ffc80c;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffc80c;
}

.logo {
  width: 64px;
  height: 64px;
  border-radius: 10px;
}

.yellow:hover {
  background: rgba(255, 200, 12, 0.85);
  color: #ffffff;
}
.yellow2 {
  background-color: transparent;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.yellow2:hover {
  background: rgba(255, 200, 12, 0.85);
  color: #ffffff;
  border: 4px solid #ffc80c;
  box-sizing: border-box;
  border-radius: 20px;
}
.brd {
  width: 130.2px;
  height: 0px;
  border-radius: 40px;
  border: 4px solid #ffa10b;
}

.slider1 {
  display: block;
}
.slider2 {
  display: none;
}

.image1 {
  width: 350px;
  display: flex;
  justify-content: center;
}

.contact-font {
  font-size: 1.3em;
}

.our-story-font {
  font-size: 1.25em;
}

.team-picture {
  width: 120px;
  height: 120px;
  background-color: #e65525;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .contact-font {
    font-size: 0.92em;
  }

  .our-story-font {
    font-size: 1.1em;
  }

  .signup{
    max-width:370px ;
  }
}

@media (max-width: 300px) {
  .contact-font {
    font-size: 0.66em;
  }

  .signup{
    max-width:350px ;
  }
}

.banner2 {
  height: 520px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("./image/CookingGame-banner.PNG");
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.9);
}

.banner {
  height: 520px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("./image/CookingGameVR-banner.PNG");
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.9);
}

.banner3 {
  height: 520px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("./image/CutieMonsters-Banner.PNG");
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.9);
}

.banner4 {
  height: 520px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url("./image/DragonKindom-Banner.PNG");
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.9);
}

.banner-content {
  height: 95%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.bg-feature {
  background: rgba(196, 196, 196, 0.12);
  box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
}

@media (max-width: 1200px) {
  .banner2,
  .banner,
  .banner3,
  .banner4 {
    height: 420px;
  }
}
@media (max-width: 576px) {
  .banner2,
  .banner,
  .banner3,
  .banner4 {
    height: 300px;
    border-radius: 0;
    box-shadow: none;
  }
}
