* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background-color: #e6e6f0;
  margin: 0 20px;
  background: linear-gradient(#193aa7, #400395);
  background-image: url(../images/sweets-img/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}
.sweets .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #4f4a43;
  border-radius: 20px;
  padding: 12px 30px;
  opacity: 0.8;
  margin-top: 200px;
}
.sweets .info .img img {
  border-radius: 50%;
  height: 300px;
  width: 250px;
  margin-left: 50px;
}
.sweets .info .word h2 {
  font-size: 35px;
  font-weight: 800;
  color: #e6e6f0;
  padding: 12px 15px;
  margin-right: 50px;
  border: 3px solid cornflowerblue;
  border-radius: 18px;
  text-align: center;
  opacity: 1;
}
.sweets .info .word h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  color: #b3c326;
  padding: 20px 25px;
  margin: 19px 15px;
  border: 3px solid cyan;
  border-radius: 18px;
  margin-right: 50px;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .sweets .info {
    flex-wrap: wrap;
  }
  .sweets .info .img img {
    width: 200px;
    height: 200px;
  }
  .sweets .info .word {
    margin-left: 50px;
  }
  .sweets .info .word h2 {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sweets .info .word h3 {
    font-size: 18px;
  }
}
.sweets .title h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #6565b5;
  margin: 50px 12px;
  text-align: center;
  border: 4px outset teal;
  padding: 12px 20px;
  width: 90%;
  margin-left: 75px;
  border-radius: 18px;
  background-color: #17181b;
  opacity: 0.8;
}
.sweets .cards {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.sweets .cards .card {
  width: 21em;
  box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset,
    rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  border-radius: 18px;
  margin: 12px 13px;
  padding: 15px;
  background-color: #474a54;
  transition: 0.5s ease;
  opacity: 0.9;
}
.sweets .cards .card:hover {
  background-color: #3c3e45;
  cursor: pointer;
  transform: scale(1.04);
  opacity: 1;
}
.sweets .cards .card img {
  border-radius: 50%;
  text-align: center;
  margin-top: 15px;
  height: 300px;
  width: 250px;
  background-size: cover;
  margin-left: 25px;
  height: 265px;
}
.sweets .cards .card .inf h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-top: 15px;
  color: #e6e6f0;
}
.sweets .cards .card .inf h3 {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #e6e6f0;
}
.sweets .cards .card .inf h3 span {
  font-size: 20px;
  font-weight: 900;
  color: #b3c326;
}
.sweets .cards .card .inf .price {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 12px;
  margin: 12px;
  color: #e6e6f0;
}
.sweets .cards .card .inf .price > span {
  font-size: 27px;
  font-weight: 700;
  opacity: 0.7;
  color: #b3c326;
}
.sweets .cards .card .btn a {
  display: block;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 12px;
  background-color: #606575;
  color: #e6e6f0;
  border-radius: 18px;
  transition: 0.5s ease;
  margin-top: auto;
}
.sweets .cards .card .btn a:hover {
  opacity: 0.7;
  transform: scale(1.09);
  background-color: #63646a;
}
@media screen and (max-width: 700px) {
  .sweets .title h2 {
    font-size: 25px;
    width: 250px;
  }
  .sweets .cards {
    flex-wrap: wrap;
  }
  .sweets .cards .card {
    width: 18em;
  }
  .sweets .cards .card img {
    width: 150px;
    height: 170px;
    margin-left: 50px;
  }
  .sweets .cards .card .inf h2 {
    font-size: 22px;
  }
  .sweets .cards .card .inf h3 {
    display: none;
    font-size: 20px;
  }
  .sweets .cards .card .inf h3 span {
    display: none;
    font-size: 15px;
  }
  .sweets .cards .card .inf .price {
    font-size: 18px;
  }
  .sweets .cards .card .inf .price > span {
    font-size: 20px;
  }
  .sweets .cards .card .btn a {
    font-size: 15px;
  }
}
/* =========================================== */
/* Nav-Bar */
.main-head {
  width: 100%;
}
.main-head .nav-pizaa {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #121520;
  opacity: 0.6;
  height: 15%;
  border-radius: 0 0 100px 100px;
  transition: 1s ease;
  position: fixed;
  top: -10px;
  left: 0px;
  z-index: 3;
  cursor: pointer;
}
.main-head .nav-pizaa:hover {
  opacity: 0.5;
  cursor: pointer;
}
.main-head .nav-pizaa .logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 200px;
}
.main-head .nav-pizaa .nav-link {
  display: flex;
  justify-content: space-between;
}
.main-head .nav-pizaa .nav-link ul {
  display: flex;
  justify-content: space-evenly;
}
.main-head .nav-pizaa .nav-link ul a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #e6e6f0;
  margin-left: 12px;
  margin-top: 50px;
  margin-right: 50px;
  transition: 1s ease;
}
.main-head .nav-pizaa .nav-link ul a:hover {
  color: #193aa7;
}
@media screen and (max-width: 700px) {
  .main-head .nav-pizaa {
    border-radius: 0;
    height: 90px;
  }
  .main-head .nav-pizaa .logo img {
    height: 50px;
    width: 50px;
    margin: 20px 20px;
  }
  .main-head .nav-pizaa .nav-link ul a {
    font-size: 12px;
    margin-right: 7px;
    margin-left: 10px;
    margin-top: 40px;
  }
}
