html,
body {
  scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

:root {
    --theme-color: #0057b8;
    --theme-color2: #52C306;
    --title-color: #0E121D;
    --body-color: #4D5765;
    --smoke-color: #F8F8F8;
    --black-color: #000000;
    --gray-color: #888C97;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E4E4E4;
    --title-font: 'Exo', sans-serif;
    --body-font: 'Public Sans', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 20px;
}


iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

h5 {
  margin: 0;
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--theme-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.208;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
  font-weight: 600;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.3;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

ul {
    list-style-type: none;
}

/* Base container */
.tv-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;  /* spacing inside */
  padding-right: 1rem;
}

/* Small devices (phones) */
@media (min-width: 576px) {
  .tv-container {
    max-width: 540px;
  }
}

/* Medium devices (tablets) */
@media (min-width: 768px) {
  .tv-container {
    max-width: 720px;
  }
}

/* Large devices (laptops) */
@media (min-width: 992px) {
  .tv-container {
    max-width: 960px;
  }
}

/* Extra large devices (desktops) */
@media (min-width: 1200px) {
  .tv-container {
    max-width: 1140px;
  }
}

/* Extra-extra large devices (big screens) */
@media (min-width: 1400px) {
  .tv-container {
    max-width: 1320px;
  }
}


.bannersec{
    background-image: url(3.jpg);
    height: 95.5vh;
    object-fit: cover;
    background-size: cover;
}

.bannermn{
    height:100%;
    }

.tv-nav{
    background: #ededed00;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 6%);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}

.tv-menu ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tv-logo img{
    height: 68px;
    margin: 10px 10px 10px 40px;
}

.tv-menu ul li{
    margin-right: 10px;
}

.bannertxt{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50%;
    align-items: center;
    position: relative;
    z-index: 9;
}

.bannertxt h3{
  color: #ebebeb;
  font-size: 40px;
}

.tv-hotels{
    height: 40%;
}

.tv-broverlay{
    background-color: rgb(0 0 0);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.tv-hotels{
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.hotelsingle img{
    border-top-left-radius: 30px;
    height: 200px;
    border-top-right-radius: 30px;
    object-fit:cover;
}

@media (max-width:990px){
    .hotelsingle p{
        width: 160px;
    word-break: break-word;
        }
        
    .hotelsingle img{
        height: 120px;
        width: 159px;
        }
    .tabs-box .tab{
    font-size: 14px !important;
    padding: 9px 7px !important;
        }
    .fare-options-container{
        padding:0px !important;
        }
    .tvhot-tab{
        padding: 8px 8px;
    text-align: center;
        }
    .about-section-tvsalon{
        padding:0px 0px 0px !important;
        }
    .sec-title-tvsalon h2{
        font-size:30px !important;
        }
    }

@media (max-width:990px){
    .hotelsingle img{
        height:120px;
        }
    .tv-hotels{
        margin-top:-75px;
        }
    }



/* .hotelsingle{
    background: #ffffff;
    padding: 0px 0px 10px 0px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
} */

.hotelsingle p{
    text-align: center;
    font-size: 1.18rem;
    margin: 0;
    padding: 0px 20px 10px;
}

.hotelsingle {
position: relative;
cursor: pointer;
outline: none;
border: none;
padding: 0px;
background: #f5f4fd;
border-radius: 0.85rem;
animation: rotate 3s linear infinite;
border: 1px solid #d8d5f2;
border-radius: 30px;
}

.hotelsingle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: inherit;
    background: conic-gradient(
        from calc(-1 * var(--angle)) at 50% 50%,
        transparent 0%,
        rgba(255, 203, 164, 1) 15%, 
        transparent 30%
    );
}

.hotelsingle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: inherit;
    background: conic-gradient(
        from calc(-1 * var(--angle)) at 50% 50%,
        transparent 0%,
        rgba(255, 203, 164, 0.8) 15%,
        transparent 40%
    );
    filter: blur(25px);
}
/*background of the button*/
.hotelsingle span {
    display: block;
    position: relative;
    z-index: 1;
    padding: 5rem 10rem;
    font-size: 3.25rem;
    font-weight: 500;
    color: white;
    background-color:hsla(0,0%,0%,1);
    background-image:
    radial-gradient(at 52% 20%, hsla(9,32%,73%,0.5) 0px, transparent 50%),
    radial-gradient(at 90% 9%, hsla(20,34%,70%,.9) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(14,2%,63%,.9) 0px, transparent 50%),
    radial-gradient(at 61% 55%, hsla(338,0%,62%,.45) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(22,0%,44%,.9) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(240,0%,21%,.65) 0px, transparent 50%),
    radial-gradient(at 2% 3%, hsla(19,43%,77%,.9) 0px, transparent 50%);
    border-radius: calc(0.85rem - 2px);
    border-color: hsla(338,0%,62%,.005);
    border-top-style: groove;
    border-right-style: groove;
    transition: color 0.9s, background-color 0.9s;
    isolation: isolate;
    overflow: hidden;
}

.hotelsingle span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: conic-gradient(
        from calc(1 * var(--angle)) at 0% 110%,
        transparent 25%,
        rgba(128, 115, 110, .45) 45%,
        transparent 90%
    );
    mix-blend-mode: color-dodge;
}
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: true;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

.tv-menu ul li a:hover{
  color: #fff;
}

.tvspace{
  margin: 50px auto;
}

.tvspace-top{
  margin-top: 50px;
}

.tvspace-bot{
  margin-bottom: 50px;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  border-radius: 13px;
  overflow: visible;
}
.wrapper .icon {
position: absolute;
    top: 45px;
    height: 100%;
    width: 16px;
    left: 310px;
    display: flex
;
    align-items: center;
    z-index: 9999999999;
}
.icon:first-child {
  left: 235px;
  display: none;
}
.icon:last-child {
  right: 0;
  justify-content: flex-end;
}
.icon i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}

