@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

.main-content {
  font-family: roboto;
}
p {
  font-size: 18px;
}
li {
  font-size: 18px;
}
h2 {
  margin: 20px 0;
}
h3 {
  margin: 15px 0;
}

.header {
  width: 100%;
  border-bottom: 1px solid rgb(240, 240, 240);
  padding: 10px 0;
}

.header-content i {
  color: #8c8c8c;
}
.header-content i:hover {
  color: #0c012b;
}
.header-content a:hover {
  color: #636363;
}

.header-content a {
  color: #222;
  text-decoration: none;
}

.header-content a:nth-child(2) {
  margin-right: 15px;
}

.creamkitchen {
  text-align: center;
  font-family: "Roboto Slab", serif;
  margin: 50px 0 50px 0;
}

.creamkitchen h2 {
  font-size: 42px;
  font-family: "Roboto Slab", serif;
  font-weight: 200;
}

.creamkitchen-images {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

/* .creamkitchen-images a {
    width: 32%;
    position: relative;
} */
.creamkitchen-images a img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}
/* 
.creamkitchen-images .images-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 29%;
    background: rgba(0, 0, 0, 0.44);
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    margin: 0 auto;
    border-radius: 2px;
} */
/* .creamkitchen-images a h3 {
    position: absolute;
    bottom: 16px;
    left: 59%;
    transform: translate(-50%, 0);
    width: 100%;
    color: rgb(0, 0, 0);
    z-index: 99;
    font-size: 23px;
    font-family: roboto;
    margin: 0;
    text-align: left;
    font-weight: 500;
    line-height: 1.3;
} */
.creamkitchen-images a h3 {
  font-size: 20px;
  color: rgb(38 38 38);
  margin-top: 12px;
  font-family: "Roboto";
  text-decoration: underline;
}
/* .creamkitchen-images a h3 span {
    font-size: 28px;
    font-weight: 600;
} */

/* .creamkitchen-images a h3:hover{
 color: #e7e7e7;
} */

.images-1 {
  width: 32%;
  text-align: center;
}

.big-click-buttons img {
  margin: 0 20px;
}

.big-click-buttons {
  padding: 15px 20px;
  background: #ffc90d;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  font-family: roboto;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-click-buttons a {
  text-decoration: none;
  color: #202425;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-click-buttons a:hover {
  color: #111111;
}
.big-click-buttons {
  margin-top: 50px;
  width: 100%;
}

.creamkitchen-text a {
  text-decoration: underline;
  font-weight: 500;
  color: #0e0ee7;
}
.creamkitchen-text a:hover {
  color: #3131ee;
}

.creamkitchen-text h1 {
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}

.creamkitchen-text.py-0 .col-md-6 {
  margin: 20px 0 20px 0;
}

.box {
  margin: 0;
  font-size: 14px;
  background: #f9f9fa;
  padding: 0px 0 50px 0;
}

.box-heading {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
}

.box-heading:after {
  width: 70px;
  height: 1px;
  content: " ";
  background: #222;
  left: 0;
  bottom: -1px;
  position: absolute;
}

.box .box-content {
  position: relative;
}

.box .box-content {
  padding: 0;
}

a.sq_icon {
  background: #f9f9fa;
  width: 60px;
  height: 60px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 6px 3px 0;
}

.new-box a img {
  width: 60px;
}

.box-content.icons_wrapper a img {
  margin-bottom: 10px;
}

.new-box a img {
  border: 1px solid #e5e5e5;
  background: white;
}

.footer-bottom span {
  font-weight: 600;
}

p.opa-2 {
  color: #b7b7b7;
}
.button-bottom-text {
  padding: 20px 0;
  margin-top: 10px;
  font-family: roboto;
}

.bottom-logo {
  margin-bottom: 15px;
}

.bottom-logo a img {
  width: 200px;
}

.button-bottom-text h4 {
  font-size: 20px;
}
.creamkitchen-text ul {
  padding-left: 2rem;
}
.creamkitchen-text ul li {
  padding: 10px 0;
}

