@import url(https://fontsgoogleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,200&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);@import url(https://fonts.googleapis.com/css?family=Varela+Round);body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}
@import url('https://fonts.googleapis.com/css?family=Poppins');

@import url("https://fonts.googleapis.com/css2?family=Nixie+One&family=Rubik:wght@300;500&display=swap");

*{
  font-family: 'Poppins';
}
html {
  font-size: 62.5%;
}

body {
  margin: 5rem;
  background: #d9e4df;
}

p, ul {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

ul {
  margin-left: 3rem;
}
ul li {
  position: relative;
  line-height: 2.6rem;
}
ul li:after {
  position: absolute;
  content: "";
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='100' title='star'%3E%3Cpath fill='rgba(255,255,255,0.6)' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z' /%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  top: 5px;
  left: -2rem;
}

.pipe {
  padding: 0 1rem;
}

.bold {
  font-weight: 500;
}

/* @media only screen and (min-width: 800px) {
  .cards-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .cards-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
} */

.card-5 {
  background: aliceblue;
  border-radius: 3rem;
  overflow: hidden;
}
/* @media only screen and (max-width: 800px) {
  .card-5 {
    margin-bottom: 4rem;
  }
} */
.card-5 .image {
  position: relative;
}
.card-5 .image img {
  display: block;
  width: 100%;
}
.card-5 .image .note {
  position: absolute;
  /* font-family: "Nixie One", cursive; */
  border-top-left-radius: 1rem;
  right: 0;
  bottom: 0;
  padding: 8px 1.3rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  background:red;
  color: white;
}
.note{
    font-weight: bold;
}

.card-5 .image .note-1 {
  position: absolute;
  /* font-family: "Nixie One", cursive; */
  border-top-left-radius: 1rem;
  right: 0;
  top: 0px;
  padding: 3px 1.3rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  background:red;
  color: white;
}
.note-1{
    font-weight: 500;
}
.card-5 .image .note-2 {
  position: absolute;
  /* font-family: "Nixie One", cursive; */
  border-top-right-radius: 1rem;
  left: 0;
  top: 0px;
  padding: 3px 1.3rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  background:white;
  color: black;
}
.note-2{
    font-weight: bold;
}
.discount{
  display:flex;
  max-width:100%;
  justify-content: space-between;
}

#price{
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}
#discount{
  font-size: 12px;
  margin-right: 10px;
  color:green;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .card-5 .image .note-2 {
    font-size: 2.2rem;
    padding: 3px 2rem;
  }

  #price {
    font-size: 16px;
    left:0;
  }

  #discount {
    font-size: 10px;
    right:0;
  }
}

@media screen and (max-width: 1200px) {
  .discount {
    justify-content: space-between;
  }
}

.card__content {
  padding: 3rem 2rem;
  height:300px;
}
.card__content p:not(.list-label) {
  margin-bottom: 1rem;
}
.card__content ul {
  margin-bottom: 2rem;
}
.card__content .list-label {
  margin-top: 2rem;
}
.card__content .bold {
  font-weight: 400;
}
.card-5 h2, .card-5 h3, .card-5 p, .card-5 ul {
  color:black;
}

.card-5 h2, .card-5 h3 {
  /* font-family: "Nixie One", cursive; */
  font-weight: bold;
}
.card-5 h2 {
  font-size: 2.5rem;
  margin-bottom: 2.8rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2.5rem;
  line-height: 3.2rem;
}
/* @media only screen and (max-width: 600px) {
  .card-5 h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
} */

/* corousel */



.cards-5 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-width: 100%;
  gap:10px;
}

.cards-5 .card-5 {
  flex: 0 0 calc(33.33% - 2rem); 
  margin-right: 2rem;
  scroll-snap-align: start;
  width: 100%;
}

.cards-5 .card-5:last-child {
  margin-right: 0;
}

.carousel-buttons {
  display: flex;
  padding-top: 0;
  margin-top: 0;
}

.carousel-buttons button {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  margin: -350px auto;
  border-radius: 100px;
  background-color: transparent;
  font-weight: bold;
  position: relative;
  z-index: 50;
}

.carousel-buttons .prev-button {
  margin-left: 0;
}

.carousel-buttons .next-button {
  margin-right: 0;
}



.card-5 h3 {
  max-width: 60%;
  font-size: 1.8rem;
  margin: 2.5rem 0 1rem;
  line-height: 2.8rem;
}
.card-5 .add-ons {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.5rem;
}
.card-5 a{
  width:100%;

}
.card-5 a button{
    width:100%;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 600;
    height:auto;
    background-color: orange;
    color:white;
    bottom: 0;
    border:0px;
}



.card-5{
  height:fit-content;
}

.card-5 .buttons-5{
  display:flex;
  width:100%;
  height:fit-content;
}
#btn{
  background-color: aliceblue;
  color: orange;
}


/* mobile carousel */


@media only screen and (max-width: 990px) {
  .cards-5 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
  }
  .card-5 img{
    max-width:fit-content;
  }

  .cards-5 .card-5 {
    flex: 0 0 auto;
    margin-right: 2rem;
    scroll-snap-align: start;
    max-width: 100%;
  }

  .cards-5 .card-5:last-child {
    margin-right: 0;
  }
} 

/* .carousel-buttons{
  display:none;
} */
 @media only screen and (max-width: 990px) {
  .cards-5 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    position: relative; 
  }
  .cards-5 .card-5 {
    flex: 0 0 100%; 
    margin-right: 2rem;
    scroll-snap-align: start;
    width: 100%;
  }


  .cards-5 .card-5:last-child {
    margin-right: 0;
  }
  
  .carousel-buttons{
    display:flex;
    padding-top:0;
    margin-top: 0;
  }
  .carousel-buttons button{
    width:30px;
    height:30px;
    text-align: center;
    font-size: 15px;
    margin:-400px auto;
    border-radius: 100px;
    background-color: transparent;
    font-weight: bold;
    position: relative;
    z-index: 10;
  }
  
  .carousel-buttons .prev-button{
    margin-left:0;
  }
  .carousel-buttons .next-button{
    margin-right:0;
  }
  .card__content {
    height: 350px;
  }
} 

.card__content .card_title{
  text-align: center;
}


.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  color: var(--bs-btn-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-btn-hover-color)
}