.icon:first-child i {
  margin-left: 15px;
}
.icon:last-child i {
  margin-right: 15px;
}
.wrapper .tabs-box {
  padding: 0;
  display: flex;
  gap: 12px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.tabs-box.dragging {
  scroll-behavior: auto;
  cursor: grab;
}

.tabs-box .tab {
  cursor: pointer;
  font-size: 1.18rem;
  white-space: nowrap;
  background: #f5f4fd;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #d8d5f2;
}

.tabs-box .tab:hover {
  background: #efedfb;
}

.tabs-box.dragging .tab {
  user-select: none;
  pointer-events: none;
}

.tabs-box .tab.active {
  color: #fff;
  background: var(--theme-color);
  border-color: transparent;
}

.tabcontdv ul li::before {
    content: "";
    display: inline-block;
    left: 0;
    transform: rotate(45deg);
    height: 0.8em;
    width: 0.43em;
    margin-right: 15px;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
}

.tvhot-tabcontdv ul li::before {
    content: "";
    display: inline-block;
    left: 0;
    transform: rotate(45deg);
    height: 0.8em;
    width: 0.43em;
    margin-right: 15px;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
}

.tabcontdv{
      /* cursor: pointer; */
    font-size: 1.18rem;
    /* white-space: nowrap; */
    background: transparent;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    margin-top:45px;
}

.tvhot-res{
  width: 40%;
  border: 1px solid #d8d5f2;
  padding: 30px 20px 10px 20px;
  border-radius: 30px;
}

.tvhot-res ul{
  padding: 0 0 0 7px;
}

.tvhot-tabcontdv{
  width: 40%;
  border: 1px solid #d8d5f2;
  padding: 30px 20px 10px 20px;
  border-radius: 30px;
}

.tabcontdv ul{
  padding: 0px 10px 0px 20px;
}

.tvhot-tabcontdv ul{
  padding: 0px 10px 0px 20px;
}

.title-area{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.containerfl {
    /* cursor: pointer; */
    font-size: 1.18rem;
    /* white-space: nowrap; */
    background: transparent;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
}

/* headerfl Section */
.headerfl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.headerfl h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
}

.headerfl .steps {
    display: flex;
    gap: 12px;
}

.headerfl .steps div {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #e9f5ff;
    color: var(--theme-color);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.headerfl .steps div:hover {
    background-color: #d0e7ff;
}

/* Flight Info Section */
.flight-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    padding: 0px;
    border-radius: 12px;
    margin-top: 20px;
    position: relative;
}

.flight-info .route {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);

}

.flight-info .route span{
    font-size: 25px;
}

.flight-info .route .icon {
    font-size: 24px;
    animation: fly 2s infinite;
}

