
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.clr {
    background-color: #e5af43;
    height: 90px;
    padding-left: 35px;
    padding-right: 35px;
}

.nav-item a
{
 color: #4E1725 !important;
  font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 16px;
   margin-left: 40px;
}
.nav-item a:hover
{
 color: #4E1725 !important;
  font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 16px;
}

.navbar-nav{
        margin-left: auto;
}

.logoimg
{
    height: 55px;
    width: auto;
     margin-left: 40px;
}

input.form-control.rounded-start {
    height: 45px;
    color: #4E1725;
}
.ftrcls{
   background-color: #e5af43;
   padding-left: 100px;
    padding-right: 100px;
    padding-top: 130px !important;
        padding-bottom: 50px !important;
    
}

.logoimgfr
{
     height: 80px;
    width: auto;
        float: inline-start;
}
.ftr-p {
    
    text-align: justify;
    font-size: 16px;
    color: #58192a;
    font-weight: 500;
}
hr.lines {
    color: #58192a !important;
    border-top: 1px solid;
    opacity: inherit;
}
a.nav-ftr {
display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    height: 40px;
    width: 200px;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #58192a;
    text-decoration: none;
}

.fics{
    padding-left: 15px;
}

.ftrsocial{
    float: inline-end;
}

 
.user-img {
    height: 45px;
    width: 45px;
    margin-left: 15px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2358192A' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
      width: 40px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: rgb(81 24 38);
    border: solid 2px #e5af43;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-inner
 
 {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.carousel-inner .carousel-item {
  height: 100%;
}

.carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: initial; /* Use 'contain' if you want to show full image without crop */
}

section.bg-white.rounded.p-4 {
    margin-left: 50px;
    margin-right: 40px;
}
h2.h4.fw-bold.mb-4 {
    color: #58192A;
    font-size: 34px;
      font-family: "Inter", sans-serif;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}


.evencds {
    background-color: #E5AF43;
    border: none;
    color: #ffffff;
      transition: background-color 1s ease;
}

 
.cardswp-body {
    
    text-align: center;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: inline-table !important;
}
  .swiper {
      padding:20px 10px 60px !important;
    }

    .swiper-slide {
     
      justify-content: center;
    }

    .cardswp {
      background: #E5AF43;
      text-align: center;
      border: none;
      border-radius: 18px;
      padding: 25px 10px;
      width: 190px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .cardswp:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    }

    .categoryscardswp {
      width: initial;
      height: 70px;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .cardswp:hover .categoryscardswp {
      transform: scale(1.1);
    }

    .cardswp-title {
       
      font-weight: 600;
      color: #ffffff;
      margin-top: 8px;
       text-align: center;
         padding-top: 15px;
        font-size: 24px;
         font-family: "Inter", sans-serif;
    }

    .cdsp {
      display: inline-block;
    float: inline-start;
      font-weight: 700;
      color: #58192A;
      text-decoration: none;
      margin-top: 25px;
       
      border-radius: 25px;
      
      transition: all 0.3s ease;
    }

 

    /* Swiper Controls */
 
    .swiper-pagination-bullet {
      background: #ccc;
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      background: #58192A !important;
    }
section.bg-white.rounded.p-4 {
    margin-top: 51px !important;
}

 

h2.h4.fw-bold.mb-4.aos-init.aos-animate {
    padding-bottom: 15px;
}


 
.evencds:hover
{
      background-color: #58192A;
    border: none;
    color: #ffffff;
}



.swiper-slide.swiper-slide-active {
    margin-left: 40px;
}

 .search-bar {
      background-color: #f1f1f1;
      border: 1px solid #6b2b37;
      border-radius: 8px;
      display: flex;
      align-items: center;
      padding: 8px 15px;
      max-width: 100%;
      margin: 0px 0px 15px 0px;
      color: #6b2b37;
    }

    .search-bar input[type="text"] {
      border: none;
      background: transparent;
      outline: none;
      flex: 1;
      color: #6b2b37;
      font-size: 16px;
    }

    .divider {
      width: 1px;
      height: 25px;
      background-color: #6b2b37;
      margin: 0 15px;
    }

    select,
    input[type="date"] {
      border: none;
      background: transparent;
      outline: none;
      color: #6b2b37;
      font-weight: 600;
      cursor: pointer;
      font-size: 15px;
      padding: 4px 0;
      appearance: none;
    }
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Optional: hide in Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}

/* Make sure the input is still clickable */
  #dateInput {
    cursor: pointer;
    -webkit-appearance: textfield;
    appearance: textfield;
  }
    select:focus,
    input[type="date"]:focus {
      outline: none;
      box-shadow: none;
    }

    .filter-icon {
      color: #6b2b37;
      cursor: pointer;
      margin-left: auto;
      font-size: 20px;
    }

    @media (max-width: 768px) {
      .search-bar {
        flex-wrap: wrap;
        gap: 10px;
      }
.filter-icon {
    color: #6b2b37;
    cursor: pointer;
    margin-left: auto;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #6b2b37;
    border-radius: 50px;
}
      .divider {
          
        
        width: 100%;
        height: 1px;
        background-color: #6b2b373b;
        margin: 0px 0px;
    
      }

      select,
      input[type="date"] {
        width: 100%;
      }
    }

 a.evename {
    color: #000000;
    text-decoration: none;
    font-family: 'Inter';
}
    /* Parallax Section */
    .parallax {
      
      height: 50vh;
      background-attachment: fixed; /* Creates the parallax effect */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 0 2px 10px rgba(0,0,0,0.6);
    }

  
    @media (max-width: 768px) {
.cardtik {
   
    width: 100% !important;
    height: 520px !important;
  
}
.toptik {
   
    width: 80% !important;
    background: transparent !important;
    font-size: 18px !important;
    font-family: "Inter", sans-serif !important;
}
.bottomtik {
   
    width: 80% !important;
    background: transparent !important;
    font-size: 18px !important;
  
}
}

  .cardtik {
      position: relative;
      width: 80%;
      height: 400px;
      border-radius: 25px;
       background: linear-gradient(to bottom, #58192A 63%, #E5AF43 50%);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      color: #e5e5e5;
      font-weight: bold;
      text-align: center;
    }

    /* Top circular cutout */
    .cardtik::before {
      content: "";
      position: absolute;
      top: -45px;
      left: 50%;
      transform: translateX(-50%);
        width: 95px;
    height: 95px;
      background: white;
      border-radius: 50%;
    }

    /* Bottom circular cutout */
    .cardtik::after {
      content: "";
      position: absolute;
      bottom: -45px;
      left: 50%;
      transform: translateX(-50%);
       width: 95px;
    height: 95px;
      background: white;
      border-radius: 50%;
    }

    .toptik {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: transparent;
      font-size: 24px;
        font-family: "Inter", sans-serif;
    }

    a.clrbtn
 
 {
    background-color: #E5AF43;
    color: #58192A;
    padding: 10px 20px 10px 20px;
    border-radius: 8px;
    text-decoration: auto;
}

    .bottomtik {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: transparent;
      font-size: 24px;
        font-family: "Inter", sans-serif;
        color: #58192A;
        flex-direction: column;
            margin-bottom: 15px;
    }
#steone {
    margin-right: 12px;
    font-size: 20px;
    margin-left: 12px;
}
#stetwo {
    font-size: 30px;
}
    .crdtik {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 90px;
    padding-bottom: 90px;
}

     .event-cardent {
    position: relative;
    width: 100%;
    max-width: 380px;
    background: white;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}
 

