@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

body,
p {
  color: #46424f
}
p {
  line-height: 1.8;
}

body,
a {
  font-family: 'Noto Sans', sans-serif;
}

.btn{
  transition: background-color 0.6s ease, color 0.6s ease;
}
.btn:hover{
  transition: background-color 0.6s ease, color 0.6s ease;
}
.navbar-nav {
  flex-direction: row;
}

.navbar-nav .nav-item {
  margin-right: 15px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-right {
  margin-left: auto;
}

.steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.steps img {
  max-height: 50px;
}

.text300 {
  font-weight: 300 !important;
}

.text400 {
  font-weight: 400 !important;
}

.text600 {
  font-weight: 600 !important;
}

.text700 {
  font-weight: 700 !important;
}

.bg-lightred {
  background: #ff1c1c0d;
}

section {
  padding: 70px 0;
}

.typed-text {
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}

.zoom-out {
  transform: scale(0);
}

.zoom-in {
  transform: scale(1);
}

#hero {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
#home.homehero{
  height: 95vh;
}

#vimata{
  margin-top: 70px;
}

.vimata {
  max-width: 350px
}

.vimata i {
  font-size: 26px;
}

.vima {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Noto Serif', sans-serif;
}

#vimata img {
  max-width: 100%;
}

.vimata .text-primary {
  font-size: 20px;
}

#vimata .lightred{
  background:#ff1c1c0d;
  border-radius: 10px;
  padding: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', sans-serif;
  font-weight: 700 !important;
}

.step-number {
  background: #ff1c1c;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}

.fa.fa-check {
  color: #ff1c1c;
}

span.quote {
  font-family: 'Noto Serif', sans-serif;
  font-weight: 900;
  font-size: 30px;
}

.testimonial-image img {
  border-radius: 50%;
  max-width: 100%;
  width: 70px;
}

.testimonial-text.text-start {
  font-style: italic;
}

#allyouneed .card-body,
#occasion .card-body {
  padding: 40px 15px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* Adjust as needed */
}

#party .list-unstyled li {
  border: 1px solid #46424f;
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  float: left;
  margin-bottom: 14px;
  margin-right: 15px;
}

#party .list-unstyled li i {
  color: #ff1c1c;
  margin-right: 10px;
}

footer li{
  margin-bottom:10px;
}

.rating input[type="radio"] {
  display: none;
}

.rating label {
  cursor: pointer;
  padding: 0 2px;
}

.rating label i{
  width: 25px;
  color: #ccc;
  transition: color 0.2s;
}

.rating label:hover i,
.rating label:hover ~ label i{
  color: #ff1c1c;
}

.rating input[type="radio"]:checked ~ label i{
  color: #ff1c1c;
}

/* Star Rating System */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.review-box{
  border: solid 1px #46424f;
  border-radius: 5px;
  padding: 20px;
}

.review-type{
  background: #ff1c1c0d;
  border-radius: 5px;
  padding:5px;
  display: inline-block;
  margin:10px 0;
}

.review-name{
  font-weight:900;
  margin-bottom:20px;
  font-size: 20px;
}

#whyuse .card-body img{
  border-radius: 15px;
}

#whyuse .card, #allyouneed .card{
  background:#ff1c1c0d;
  border:none;
}

.how-it-works img{
  border-radius: 15px;
  margin-bottom: 50px;
}


/* Enhanced pricing styles */
.recommended-card {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-width: 2px !important;
  z-index: 2;
}

.recommended-accent {
  height: 6px;
  background: linear-gradient(90deg, #ff1c1c, #ff1c1c);
  border-radius: 4px 4px 0 0;
}

.recommended-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background-color: #ff1c1c;
  color: white;
  padding: 5px 15px;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.price-block {
  position: relative;
}

.savings-badge {
  display: inline-block;
  background-color: #e8f4fe;
  color: #ff1c1c;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
  margin-top: 5px;
}

.feature-list li {
  padding: 8px 0;
}

.feature-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.btn-glow {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-glow:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.1);
  transform: rotate(45deg);
  animation: glow 3s infinite linear;
}

@keyframes glow {
  0% {
    transform: rotate(45deg) translateX(-100%);
  }
  100% {
    transform: rotate(45deg) translateX(100%);
  }
}

/* When in mobile view, remove the transform property to ensure proper alignment */
@media (max-width: 767.98px) {
  .recommended-card {
    transform: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* Fix for swiper horizontal scrollbar issue */
.swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
}

/* Product card styling improvements */
.product-card {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  padding: 10px;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-card img {
  max-height: 240px;
  object-fit: contain;
  width: 100%;
}

/* Make sure product info doesn't cause width issues */
.product-info {
  padding: 0 10px;
}

/* Responsive fixes */
@media (max-width: 768px) {
  .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #ff1c1c !important;
}

.event-card-link{
  z-index: 999;
  position: relative;
}

.videoarxikimobile{
  background: url('/assets/images/phone.png') no-repeat center;
}
.videoarxikimobile video{
  width: 100%;
  border-radius: 40px;
  transform: scale(0.9);
  margin-top: 15px;
  margin-left: -5px;
}