@keyframes fly {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.flight-info .date {
    position: absolute;
    bottom: -10px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Calendar Section */
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.calendar .day {
    text-align: center;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calendar .day:hover {
    background-color: #f1f8ff;
    border-color: var(--theme-color);
}

.calendar .day.selected {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

/* Fare Options Section (Tabs) */
.fare-options {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.scroll-btn{
      border-radius: 50%;
    height: 39px;
    width: 70px;
    background: #f5f4fd;
    /* padding: 13px 20px; */
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    cursor: pointer;
}

.fare-options-container{
  position: relative; 
    overflow: hidden;
    /* width: 88%; */
    padding: 0px 35px;
    margin-bottom: 24px;
    display: flex;
    align-items: center
;
}

.fare-options .option {
    cursor: pointer;
    font-size: 1.18rem;
    white-space: nowrap;
    background: #f5f4fd;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    transition: all 0.3s ease;
}

.fare-options .option:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.fare-options .option.active {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.fare-options .option h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
}

.fare-options .option p {
    margin: 8px 0 0;
    font-size: 16px;
    color: inherit;
}








.fare-options .option2 {
    cursor: pointer;
    font-size: 1.18rem;
    white-space: nowrap;
    background: #f5f4fd;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    transition: all 0.3s ease;
}

.fare-options .option2:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.fare-options .option2.active {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.fare-options .option2 h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
}

.fare-options .option2 p {
    margin: 8px 0 0;
    font-size: 16px;
    color: inherit;
}

/* Content containerfl */
.content-containerfl {
    position: relative;
    min-height: 410px; /* Adjust this height as needed */
}

/* Content Section */
.contentfl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none; /* Disable interaction with hidden content */
}

.contentfl.active {
    opacity: 1;
    pointer-events: auto; /* Enable interaction with visible content */
}

.contentfl2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none; /* Disable interaction with hidden content */
}

.contentfl2.active {
    opacity: 1;
    pointer-events: auto; /* Enable interaction with visible content */
}

.flight-details {
    margin-bottom: 24px;
}

.bookflighttravel p{
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    background: #0057b8;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #0057b8;
    color: #ffffff;
    transition: all 0.3s 
ease;
    margin:0;
    }
    
.bookflighttravel{
    position: absolute;
    bottom: 3%;
    right: 0%;
    }

.flight-details .flight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.flight-details .flight:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.flight-details .flight .info {
    flex: 1;
}

.flight-details .flight .info p {
    margin: 4px 0;
    font-size: 16px;
    color: #666;
}

.flight-details .flight .price {
    text-align: right;
}

.flight-details .flight .price h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
}

.flight-details .flight .price p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;
}
.info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info img{
    object-fit:contain;
    }

.newsall{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 100px 0px 100px 0px;
   }

.alnnewsblock{
    margin:10px;
    }

.stepheadtxt{
    /* cursor: pointer; */
    font-size: 1.18rem;
    /* white-space: nowrap; */
    padding: 13px 20px;
    border-radius: 30px;
}

@media (max-width:992px){
    .tvhot-tabs{
        flex-direction: row !important;
        margin-bottom:20px;
        }
    }

    /* Tabs list */
    .tvhot-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    /* border-radius: 12px; */
    /* background: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
    min-width: 200px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    flex-wrap: wrap;
    }

    .tvhot-tab {
      padding: 12px 15px;
      cursor: pointer;
      font-weight: 500;
      color: #333;
      transition: all 0.2s ease-in-out;
          border-bottom: 1px solid #EDEFF3;
     border-radius:22px;
    }

    .tvhot-tab:hover {
      background: #f1f5f9;
    }

    .tvhot-tab.tvhot-active {
    color: #2563eb;
    font-weight: bold;
    background: #f1f5f9;
    border-radius: 22px;
    }

    /* Content */
    .tvhot-tab-content {
      width: 100%;
    flex: 1;
    display: none;
    flex-direction: column;
    gap: 20px;
    /* padding: 15px; */
    /* border-radius: 12px; */
    /* background: #f9fafb; */
    background: transparent;
    border-radius: 30px;
    /* border: 1px solid #d8d5f2; */
    margin-left: 30px;
    }
    
    @media (max-width:778px){
     .tvhot-tab-content.tvhot-active{
    flex-direction: column !important;
    align-items: center;
         }   
         
    .tvhot-tabcontdv{
        width:100%;
    }
    .tvhot-res{
        width:100%
        }
    }

    .tvhot-tab-content.tvhot-active {
      display: flex;
      flex-direction: row;
    }

    .tvhot-tab-content h2 {
      font-size: 20px;
      color: #1e293b;
    }

    .tvhot-images {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }

    .tvhot-images img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.15);
      object-fit: cover;
    }