@media only screen and (max-width: 1399px) {
  .creamkitchen-images .images-1::after {
    height: 34%;
  }
}

@media only screen and (max-width: 1199px) {
  .big-click-buttons a {
    font-size: 18px;
  }

  .creamkitchen {
    margin: 50px 0;
  }
  .creamkitchen-images .images-1::after {
    height: 36%;
  }
  .creamkitchen-images a h3 {
    bottom: 12px;
  }
  .creamkitchen-images {
    gap: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .big-click-buttons {
    padding: 10px 5px;
  }

  .big-click-buttons img {
    margin: 0 4px;
  }

  .creamkitchen-images .images-1::after {
    height: 45%;
  }
  .creamkitchen-images a h3 {
    bottom: 12px;
    line-height: 1.1;
  }
  .creamkitchen-images {
    gap: 12px;
  }
  .creamkitchen-images a h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 776px) {
  .creamkitchen h2 {
    font-size: 36px;
  }

  .big-click-buttons a {
    font-size: 16px;
  }

  .big-click-buttons img {
    margin: 0 4px;
    width: 30px;
  }

  .big-click-buttons {
    margin-top: 30px;
  }

  .creamkitchen {
    margin: 35px 0;
  }

  .creamkitchen-text h1 {
    font-size: 24px;
  }
  .creamkitchen-images .images-1::after {
    height: 35%;
  }
  .creamkitchen-images a h3 {
    font-size: 18px;
    bottom: 5%;
  }
  .creamkitchen-images a h3 span {
    font-size: 24px;
  }
  .creamkitchen-images a {
    width: 49%;
  }
  .images-1 {
    width: 49%;
    margin-bottom: 20px;
  }
  .creamkitchen-images {
    gap: 4px;
  }
}

@media only screen and (max-width: 560px) {
  .cart-icons {
    display: none;
  }

  .big-click-buttons a {
    font-size: 14px;
  }

  .creamkitchen h2 {
    font-size: 26px;
  }

  .creamkitchen-images {
    display: block;
  }

  .creamkitchen-images img {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
  .creamkitchen-images a {
    width: 100%;
    height: auto;
  }
  .images-1 {
    width: 100%;
    margin-bottom: 25px;
  }

  .creamkitchen-images a h3 {
    font-size: 18px;
    bottom: 8%;
    line-height: 1.4;
  }
  .creamkitchen-images .images-1::after {
    height: 28%;
  }
  p {
    font-size: 16px;
  }
  li {
    font-size: 16px;
  }
  h2 {
    margin: 10px 0;
  }
  h3 {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .header-content a {
    font-size: 13px;
  }
  .creamkitchen-images a h3 {
    font-size: 18px;
    bottom: 6%;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 440px) {
  .big-click-buttons img {
    width: 19px;
  }

  .big-click-buttons a {
    font-size: 12px;
    font-weight: 200;
  }

  .footer-bottom p {
    font-size: 10px;
  }
  .button-bottom-text h4 {
    font-size: 15px;
  }
  .creamkitchen-images a h3 {
    font-size: 18px;
    bottom: 5%;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 380px) {
  .big-click-buttons img {
    width: 16px;
  }

  .big-click-buttons a {
    font-size: 10px;
    font-weight: 400;
  }

  .big-click-buttons {
    padding: 10px 0;
  }
  .header-content a {
    font-size: 10px;
  }
  .creamkitchen-images a h3 {
    font-size: 18px;
    bottom: 3%;
    line-height: 1.2;
  }
}

.btn-warning {
  background-color: #ffc107;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  color: black !important;
  text-decoration: none !important;
}

.card-title {
  font-size: 1.5rem;
  color: #212529;
}

.card-text {
  color: #555;
}

.post-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.creamkitchen-text a {
  text-decoration: none;
  font-weight: 500;
  color: #000000;
}

.post-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