.event-cardent:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

 

.image-container {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius:  16px 16px 16px 16px;
}

 i.bi.bi-calendar {
    color: #58192A;
    padding-right: 10px;
}
i.bi.bi-clock {
    color: #58192A;
    padding-right: 10px;
     padding-left: 10px;
}

.date-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.date-day {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  display: block;
}

.date-month {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.cardent-content {
  padding: 24px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}

.event-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
   font-family: "Inter", sans-serif;
}

.event-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cldr {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
     font-family: "Inter", sans-serif;
}
.evnck
{
    font-size: 12px;
    font-weight: 700;
    color: #000000;
     font-family: "Inter", sans-serif;
}
.ttkrate
{
      font-size: 14px;
    font-weight: 700;
    color: #000000;
     font-family: "Inter", sans-serif;
}
.main-cate {
    color: #58192A;
    font-size: 12px;
      font-family: "Inter", sans-serif;
    font-weight: bold;
}

.more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #E5AF43;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.more-button:hover {
  background: #58192A;
  border-color: #58192A;
  cursor: pointer;
  transform: translateX(4px);
}

.more-button svg {
  width: 18px;
  height: 18px;
  color: #58192A;
  transition: color 0.3s ease;
}

.more-button:hover svg {
  color: #E5AF43;
}