.hotelcont{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}


    .tvhot-slider-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 1000px;
      margin: 40px auto;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

    .tvhot-slider-wrapper {
      display: flex;
      transition: transform 0.6s ease-in-out;
      will-change: transform;
    }

    .tvhot-slide {
      min-width: 100%;
      height: 450px;
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      color: white;
      font-size: 2rem;
      font-weight: bold;
    }

    .tvhot-slide img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      left: 0;
      top: 0;
      z-index: 1;
    }

    .tvhot-slide-text h5{
      color: #fff !important;
      text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
    }

    .tvhot-slide-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #2563eb;
    padding: 10px;
    background: rgb(255 255 255);
    width: 100%;
    font-size: 16px;
    text-align: start;
    font-weight: 500;
      backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.08) 30%,
    rgba(255, 255, 255, 0.04) 70%,
    rgba(255, 255, 255, 0.06) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 32px 64px rgb(0 0 0 / 0%), 0 8px 32px rgb(0 0 0 / 21%), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
    }

  

    /* Navigation buttons */
    .tvhot-slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      padding: 9px 16px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 3;
      transition: background 0.3s;
    }
    .tvhot-slider-btn:hover { background: rgba(0,0,0,0.8); }
    .tvhot-prev { left: 15px; }
    .tvhot-next { right: 15px; }

    /* Dots */
    .tvhot-slider-dots {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 3;
    }
    .tvhot-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255,255,255,0.6);
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
    }
    .tvhot-dot.tvhot-active {
      background: #2563eb;
      transform: scale(1.2);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .tvhot-slide { height: 300px; font-size: 1.2rem; }
      .tvhot-slide-text { font-size: 1rem; }
    }




