.swiper {
  width: 100%;
  height: 100vh !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-cus {
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh !important;
}

.subtitle-middle-content h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30.87px;
  letter-spacing: 7.2px;
  color: white;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.title-middle-content h2 {
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
  color: white;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.button-middle-content a {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  padding: 15px 45px;
  border: none;
  text-decoration: none;
  display: block;
  background-color: white;
}

.middle-content {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 80px;
}

.main-inner-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1360px;
}

.justify-end-cus {
  justify-content: end;
}

.justify-center-cus {
  justify-content: center;
}

.swiper-cus .swiper-pagination-bullet {
  background: white !important;
  opacity: 0.8;
  margin: 10px 0px !important;
  height: 6px;
  width: 6px;
}

.swiper-cus .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.7);
  opacity: 1;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px) !important;
  left: var(--swiper-pagination-left, auto) !important;
  top: 50% !important;
  transform: translate3d(0px, -50%, 0) !important;
}

@media screen and (max-width: 480px) {
  .middle-content {
    margin: auto;
    padding-bottom: 0px;
  }

  .justify-end-cus {
    justify-content: center;
  }
}



.product-cus-group{
  display: flex;
  gap: 30px;
}
.product-cus-single{
  width: 25%;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.product-cus-single-top img{
  width: 100%;
}
.name-product-cus-group{
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.price-product-cus-group{
  font-size: 1.28571rem;
  font-weight: 600;
  line-height: 1;
}
.product-cus-single-bottom{
  padding: 0px 0px 0px 0px;
  transition: padding 0.5s ease;    
}
.product-cus-single:hover .product-cus-single-bottom{
  padding: 0px 0px 0px 20px;
  transition: padding 0.5s ease;
}
.product-cus-single:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.5s ease;
}

@media screen and (max-width:991px) {
  .product-cus-group{
    flex-wrap: wrap;
  }
  .product-cus-single{
    width: calc(50% - 15px);
  }
}
@media screen and (max-width:480px) {
  .product-cus-group{
    flex-wrap: wrap;
  }
  .product-cus-single{
    width: 100%;
  }
}



/* modal css */


.modal-layer.hidemodal{
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.modal-layer-inner{
  max-width: 500px;
  width: 100%;
  background-color: white;
  height: auto;
/*   padding: 50px; */
  position: relative;
}

.modal-layer-inner-form-main{
	padding: 20px 50px;
}


.modal-layer{
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease;
}

.modal-close-btn{
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-close-btn::after, .modal-close-btn::before{
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: black;
}

.modal-close-btn::after{
  rotate: 45deg;
}

.modal-close-btn::before{
  rotate: -45deg;
}


@media screen and (max-width: 480px) {
  .modal-layer-inner{
    padding: 50px 20px;
    margin: 10px;
  }
	.modal-layer-inner-form-main{
		padding: 20px 10px;
	}
}

#alertmsg{
  padding-top: 10px;
  color: red;
}

/* //modal css */

.pincode-item {
  cursor: pointer;
  padding: 5px 5px;
  min-width: calc(20% - 10px);
  text-align: center;
  height: 30px;
  font-size: 12px;
  border: 1px solid #eeeeee;
  border-radius: 99px;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}


.pincode-item:hover {
  background-color: #ff448b;
  color: #ffffff;
  font-weight: 500;
}

.fw-refund-notice {
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 1rem 0;
    padding: 12px 16px;
    border-left: 4px solid #f1c40f;
    background: #fef9e7;
    border-radius: 4px;
    color: #111;
    line-height: 1.4;
}

/* Small responsive tweak */
@media (max-width: 768px) {
    .fw-refund-notice { padding: 10px; font-size: 14px; }
}