

/* Slider Styles */
.slider-container {
    overflow: hidden;
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  .slider {
    display: flex;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out;
  }
  
  .slider-item {
    margin-left: 30px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    flex: 1;
    white-space: nowrap;
  }
  
  .slider-item:hover {
    color: red;
  }
  
  /* Content styles */
  .content {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  
  
  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    white-space: nowrap;
  }
  
  .slider-item {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  
  .slider-item:hover {
    color: red;
  }
  
  /* Slider Buttons */
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    z-index: 1;
  }
  
  .slider-btn.left {
    left: 10px;
  }
  
  .slider-btn.right {
    right: 10px;
  }
  
  .slider-btn:hover {
    background-color: #ddd;
  }
  
  .centered {
    width: 100%;
    background-color: #0000006d;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 3px;
  }
  
  .card-img2{
   
    position: relative;
    text-align: center;
   
  }
  
  .centered:hover{
   
    background-color: #ffffffa5;
    color: #4400ff;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  

  .radiant {
    background: linear-gradient(to right, rgb(250, 78, 10), rgb(247, 12, 204), rgb(0, 106, 225), rgb(48, 248, 255), rgb(250, 78, 10));
    font-weight: bold;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: gradientAnimation 3s linear infinite;
    text-align: start;
    font-family: 'Outfit', sans-serif;
  }

  #event{
    background-color: rgb(255, 194, 245); 
    background-image: radial-gradient(rgba(255, 0, 0, 0.432), rgba(181, 169, 233, 0.541), rgb(255, 243, 138));
   
  }

  .box{
    box-shadow: rgba(0, 0, 0, 0.514) 0px 5px 15px;
    border-radius: 6px;
  }
  #card2{
    box-shadow: rgba(0, 0, 0, 0.514) 0px 5px 15px;
    border: 2px solid #dfe5e9;
    background-color: #fafffe;
  }

  #cities{
   background-color: #3EECAC;
    background-image: linear-gradient(19deg, #c8ffeb9b 0%, #ffb7f8 100%);
  }

  .content{
    margin-bottom: 40px;
  }
  
  #top{
    background-image: linear-gradient(to top, #ffe8d2 0%, #d2ffce 100%);
  }

  #bg-mix {
    background-image: linear-gradient(to right, #ff00dd, #ffe000);
}

.navbar{
  margin: 0% !important;
 
}   

@media screen and (min-width: 992px) {
  .dropdown-content{
    display: none;
    position: absolute;
    background-color: #000000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 10px;
    min-width: 1850px;
    margin-left: -850px;
    color: white;
  }
 
  .navbar-collapse {
    padding-right: 0% !important;
    padding-left: 0% !important;
  }
  #servicesm{
    display: none;
  }
}
@media screen and (max-width: 991px) {
  
  #servicesw{
    display: none;
  }
}

#acard{
  color: #2f383d;
  font-size: 22px;
  line-height: 19px;
  text-decoration: none;
  text-transform: capitalize;
  
  
}

.btn-success{

  background-color:  #198754 !important;
  
}

#res{
  background-color: #cdedfd;
  background-image: linear-gradient(319deg, #cdedfd 0%, #ffec82 37%, #ffcfd2 100%);
  
}
#tit{
  font-weight: 700;
  color: #001fd0;
  text-align: left;
  font-size: 15px;
}

#boxre{
  box-shadow: rgba(0, 0, 0, 0.514) 0px 5px 15px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* pagination */
.pagination-container {
  text-align: center;
  margin-top: 20px;
}
.pagination {
  list-style-type: none;
  padding: 0;
}
.pagination-item {
  display: inline-block;
 
}

.btn-number {
  background-color: #f0f0f0;
  color: #333;
  border: 2px solid black;
}
.btn-number:hover {
  background-color: #e1e1e1;
   color: black;
}


.active .btn-number {
  background-color: #007bff;
  color: white;
}


#rowc1 {
  overflow: hidden;
  margin-left: 30%;
  width: 60%;
  margin-right: -758px;
 
}

#rowc2 {
  overflow: hidden;
  margin-left: 28%;
  width: 60%;
  margin-right: -758px;
  color: rgb(255, 255, 255);
}

#rowc3 {
  overflow: hidden;
  margin-left: 25%;
  width: 60%;
  margin-right: -758px;
  color: rgb(255, 255, 255);
}
#rowc4 {
  overflow: hidden;
  margin-left: 20%;
  width: 60%;
  margin-right: -758px;
  color: rgb(255, 255, 255);
}
#rowc5 {
  overflow: hidden;
  margin-left: 17%;
  width: 60%;
  margin-right: -758px;
  color: rgb(255, 255, 255);
}
#rowc6 {
  overflow: hidden;
  margin-left: 22%;
  width: 60%;
  margin-right: -758px;
  color: rgb(255, 255, 255);
}

#rowc7 {
  overflow: hidden;
  margin-left: 10%;
  width: 60%;
  margin-right: -758px;
  color: rgb(255, 255, 255);
}





