/* @import url('https://fonts.googleapis.com/css2?family=Muli&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --darkblue: #0e1e2c;
  --darkblue2: #132738;
  --lightbg: #f5f5f5;
  --ligthbg2: #F4F8FB;
  --linkcolor: #0a66c2;
  --bordercolor: #DBE1E5;
  --cardbg: #fff;
  --textcolorlight: #595959;
  --textcolordark: #212221;
  --cardinnerborder: #CFDDFF;
  --cardinnerbg: #cfddff33;
  --titlecolor1: #f16922;
  --cardinnerbg: #f6f8ff;
  --fontfamily: "Mulish", sans-serif !important;
}

body {
  margin: 0px;
  padding: 0px;
}
.desk-fest-img{
  display: block;
}
.mob-fest-img
{
  display: none;
}
#spl-fest-section {
  max-width: 1320px;
  margin: 50px auto;
}

#spl-fest-section h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 10px;

}

.spl-fest-banner img {
  border-radius: 10px;
}

.spl-fest-title {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}

.spl-fest-title img {
  height: 30px;
  width: 30px;
  border-radius: 50px;
}

#spl-fest-tour {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
      overflow-x: scroll;
    overflow-y: hidden !important;
}
#spl-fest-tour::-webkit-scrollbar{
  display: none;
}
#spl-fest-tour .category-tag h4 {

  /* Adjust for visibility */
  font-weight: 500 !important;
}

#spl-fest-tour .card-price-sec {
  display: none !important;
}

#spl-fest-section .tour-city {
  display: none !important;
}

#spl-fest-section .included {
  display: none !important;
}

#spl-fest-section .tour-card-price-main {
  display: none !important;
}

#spl-fest-section .card-con {
  padding-bottom: 10px !important;
}


.fest-tour-card {
  padding: 8px;
  border-radius: 13px;
  border: 1px solid var(--bordercolor);
  transition: all 150ms;
  position: relative;
  overflow: hidden;
}
#spl-fest-section .category-tag {
  position: absolute;
  top: 20px;
  left: -30px;
}
#spl-fest-section .category-tag h4{
  width: 150px;
  text-align: center;
 

  padding: 5px 0px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 2px;
  font-size: 12px !important;
  transform: rotate(320deg);
  text-align: center;
}



.fest-tour-card img {
  height: 180px;
  border-radius: 7px;
  max-width: 320px !important;
  width: 100% !important;
  object-fit: fill;
  /* margin-bottom: 5px; */
}
.fest-cate-sec{
  margin: 5px 0 0 5px;
}
.fest-tour-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 5px 0px 0px 5px;
}

.fest-tour-card h5 {
  padding: 3px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: fit-content !important;
  font-size: 12px;
  color: var(--textcolordark);
  margin: 5px 0px 0px 5px;

}
.book-icon
{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.book-icon a{
    text-decoration: none;
}
.book-icon a i {
  color: #fff;
  background-color: #000;
  padding: 8px 12px;
  border-radius: 50px;
  font-size: 20px;
}
.btn-orange h4{
    background-color: #f78609 !important;
    color: #fff !important;
    
}
.btn-white h4{
    color: #000 !important;
    background-color: white !important;
    
}
.btn-green h4{
     background-color: #248a4f !important;
     color: #fff !important;
  
}

.btn-orange i{
    background-color: #f16922 !important;
    color: #fff !important;
    border: 1px solid #ddd;
}
.btn-white i{
    color: #000 !important;
    background-color: white !important;
     border: 1px solid #ddd;
}
.btn-green i{
     background-color: #248a4f !important;
     color: #fff !important;
      border: 1px solid #ddd;
}

#spl-fest-section .bg-orange {
  background: linear-gradient(to bottom, #ff8a00, #ff9e0200);
  /* Dark orange to light peach */
  color: #000;
}

#spl-fest-section .bg-white {
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
  /* Soft gray to white */
  color: #000;
}

#spl-fest-section .bg-green {
  background: linear-gradient(to bottom, #248a4f, #24886300);
  /* Rich green to mint */
  color: #000;
}

.t-type {
  font-size: 12px;
  padding: 3px 6px;
  /* background-color: var(--); */
  border-radius: 5px;
  color: var(--darkblue);
  margin-right: 5px;
  color: var(--linkcolor);
  /*border: 1px solid var(--linkcolor);*/
}

.t-category {
  font-size: 12px;
  padding: 3px 6px;
  /*background-color: var(--linkcolor);*/
  border-radius: 3px;
  color: var(--lightbg);
  margin-right: 5px;
}

.t-id {
  font-size: 12px;
  padding: 2px 6px;

  border-radius: 3px;
  color: var(--darkblue);
  margin-right: 5px;
  border: 1px solid var(--darkblue);
}

@media(max-width:1300px)
{
  .fest-tour-card{
        max-width: 100%;
    width: 300px !important;
  
  }
}

@media(max-width:800px)
{
  .desk-fest-img{
  display: none;
}
.mob-fest-img
{
  display: block;
  margin-top: 20px;

}
#spl-fest-section h2
{
  font-size: 20px;
}

}

@media(max-width:600px)
{
    .spl-fest-banner img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    }
    #spl-fest-section{
        margin: 50px auto 20px auto;
    }
    }
}