/* Responsive design */

@media (max-width: 768px) {
.event-cardent {
     margin-bottom:30px;
           min-width: 100%;
}
}

@media (max-width: 480px) {
  .event-cardent {
    max-width: 100%;
  }
 
  .event-title {
    font-size: 16px;
  }

  .cardent-content {
    padding: 20px;
    padding-bottom: 28px;
  }
  section.bg-white.rounded.p-4 {
    margin-top: 1px !important;
}
}

 /* Side bar  */

.strhead {
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: inherit;
    padding-bottom: 11px;
    box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.1);
}
    .date-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background-color: #efefef;
      
    }

    .event-card-sidebar {
      display: flex;
      align-items: center;
      background-color: white;
      border-radius: 10px;
      margin: 15px 10px;
      padding: 15px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .event-tag {
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #E5AF43;
    color: white;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    margin-right: 15px;
    text-align: center;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    }

 .event-details h5 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1E1E1E;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}
 .event-details p
 
 {
    margin: 0;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: bold;
}
        .headerside {
      background-color: #58192A;
      color: white;
      text-align: center;
      padding: 15px;
      font-weight: bold;
      font-size: 20px;
      border-radius: 10px 10px 0 0;
       font-family: "Inter", sans-serif;
    }



    .category-search {
      padding: 15px;
    }

    .category-search input {
      border-radius: 10px;
      border: none;
      padding: 8px 12px;
      width: 100%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      color: #5c1b2c;
      text-align: center;
    }

    .category-list {
      padding: 0 20px;
    }

    .category-list p {
     margin: 10px 0;
    font-family: "Inter", sans-serif;
    color: #1E1E1E;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    }

    .category-list p:hover {
      text-decoration: underline;
    }


.form-control:focus
{
  background-color: #e5e5e5;
  border-color: #58192A;
  outline: 0;
  box-shadow: 0 0 0 .10rem rgba(63, 10, 1, 0.25);
}

.alertwindow {
    background: #e5af43;
    color: #58192a;
    border: none;
    text-align: center;
    width: fit-content;
    align-items: center;
    margin: auto;

}

.gradient-btn {
  background: linear-gradient(158deg, #f9b233, #591f2a);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 40px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gradient-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.gradient-btn:active {
  transform: translateY(0);
  box-shadow: none;
}




/* Mobile view  */

@media (max-width: 580px) {
 .ftrcls {
    background-color: #e5af43;
    padding-left: 25px;
    padding-right: 30px;
    padding-top: 50px !important;
}
.logoimgfr {
    height: 80px;
    width: auto;
    float: inline-start;
    margin-bottom: 50px;
}
a.nav-ftr {
    display: flex;
     
    align-items: flex-start;
    height: 50px;
        justify-content: flex-start;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #58192a;
    text-decoration: none;
}
.swiper-slide.swiper-slide-active {
    margin-left: -8px;
}
    .swiper-slide.swiper-slide {
        margin-left: -10px;
    }
    .cardswp {
    background: #E5AF43;
    text-align: center;
    border: none;
    border-radius: 18px;
    padding: 25px 10px;
    width: 135px;
    transition: all 0.3s 
ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.cardswp-title {
    font-weight: 600;
    color: #ffffff;
    margin-top: 8px;
    text-align: center;
    padding-top: 15px;
    font-size: 17px;
    font-family: "Inter", sans-serif;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
.ftr-p {
  
    padding-bottom: 25px;
}
.ftrsocial {
    padding-bottom: 15px;
}
.clr {
    background-color: #e5af43;
    height: auto;
    padding-left: 0px;
}
form.d-flex.w-25 {
    margin-left: 40px;
    width: auto !important;
}
.user-img {
    height: 45px;
    width: 45px;
    margin-left: 36px;
    margin-top: 16px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.swiper {
    padding: 20px 10px 20px !important;
}
section.bg-white.rounded.p-4 {
     
        margin-left: -10px;
        margin-right: -10px;
    
}
h2.h4.fw-bold.mb-4
 
 {
    color: #58192A;
    font-size: 25px;
    font-family: "Inter", sans-serif;
}

 .event-details h5 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1E1E1E;
    font-size: 13px;
    font-family: "Inter", sans-serif;
}
 .event-details p
 
 {
    margin: 0;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: bold;
}


}

  :root {
  --svg: url("../images/icons/cart-t4t.svg");
}
/* Existing styles remain unchanged */

#cart-indicator {
  position: fixed;
  right: 30px;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 1000;
}

#cart-indicator button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #6f6f6f;
  border: 3px solid #fff;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  color: #fff;
  padding: 12px 24px 12px 18px;
  border-radius: 50px;
  margin: 0;
  font-size: 1.2rem;
  text-shadow: 1px 1px 5px #000;
  animation-name: button-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  cursor: pointer;
}


#cart-indicator button::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  margin-right: -12px;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: var(--svg);
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

#cart-indicator .item-count {
  display: inline-block;
  width: auto;
  min-width: 1.25rem;
  aspect-ratio: 1 / 1;
  position: relative;
  top: 0.75rem;
  left: -0.5rem;
  font-size: 0.85rem;
  background-color: #551a30;
  border-radius: 50em;
  padding-top: 1.5%;
}

#cart-indicator button:hover::before {
  animation-name: bag-shake;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

/* Mobile responsive adjustments */
/* Existing styles remain unchanged */

/* Mobile responsive adjustments for icon-only */
/* Mobile responsive adjustments for icon-only */
@media (max-width: 768px) {
  #cart-indicator {
    right: 15px;
    bottom: 80px;
  }

  #cart-indicator button {
    padding: 7px; /* more space for bigger icon */
    font-size: 0; /* hide text */
    width: 60px;  /* bigger circular button */
    height: 60px; /* bigger circular button */
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }

  #cart-indicator button::before {
    width: 32px;   /* bigger icon */
    height: 32px;  /* bigger icon */
    margin: 0;
  }

  #cart-indicator .item-count {
    top: -6px;
    left: 38px; /* adjust position for larger button */
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  #cart-indicator {
           right: 17px;
        bottom: 85px;
  }

  #cart-indicator button {
    width: 60px !important;
    height: 60px !important;
  }

  #cart-indicator button {
    display: inline !important;
  }
  #cart-indicator button::before {
    width: 40px;
    height: 40px;
  }

  #cart-indicator .item-count {
    top: -6px;
    left: 25px;
    font-size: 0.7rem;
  }
}



@keyframes button-pulse {
  0%   {transform: scale(1);}
  25%  {transform: scale(1.05);}
  50%  {transform: scale(1.05);}
  75%  {transform: scale(1);}
  100% {transform: scale(1);}
}

@keyframes bag-shake {
  0%   {transform: rotate(0deg);}
  10%  {transform: rotate(25deg);}
  20%  {transform: rotate(-25deg);}
  30%  {transform: rotate(25deg);}
  40%  {transform: rotate(-25deg);}
  75%  {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}