/* Cars section */

    /* =====================
       LAYOUT
    ====================== */
    .tvcars-wrapper{
    /*width: 100%; */
    /* height: 100vh; */
    min-height: 465px;
    /* background: url(https://res.cloudinary.com/muhammederdem/image/upload/v1536405234/starwars/death_star.jpg) center / cover no-repeat; */
    position: relative;
    overflow: hidden;
    display: flex
;
    }
    
    @media (max-width:990px){
    .transfertravel{
        margin-bottom:-70px;    
        }
    }

    .tvcars-content{
      height:600px; margin:auto; width:100%; max-width:1050px;
      display:flex; align-items:center; position:relative;
    }

    @media (max-width:1200px){ .tvcars-content{ max-width:920px; } }
    @media (max-width:992px){
      .tvcars-wrapper{ height:auto; min-height:513px; }
      .tvcars-content{ max-width:920px; margin-top:100px; height:auto; min-height:100vh; }
    }
    @media (max-width:767px){ .tvcars-content{ margin-top:20px; } }
    @media (max-width:576px){ .tvcars-content{ margin:20px 0; } }

    /* Background red shape */
    .tvcars-bg-shape{
    position: absolute;
    inset: 0 auto 0 0;
    width: 50%;
    height: 100%;
    background:transparent;
    /* background-image: linear-gradient(-45deg, #38cc4b 0%, #1956cb 100%); */
    box-shadow: 0 30px 139px rgba(10, 22, 31, .26);
    border-radius: 30px;
    padding: 45px 40px;
    display: flex;
    align-items: center;
    }
    @media (max-width:1200px){ .tvcars-bg-shape{ width:45%; } }
    @media (max-width:992px){
      .tvcars-bg-shape{ width:90%; height:290px; align-items:flex-start; padding:50px; left:50%; transform:translateX(-50%); }
    }
    @media (max-width:767px){ .tvcars-bg-shape{ padding:30px; width:95%; border-radius:20px; } }
    @media (max-width:576px){ .tvcars-bg-shape{ height:200px; padding:30px; } }

    .tvcars-bg-shape img{
      position:absolute; left:10px; width:510px; opacity:.2; object-fit:contain; object-position:left center;
      transform:rotate(-90deg) translateY(-50%);
    }
    @media (max-width:1200px){ .tvcars-bg-shape img{ width:430px; } }
    @media (max-width:992px){ .tvcars-bg-shape img{ transform:none; width:100%; position:relative; left:auto; margin:0 auto; height:100%; object-position:top center; } }

    /* Product floating images */
    .tvcars-product-img{ position:absolute; z-index:2; width:500px; left:25%; transform:translateX(-45%); height:100%; max-height:230px; pointer-events:none; }
    @media (max-width:1200px){ .tvcars-product-img{ width:430px; left:20%; } }
    @media (max-width:992px){ .tvcars-product-img__item{top:26% !important;} .tvcars-product-img{ width:430px; max-height:275px; left:50%; transform:translateX(-50%); top:0; height:350px; } }
    @media (max-width:767px){ .tvcars-product-img{ width:100%; max-width:400px; top:30px; height:390px; } }
    @media (max-width:576px){ .tvcars-product-img__item{top:70% !important;} .tvcars-product-img{ max-width:300px; height:300px; } }

    .tvcars-product-img__item{ position:absolute; top:90%; right:15%; transform:translateY(-50%) translateX(-130px); opacity:0; transition:all .3s; display:flex; align-items:center; user-select:none; }
    .tvcars-product-img__item.active{ opacity:1; transform:translateY(-50%) translateX(0); transition-delay:.3s; }

    /* Prev/Next buttons */
    .tvcars-prev, .tvcars-next{     border: 1px solid #d8d5f2; z-index:22; position:absolute;top: 87%; left: 87%; width:61px; height:61px; border-radius:50%; opacity: .5; display:inline-flex; justify-content:center; align-items:center; font-size:25px; cursor:pointer; background:#fff; box-shadow:var(--tvcars-shadow); }
    .tvcars-prev.disabled, .tvcars-next.disabled{ opacity:.1; cursor:not-allowed; }
    .tvcars-prev{ transform:translate(-100%,-50%); }
    .tvcars-next{ right:0; transform:translate(50%,-50%); }
    @media (max-width:992px){ .tvcars-prev, .tvcars-next{ top:170px; } .tvcars-prev{ left:0; transform:translate(20%, 20%);} .tvcars-next {transform: translate(15%, 20%);} }
    @media (max-width:576px){ .tvcars-prev{ transform:translate(20%,-50%);} .tvcars-next{ transform:translate(-20%,-50%);} }

    /* Slider container */
    .tvcars-product-slider{ 
    position: absolute;
    top: 44%;
    right: 0;
    width: 75%;
    height: 74%;
    transform: translateY(-50%);
    border-radius: 30px;
    /* box-shadow: var(--tvcars-shadow); */
    overflow: hidden;
    background: #44568100;
    border: 1px solid #d8d5f2;
    /* padding: 30px 20px 10px 20px; */
    border-radius: 30px;
    }
    @media (max-width:1200px){ .tvcars-product-slider{ width:80%; } }
    @media (max-width:992px){ .tvcars-product-slider{ width: 80%;
        left: 50%;
        transform: translateX(-50%);
        /* position: relative; */
        top: 0;} }
    @media (max-width:767px){ .tvcars-product-slider{ border-radius:20px; } }
    @media (max-width:576px){ .tvcars-product-slider{ width:85%; margin-top:130px; } }

    .tvcars-product-slider__wrp{ position:relative; width:100%; height:100%; }
    .tvcars-product-slider__item{ position:absolute; inset:0; opacity:0; visibility:hidden; transition:opacity .4s ease; }
    .tvcars-product-slider__item.tvcars-active{ opacity:1; visibility:visible; }

    .tvcars-product-slider__card{ position:relative; width:100%; height:100%; display:flex; align-items:center; overflow:hidden; border-radius:30px; }
    @media (max-width:992px){ .tvcars-product-slider__card{ align-items:flex-start; } }
    @media (max-width:767px){ .tvcars-product-slider__card, .tvcars-product-slider__cover{ border-radius:20px; } }

    .tvcars-product-slider__cover{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

    .tvcars-product-slider__content{ position:relative; z-index:2; color:#000000; width:100%; padding-left:250px; padding-right:80px; padding-top:1px; }
    @media (max-width:1200px){ .tvcars-product-slider__content{ padding-left:220px; } }
    @media (max-width:992px){ .tvcars-product-slider__content{ padding:185px 60px 100px; text-align:center; } }
    @media (max-width:767px){ .tvcars-product-slider__content{ padding:185px 30px 50px; } }
    @media (max-width:576px){ .tvcars-product-slider__content{ padding-top:220px; padding-left:8px; padding-right:8px; } }

    .tvcars-product-slider__title{ margin:0 0 10px; font-weight:900; font-size:41px; line-height:1.2; letter-spacing:2px; }
    @media (max-width:1200px){ .tvcars-product-slider__title{ font-size:34px; } }
    @media (max-width:576px){ .tvcars-product-slider__title{ font-size:20px; } }

    .tvcars-product-slider__price{     
      display: block;
      font-size: 22px;
      margin-top: 20px;
      margin: 0;
      color: #000000b8;
      line-height: 1.3;
  }
    @media (max-width:1200px){ .tvcars-product-slider__price{ font-size:22px; } }
    @media (max-width:576px){ .tvcars-product-slider__price{ font-size:15px; } }
    .tvcars-product-slider__price sup{ top:-20px; font-size:65%; position:relative; }

    .tvcars-product-ctr{ display:flex; align-items:center; min-height:150px; margin-top:40px; }
    @media (max-width:992px){ .tvcars-product-ctr{ justify-content:center; } }
    @media (max-width:767px){ .tvcars-product-ctr{ flex-wrap:wrap; margin-bottom:40px; } }

    .tvcars-hr-vertical{ width:1px; background:#9fa3a7; align-self:stretch; margin:0 35px; opacity:.5; flex-shrink:0; }
    @media (max-width:767px){ .tvcars-hr-vertical{ width:100%; height:1px; margin:35px 0; } }

    .tvcars-product-labels__title{ font-family:'Dosis', sans-serif; font-weight:700; letter-spacing:3px; font-size:16px; margin-bottom:10px; }
    .tvcars-product-labels__group{ display:flex; margin-bottom:15px; gap:10px; }
    @media (max-width:992px){ .tvcars-product-labels__group{ justify-content:center; } }

    .tvcars-product-labels__item{ margin:5px; cursor:pointer; }
    .tvcars-product-labels__txt{ display:block; border:2px solid transparent; font-size:14px; padding:10px 20px 10px 0; border-radius:50px; letter-spacing:2px; transition:.3s; color:#fff; }
    .tvcars-product-labels__checkbox{ display:none; }
    .tvcars-product-labels__checkbox:checked + .tvcars-product-labels__txt{ border-color:var(--tvcars-red-1); padding:10px 13px; }

    .tvcars-product-inf{ text-align:center; }
    .tvcars-product-inf__percent{ position:relative; font-family:'Dosis',sans-serif; font-weight:700; font-size:22px; letter-spacing:1px; margin-bottom:12px; }
    .tvcars-product-inf__percent svg circle{ transform:rotate(180deg) scaleY(-1); transform-origin:50%; opacity:.75; }
    @keyframes tvcars-progress{ from{ stroke-dasharray:0 100; } }

    .tvcars-product-inf__percent-txt{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
    .tvcars-product-inf__title{ font-family:'Dosis',sans-serif; font-weight:700; letter-spacing:2px; font-size:18px; }

    .tvcars-product-slider__bottom{ margin-top:20px; }
    .tvcars-product-slider__cart{ background-image:linear-gradient(-45deg, var(--tvcars-red-1) 0%, var(--tvcars-red-2) 100%); color:#fff; border:none; padding:10px 30px; border-radius:50px; min-height:50px; font-weight:700; font-size:14px; letter-spacing:2px; margin-right:40px; cursor:pointer; box-shadow:0 7px 99px rgba(204,51,66,.6); }
    @media (max-width:768px){ .tvcars-product-slider__cart{ margin-right:30px; } }
    @media (max-width:576px){ .tvcars-product-slider__cart{ width:100%; max-width:300px; margin:0 auto 50px; display:block; } }

    .tvcars-product-slider__fav{ color:var(--tvcars-muted); background:none; border:none; padding-left:25px; position:relative; cursor:pointer; }
    .tvcars-heart{ position:absolute; left:0; top:50%; transform:translate(-50%,-50%) scale(.7); width:100px; height:100px; background:url('https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png') no-repeat; background-position:0 0; transition:background-position 1s steps(28); transition-duration:0s; pointer-events:none; }
    .tvcars-heart.is-active{ transition-duration:1s; background-position:-2800px 0; }

    /* Social */
    .tvcars-social{ position:absolute; bottom:10px; right:0; width:100%; display:flex; justify-content:space-between; padding:20px 55px; }
    .tvcars-social__item{ color:rgba(255,255,255,.75); font-family:'Dosis',sans-serif; font-weight:700; letter-spacing:2px; line-height:1; display:flex; align-items:center; transition:.3s; }
    .tvcars-social__item:hover{ color:#fff; }
    .tvcars-social__img{ width:24px; margin-right:15px; }
    @media (max-width:576px){ .tvcars-social{ flex-direction:column; bottom:0; } .tvcars-social__item{ margin-bottom:10px; } }

    /* Hidden SVG icons */
    .tvcars-icon{ width:1em; height:1em; fill:currentColor; display:inline-block; }

#flights{
  width: 47%;

}

.flightnewdv{
    justify-content: space-between;
  display: flex;
    flex-direction: row;
    width: 100%;
}

@media (max-width:992px){
    .flightnewdv{
        flex-direction: column;
        align-items: center;
        }
    #flights {
        width: 100%;
        margin-bottom:10px;
        }
}



/* RESTURANS AND SIGHTS START */
    
    .tvres-swiper {
      width: 100%;
      /* max-width: 800px; */
      margin: auto;
      position: relative;
    }

    .tvres-swiper2 {
      width: 100%;
      /* max-width: 800px; */
      margin: auto;
      position: relative;
    }

    .tvres-card {
    background: #fff;
    border-radius: 30px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    text-align: center;
    border: 1px solid #d8d5f2;
    }

    .tvres-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .tvres-card h3 {
      margin: 15px 0 10px;
      font-size: 20px;
      color: #333;
    }

    .tvres-card p {
      font-size: 14px;
      padding: 0 15px 20px;
      color: #555;
    }

    /* Custom navigation buttons */
    .tvres-button-prev,
    .tvres-button-next {
      color: #333;
      font-size: 24px;
      background: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      cursor: pointer;
      transition: 0.3s;
    }
    
        .tvres-button-prev2,
    .tvres-button-next2 {
      color: #333;
      font-size: 24px;
      background: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      cursor: pointer;
      transition: 0.3s;
    }

    .tvres-button-prev:hover,
    .tvres-button-next:hover {
      background: #333;
      color: #fff;
    }

    .tvres-button-prev2:hover,
    .tvres-button-next2:hover {
      background: #333;
      color: #fff;
    }

    .tvres-button-prev {
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
    }

    .tvres-button-next {
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%);
    }

    .tvres-button-prev2 {
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
    }

    .tvres-button-next2 {
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%);
    }

    .tvres-card {
  width: 390px;
}

.swipercardtext{
  padding: 0 30px;
}

@media (max-width:992px){
    .hotelcont{
        display: flex;
    flex-direction: column;
    align-items: center;
    
        }
}
    /* RESTURANS AND SIGHTS END */





/* SALON START */

.sec-title-tvsalon{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title-tvsalon .title-tvsalon{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title-tvsalon h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title-tvsalon h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title-tvsalon .text-tvsalon{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title-tvsalon.light-tvsalon h2{
  color: #ffffff;
}

.sec-title-tvsalon.text-center-tvsalon h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one-tvsalon{
  position:relative;
}

.list-style-one-tvsalon li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one-tvsalon li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: var(--theme-color);
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one-tvsalon li a:hover{
  color: #44bce2;
}

.btn-style-one-tvsalon{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--theme-color);
}

.btn-style-one-tvsalon:hover{
  background-color: #001e57;
  color: #ffffff;
}

.about-section-tvsalon{
  position: relative;
  padding: 120px 0 70px;
}

.about-section-tvsalon .sec-title-tvsalon{
  margin-bottom: 45px;
}

.about-section-tvsalon .content-column-tvsalon{
  width: 60%;
  position: relative;
  margin-bottom: 50px;
}

.about-section-tvsalon .content-column-tvsalon .inner-column-tvsalon{
  position: relative;
  padding-left: 30px;
}

.about-section-tvsalon .text-tvsalon{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section-tvsalon .list-style-one-tvsalon{
  margin-bottom: 45px;
}

.about-section-tvsalon .btn-box-tvsalon{
  position: relative;
}

.about-section-tvsalon .btn-box-tvsalon a{
  padding: 15px 50px;
}

.about-section-tvsalon .image-column-tvsalon{
  position: relative;
  width: 40%;
}

.about-section-tvsalon .image-column-tvsalon .text-layer-tvsalon{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section-tvsalon .image-column-tvsalon .inner-column-tvsalon{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}



.about-section-tvsalon .image-column-tvsalon .image-1-tvsalon{
  position: relative;
}

.about-section-tvsalon .image-column-tvsalon .image-2-tvsalon{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section-tvsalon .image-column-tvsalon .image-2-tvsalon img,
.about-section-tvsalon .image-column-tvsalon .image-1-tvsalon img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section-tvsalon .image-column-tvsalon .video-link-tvsalon{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section-tvsalon .image-column-tvsalon .video-link-tvsalon .link-tvsalon{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  transition: all 300ms ease;
}

.about-section-tvsalon .image-column-tvsalon .video-link-tvsalon .link-tvsalon:hover{
  background-color: #191e34;
  color: #fff;
}

.row-tvsalon{
  width: 100%;
  display: flex;
    flex-direction: row-reverse;
}


/* SALON END */



/* RESTURANS SIGHTS START */


        .headerrestaurant-h1 {
            font-weight: 700;
            margin: 20px;
            color: var(--theme-color);
        }

        .restaurant-bar {
width: 100%;
    display: flex
;
    gap: 30px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
        }


        .restaurant-slider {
            cursor:pointer;
            min-width: 180px;
            padding: 20px;
            border-radius: 20px;
            border: 1px solid #d8d5f2;
            text-align: left;
            flex: 1;
            max-width: 200px;
        }

        .restaurant-slider a {
            display: block;
            padding: 15px;
            font-size: 16px;
            color: #000;
            text-decoration: none;
            border-bottom: 1px solid #f1f5f9;
        }

        .restaurant-slider a:hover {
            background: #f1f5f9;
            border-radius:15px;
        }

        .restaurant-slider a.active {
            background: #e8f0fe;
            /* light blue background */
            color: var(--theme-color);
            /* blue text */
            font-weight: bold;
            border-radius:15px;
        }

        .restaurant-carousel {
            flex: 3;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .restaurant-carousel-inner {
            position: relative;
            width: 100%;
        }
        
        
@media (max-width:785px){
        .restaurant-bar{
                flex-wrap: wrap;
                width:100%;
                max-width:100%;
            }
    }

@media (max-width:1200px){
    .restaurant-slide{
            flex: 0 0 calc(100% / 3 - 15px) !important;
        }
    }
    
@media (max-width:992px){
    .restaurant-slide{
            flex: 0 0 calc(100% / 2 - 15px) !important;
        }
    }

@media (max-width:535px){
    .restaurant-slide{
            flex: 0 0 calc(100% / 1 - 15px) !important;
        }
    }


        .restaurant-carousel-ul {
            list-style: none;
            display: flex;
            gap: 15px;
            transition: transform 0.5s ease-in-out;
            padding: 0;
            margin: 0;
        }

        .restaurant-slide {
            border: 1px solid #d8d5f2;
            border-radius: 20px;
            background: #fff;
            flex: 0 0 calc(100% / 4 - 15px);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            margin-left: 5px;
        }

        .restaurant-slide-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .restaurant-slide h3 {
            font-size: 20px;
            padding: 10px;
        }

        .restaurant-slide p {
            font-size: 14px;
            padding: 0 16px 16px;
        }

        .restaurant-carousel-button-prev,
        .restaurant-carousel-button-next {
position: absolute;
    top: 100px;
    transform: translateY(-50%);
    background: #ffffff;
    border: none;
    color: #7b7b7b;
    font-size: 33px;
    /* display: flex
; */
    padding: 5px 5px 9px 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    align-items: center;
    border: 1px solid #d8d5f2;
        }

        .restaurant-carousel-button-prev {
            left: 5px;
            width: 40px;
        }

        .restaurant-slide-title {
            user-select: none !important;
        }

        .restaurant-slide-description {
            user-select: none !important;
        }

        .restaurant-slide-image {
            user-select: none !important;
        }

        .restaurant-carousel-button-next {
            right: 5px;
            width: 40px;
        }

        .restaurant-current-carousel {
            width: 78%;
            display: flex;
            flex-direction: column;
        }

        /* Responsive slides */





        @media (max-width: 480px) {
            .restaurant-bar {
                flex-direction: column;
            }

     

            .restaurant-carousel-button-prev {
                left: 5px;
            }

            .restaurant-carousel-button-next {
                right: 5px;
            }
        }



            .restaurant-slider {
                max-width: 100%;
            }

            .restaurant-current-carousel {
                width: 100% !important;
            }
        }

        @media (max-width: 1024px) {
            .restaurant-carousel-ul {
                /* gap: 15px; */
            }
        }

        @media (max-width: 1080px) {
            .restaurant-current-carousel {
                width: 76%;
            }

            .restaurant-slide {
                flex: 0 0 calc(100% / 3 - 10px);
            }
        }
/* RESTURANS SIGHTS END */








@media (max-width:405px){
    .bannersec{
        height:92vh;
        }
    }

@media (max-width:991px){
    .tvhot-tab-content{
        margin-left:0px;
        }
    }























