body{
    background-color: #cce3ff;
}

/*header*/
.navbar{
	background-color: #005aba;
}

.nav-link a{
	color: white;
}

.nav-link.cart {
	position: relative;
	display: block;
}

#cart-logo{
	padding: 12px 20px; 
	display: inline-block; 
	width: 100px;
	height: 100px;
	margin: 0 20px;
	align-items: center;
	justify-content: center;
}
  
.cart-container {
	position: relative;
	display: none;
}

#cart-list{
	margin-bottom: auto;
	height: 80vh;
	overflow-y: auto;
}

.sidebar-cart {
	position: fixed;
	top: 0;
	right: 0; 
	width: 25%; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh; 
	background-color: #f0f0f0;
	padding: 20px;
	border: 1px solid #ddd;
	transform: translateX(100%); 
	transition: transform 0.5s; 
	overflow-y: hidden;
}

.sidebar-cart.show {
	transform: translateX(0); 
}

.sidebar-cart ul {
	list-style: none;
	padding: 0;
	display: none; 
}

.sidebar-cart ul.show {
	display: block; 
}

.sidebar-cart li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.sidebar-cart h3{
	border-bottom: 5px solid #ccc;
}

.cart-button {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: #28a745;
	color: white;
}

.cart-option-button {
	background-color: #dc3545;
	color: white;
	border: none;
	padding: 3px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.open-cart-button {
	background-color: #005aba;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.open-cart-button:hover{
	transform: scale(1.1);
}

.cart-count {
	position: absolute;
	top: 15%;
	right: 27%;
	background-color: #dc3545;
	color: white;
	border-radius: 50%;
	padding: 2px 5px;
	font-size: 12px;
}

.items {
	display: flex;
	flex-direction: column;
	align-items: center;
}
  
.item-container {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}
  
.item-container div {
	margin-right: 10px;
}
  
.button-container {
	display: flex;
	justify-content: space-between;
	height: 50px;
}
  
.button-container button {
	margin-right: 10px;
}

.cart-product-image{
	width: 60px;
	margin-right: 5px;
}

.item-description-container{
	width: 100%;
}

#marketing-logo{
	width: 100%;
	height: 75px;
}

.header-cart-text {
	display: block !important; 
}

.cart-badge {
	position: absolute;
	bottom: 2.5%;
	right: 5%;
	transform: translate(50%, -50%);
	font-size: 12px;
	background-color: red;
	color: white; 
	padding: 2px 5px;
	border-radius: 50%;
	z-index: 1; 
}
  
.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing p {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

#main-text-h1{
  font-size: 1.5rem;
}

#sub-text-h4, a.btn.btn-lg.btn-primary{
  font-size: 1rem;
}

.featurette-divider {
  margin: 5rem 0;
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  padding-bottom: 10px;
}

#left{
    position:absolute;
    top: 50%;
    left: -2.5%;
}

#right{
    position:absolute;
    top: 50%;
    right: -2.5%;
}

.product-wrapper {
    margin: 150px auto;
    position: relative;
    padding: 0 20px;
    width: 100%;
    justify-content: center;
  }

.product-wrapper i{
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    z-index: 1; 
}

.product-wrapper i:active{
    transform: translateY(-50%) scale(0.85);
}
.product-wrapper i:first-child{
    left: -22px;
}
.product-wrapper i:last-child{
    right: -22px;
}

.product-wrapper .product-carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.product-carousel::-webkit-scrollbar{
    display: none;
}

.product-carousel.no-transition{
    scroll-behavior: auto;
}

.product-carousel :where(.card, .img){
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-carousel .card{
    scroll-snap-align: start;
    height: 500px;
    list-style: none;
    background: #031A9A;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    width: 100%;
}

.product-carousel .card-show-detail{
    text-decoration: none;
    color: white;
}

.product-carousel .card .img{
    background: #8B53FF;
    height: 24.9748vh;
    width: 248px;
    border-radius: 10%;
}
.card .img img{
    width: 95%;
    height: 95%;
    border-radius: 10%;
    object-fit: cover;
    border: 4px solid #fff;
}

.product-carousel .card h2{
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.product-carousel .card span{
    color: #6A6D78;
    font-size: 1.31rem;
    color: #bbb;
}

@media screen and (max-width: 900px){
    .product-wrapper .product-carousel{
    grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px){
    .product-wrapper .product-carousel{
    grid-auto-columns: 100%;
    }
}

.card-show-detail{
    display: none;
    position: absolute;
    bottom: 20px; 
    right: 30px;
    color: white; 
    text-decoration: none; 
    font-size: 20px;
}

.card:hover .card-show-detail{   
    display: inline-block;
}

.card-redirect{
    text-decoration: none;
}

.video-container {
    width: 100%;
    height: 80vh; 
    overflow: hidden;
  }
  
  #video {
    width: 100%;
    height: 100%;
    border: none;
  }

  
  .column-img{
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }

  .header-image{
    max-width: 100%;
  }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of product-carousel content */
  .product-carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .nav-link.cart{
      display: none;
  }
  .cart-badge {
      display: none;
  }
  .cart-container {
      display: block;
  }
  .cart-text{
      display: none;
  }
  #main-text-h1{
    font-size: 2.5rem;
  }

  #sub-text-h4{
    font-size: 1.5rem;
  }

  .card .img img{
    width: 12.938vw;
    height: 24.1691vh;
    border-radius: 10%;
    object-fit: cover;
    border: 4px solid #fff;
}

.product-carousel .card .img{
  background: #8B53FF;
  height: 24.9748vh;
  width: 248px;
  border-radius: 10%;
}
  
}