@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: Arial, sans-serif;
    background-color: #1b1b2f;
}

.offer-card {
    background-color: #27293d;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s;
    padding: 0px;
}

.container {
    max-width: 100%; 
    margin: 0 auto; 
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.card-title-2 {
    font-size: 0.75rem; /* Smaller font size */
    color: #fff;
    font-weight: 550;
    margin-top: 5px;
    overflow: hidden;
  width: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-text {
    font-size: 0.6rem; /* Smaller font size */
    color: #bbb;
    margin-top: 2px;
    margin-bottom: 3px;
    overflow: hidden;
  width: 85px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-price {
    font-size: 0.75rem; /* Smaller font size */
    color: #2ecc71;
    float: left;
    margin: auto;
}
.card-rate {
    font-size: 0.75rem; /* Smaller font size */
    color: yellow;
    float: fight;
    margin: auto;
    right: 0;
}
.card-rates{
    display: inline-flex;
    margin-bottom: 3px;
    margin-top: 9px;
}
.card-rates span{
   margin: auto;
}
.card-rates .star{
   font-size: 0.60rem;
   color: #fff;
}
.swiper-container {
    width: 100%;
    padding-top: 10px;
}

.swiper-slide {
    width: 100px; /* Smaller size */
    text-align: center;
}
.swiper-pagination {
    display: none; /* Hide the pagination */
}

/* Navigation Container */
.nav-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px; /* Max width */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Space between buttons */
   
}
.centsy {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 100px;
    font-weight: 500;
    background: #000;
    color: #fff;
  }
.silder-btns {
    float: right;
    margin: 10px;
}
.silder-btns button{
    padding: 3px 6px;
}
.swiper-titles{
    float: left;
    margin: 11px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.footer ul li {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: #7d7d9e;
}

.footer img {
  margin-top: 10px;
  text-align: center;
}

.footer a {
  color: #7d7d9e;
}
.center-img {
  width: 130px;
  height: 50px;
  margin: auto;
  align-items: center;
  z-index: 99999999999999;
  margin-top: 25px;
}
.swiper-div {
    text-align: center;
}
.swiper-div .center-items{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-div .card-img-center{
    width: 100px;
}

.swiper-div .card-title-2{
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    text-align: center;
}
.swiper-div .offer-card{
    border-radius: 3px;
}
.offer-card{
    cursor: pointer;
    transition: 0.5s;
}

.offer-card:hover{
    margin-top: -10px;
    transition: 0.5s ;
    z-index: 9999999999;
}
.main-header{
    padding: 10px;
}
.starting-page{
    display: none;
}

@media (max-width: 600px) {
    .navbar-nav{
        display: none;
    }
    .main-header{
    padding: 10px;
    z-index: 999999999999;
    background: #2A3447;
    position: fixed;
}
.in-mob{
    display: block;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  z-index: 999999999;
  padding: 8px;
}
.bottom-nav a{
    color: inherit;
}
.bottom-nav button{
    text-align: center;
    width: 100%;
    border: none;
    background: none;
    color: #AFB2B2;
    font-size: 11px;
}
.social-links{
    margin-bottom: 40px;
}
}
@media (min-width: 600px) {
    .bottom-nav{
        display: none;
    }
    .in-mob{
    display: none;
}
}
.modal{
    z-index: 99999999999999999;
}
