@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #c80641;
    --primary-color-dark: #c80641;
    --text-dark: #0c0a09;
    --text-light: #78716c;
    --white: #ffffff;
    --max-width: 1200px;
    --gold-crayola: hsl(38, 61%, 73%);
    --primary: #c80641;
    --white: #ffffff;
    --bg: #ffffff;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
    font-family: 'Montserrat';
}
  .logo img{
    width: 7.5rem;

  }
  
  nav {
    position: fixed;
    isolation: isolate;
    top: 0;
    width: 100%;
    max-width: var(--max-width);
    margin: auto;
    z-index: 9;
    zoom:0;
  }
  
  .nav__bar {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background-color: black;

  }
  
  .nav__menu__btn {
    font-size: 2.5rem;
    color: var(--white);
    cursor: pointer;
  }
  
  .nav__links {
    list-style: none;
    position: absolute;
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    background-color: #c80641;
    transform: translateY(-100%);
    transition: 0.5s;
    z-index: -1;
  }
  .nav__links  li a {
    text-decoration: none;
    background-color: #c80641;
}
  .nav__links.open {
    transform: translateY(0);
  }
  
  .nav__links a {
    position: relative;
    isolation: isolate;
    padding-bottom: 8px;
    color: var(--white);
    transition: 0.3s;
  }
  
  .nav__btn {
    display: none;
  }
  
  .header__container {
    padding-block: 10rem 15rem;
  }
  
  .header__container p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: var(--white);
    text-align: center;
    opacity: 0.6;
  }
  
  .header__container h1 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.5rem;
    color: var(--white);
    text-align: center;
  }

  
  @media (width > 768px) {
    nav {
      padding: 2rem 1rem;
      position: static;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
    .nav__bar {
      padding: 0;
      background-color: transparent;
    }
  
    .nav__menu__btn {
      display: none;
    }
    
    .nav__links {
      padding: 0;
      width: unset;
      position: static;
      transform: none;
      flex-direction: row;
      background-color: transparent;
    }
    
    .nav__links  li a {
        text-decoration: none;
        background-color: black;
    }
  
    .nav__links a::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0;
      background-color: var(--primary-color);
      transition: 0.3s;
      transform-origin: left;
    }
  
    .nav__links a:hover::after {
      width: 100%;
    }

  }


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}



html {
    font-size: 62.5%;
    font-family: "Montserrat",;
    scroll-behavior: smooth;
}

body{
    font-size: 1.6rem;
}

/*
@media (min-width: 1440px) {
   main{
      zoom: 1.5;
    }
    nav{
        zoom:0;
    }
}
  
@media (min-width: 2560px) {
    main{
      zoom: 1.7;
    }
    nav{
        zoom:0;
    }
}
  
@media (min-width: 3860px) {
    main{
      zoom: 2.5;
    }
    nav{
        zoom:0;
    }
}

*/

.food-name2{
    color: #c80641;
}
.container {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 4rem 0;
}

@media (max-width:1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
    color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {

  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));

}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color:  var(--primary);
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}


.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  color: #fff;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

footer{
    
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    padding-top: 40px;
  }
  
  .footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
  
  .footer-content h3{
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
  }
  
  
  .footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
  }
  
  .socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
  }
  .socials li{
    margin: 0 10px;
  }
  .socials a{
    text-decoration: none;
    color: #fff;
  }
  .socials a i{
    font-size: 2.1rem;
    transition: color .4s ease;
  
  }
  .socials a:hover i{
    color: rgb(255, 255, 255);
  }
  
  .footer-bottom{
    background: #000;
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
  }
  .footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
  }
  


















  .pricing-section {
  background-color: black;
  padding: 80px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.pricing-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.pricing-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pricing-title {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.schedule-info {
  margin-bottom: 40px;
}

.schedule-text {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 300;
}

.highlight {
  color: #ff1493;
  font-weight: 500;
}

.main-price {
  font-size: 4rem;
  font-weight: 300;
  margin: 20px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.weekend-info {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.weekend-detail {
  font-size: 1rem;
  color: #ff1493;
  font-weight: 300;
}

.divider {
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
  margin: 50px auto;
}

.pernoctar-title {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 40px;
  color: #ff1493;
  font-style: italic;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.pricing-item {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.time-info {
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.time-highlight {
  color: #ff1493;
  font-weight: 500;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.turn-label {
  font-size: 1.2rem;
  font-weight: 300;
}

.price-tag {
  background: rgba(255, 20, 147, 0.2);
  color: #ff1493;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid rgba(255, 20, 147, 0.3);
}

.additional-info {
  font-size: 1rem;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.breakfast-info {
  font-size: 1.1rem;
  margin: 40px 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}

.amenities {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.amenity-icons {
  display: flex;
  gap: 20px;
}

.amenity-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.amenity-icon.netflix {
  background: #e50914;
  color: white;
  border-radius: 4px;
  font-weight: bold;
}

.hotel-logo {
  text-align: right;
}

.logo-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-text {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.logo-subtitle {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-title {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  
  .main-price {
    font-size: 3rem;
  }
  
  .pernoctar-title {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  
  .amenities {
    flex-direction: column;
    gap: 30px;
  }
  
  .amenity-icons {
    justify-content: center;
  }
}
