/* ================= RESET ================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

html, body{
  width:100%;
  overflow-x:hidden;
}

body{
  background:#000;
  color:#fff;
}

/* ================= HERO BG ================= */
.hero-bg{
  position:relative;
  min-height:100vh;               /* ❗ 310vh EMAS */
  background-image:url("../img/image82.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden;
flex-direction: column;
  display:flex;
  align-items:flex-start;          /* ❗ tepaga yopishadi */
}

/* ================= BLUR DOG‘LAR ================= */
.blur{
  position:absolute;
  border-radius:50%;
  background:#FC501F;
  filter:blur(140px);
  opacity:.22;
  z-index:0;
  pointer-events:none;
}



.blur-2{
  width:600px;
  height:650px;
  top:45%;
  left:-250px;
}

.blur-1{
  width:860px;
  height:860px;
  top:450px;
  right:-250px;
}

/* ================= CONTENT ================= */
.content{
  position:relative;   /* ❗ MUHIM */
  padding:120px 100px 200px;
  max-width:1100px;
}


.content h1{
  font-size:72px;
  font-weight:700;
  line-height:1.15;
}



.subtitle{
  margin-top:24px;
  font-size:20px;
  color:#FF4C0D;
}

.btn{
  margin-top:36px;
  padding:15px 40px;
  border:none;
  border-radius:40px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}

/* ================= MOBILE ================= */
@media(max-width:900px){
  .content{
    padding:40px 20px 0;
  }

  .content h1{
    font-size:40px;
  }

  .subtitle{
    font-size:16px;
  }
}
/*     purpuse */
/* ================= SAYOHAT MAQSADI ================= */

.purpose{
  position:relative;
  padding:180px 0 140px;
}

/* ixtiyoriy — sariq blur dog‘ */
.purpose::before{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  border-radius:50%;
  background:#FC501F;
  filter:blur(160px);
  opacity:.18;
  top:-200px;
  left:-250px;
  pointer-events:none;
}

.purpose-container{
  position:relative;
  z-index:2;
  max-width:1100px;
  margin:auto;
  padding:0 100px;
}

.purpose-title{
  font-size:52px;
  font-weight:700;
  margin-bottom:24px;
}

.purpose-desc{
  max-width:720px;
  font-size:20px;
  line-height:1.6;
  color:#ddd;
  margin-bottom:64px;
}

/* CARDS */
.purpose-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.purpose-card{
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
  border-radius:24px;
  padding:36px 32px;
  border:1px solid rgba(255,255,255,.12);
}

.purpose-card h3{
  font-size:22px;
  margin-bottom:14px;
  color:#FF4C0D;
}

.purpose-card p{
  font-size:16px;
  line-height:1.6;
  color:#e0e0e0;
}

/* MOBILE */
@media(max-width:900px){
  .purpose{
    padding:120px 0;
  }

  .purpose-container{
    padding:0 20px;
  }

  .purpose-title{
    font-size:36px;
  }

  .purpose-desc{
    font-size:16px;
  }

  .purpose-cards{
    grid-template-columns:1fr;
  }
}
/* ===== CINEMATIC STACK GALLERY ===== */
/* ===== CARD ===== */
.masonry-wrap{
  display:flex;
  justify-content:center;
  padding:0px 0;
  margin-top: -20px;
}

.masonry-card{
  width:360px;
  background:#fff;
  border-radius:26px;
  padding:26px 22px 28px;
  color:#111;
  box-shadow:0 40px 120px rgba(0,0,0,.35);
}

/* HEADER */
.masonry-head h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
}
.masonry-head p{
  font-size:14px;
  color:#666;
  margin-bottom:22px;
}

/* GRID — 6 TA RAMKA */
.masonry-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-auto-rows:80px;
  gap:14px;
  
  grid-auto-flow: dense;
}

/* RAMKA */
.frame{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:#eee;
}


/* baland ramkalar (rasmdagi kabi) */
.frame:nth-child(1),
.frame:nth-child(6){
  grid-row:span 2;
}

.frame:nth-child(5){
  grid-row:span 3;
}
.frame:nth-child(2),
.frame:nth-child(4){
  grid-row:span 2;
}
/* RASM */
.frame img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.05);
  transition:opacity 1s ease, transform 1s ease;
}

/* AKTIV RASM */
.frame img.show{
  opacity:1;
  transform:scale(1);
}
/* ===== SAYOHAT REJASI ===== */
.travel-plan{
  position:relative;
  padding:160px 100px;
  z-index:2;
}

/* SARIQ DOG‘ */
.travel-plan::before{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:#FC501F;
  filter:blur(160px);
  opacity:.18;
  top:-200px;
  left:-200px;
  z-index:-1;
}

.plan-title{
  font-size:48px;
  font-weight:700;
  margin-bottom:80px;
}

.plan-title span{
  display:block;
  font-size:20px;
  color:#FF4C0D;
  margin-top:10px;
}

/* KUN BLOKI */
.plan-day{
  margin-bottom:100px;
}

.plan-day h3{
  font-size:32px;
  margin-bottom:40px;
  color:#FF4C0D;
}

/* TIMELINE */
.plan-list{
  list-style:none;
  position:relative;
  padding-left:40px;
}

.plan-list::before{
  content:"";
  position:absolute;
  left:8px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(255,255,255,.2);
}

.plan-list li{
  position:relative;
  margin-bottom:40px;
}

.plan-list li::before{
  content:"";
  position:absolute;
  left:-40px;
  top:6px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#FF4C0D;
}

.time{
  display:block;
  font-weight:600;
  color:#FF4C0D;
  margin-bottom:6px;
}

.plan-list p{
  font-size:18px;
  color:rgba(255,255,255,.85);
  line-height:1.6;
}

/* MOBIL */
@media(max-width:900px){
  .travel-plan{
    padding:120px 20px;
  }

  .plan-title{
    font-size:34px;
  }

  .plan-day h3{
    font-size:26px;
  }

  .plan-list p{
    font-size:16px;
  }
}
/* ===== BUXORO PLACES (ONE SECTION) ===== */
.buxoro-places{
  padding:10px 100px;
  position:relative;
  z-index:2;
}

/* OLTIN DOG‘ */
.buxoro-places::before{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:#FC501F;
  filter:blur(180px);
  opacity:.18;
  top:0px;
  right:-250px;
  z-index:-1;
}

.places-title{
  font-size:48px;
  font-weight:700;
  margin-bottom:120px;
}

/* GROUP */
.places-group{
  margin-bottom:120px;
}

.group-title{
  font-size:34px;
  font-weight:600;
  color:#FF4C0D;
  margin-bottom:50px;
}

/* ITEM */
.place-item{
  padding:28px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}

.place-item h4{
  font-size:26px;
  font-weight:600;
  margin-bottom:10px;
}

.place-item p{
  font-size:18px;
  line-height:1.6;
  color:rgba(255,255,255,.85);
}

/* ANIMATION */
.reveal{
  opacity:0;
  transform:translateY(40px);
  transition:0.9s ease;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}

/* MICRO EFFECT */
.place-item:hover h4{
  letter-spacing:1px;
  transition:.4s ease;
}

/* MOBILE */
@media(max-width:900px){
  .buxoro-places{
    padding:20px 20px;
    margin-top: -100px;
  }

  .places-title{
    font-size:34px;
    margin-bottom:80px;
  }

  .group-title{
    font-size:26px;
    margin-top: -50px;
  }

  .place-item h4{
    font-size:22px;
  }

  .place-item p{
    font-size:16px;
  }
}



/* ===== HOTEL ===== */
.hotel-section{
  margin-top: -141px;
}

.hotel-box{
  max-width:720px;
  margin:0 auto;
  padding:28px 24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
}

/* HOTEL NOMI */
.hotel-title{
  font-size:22px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  line-height:1.3;
}

.hotel-title span{
  display:block;
  font-size:13px;
  font-weight:500;
  color:#FF4C0D;
  margin-top:4px;
}

/* SUBTITLE */
.hotel-subtitle{
  font-size:14px;
  color:#bbb;
  margin-top:10px;
}

/* RATING */
.hotel-rating{
  margin-top:8px;
  font-size:13px;
  color:#aaa;
}

.hotel-rating i{
  color:#FF4C0D;
  margin-right:4px;
}

/* FEATURES GRID */
.hotel-features{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:10px;
}

.hotel-features div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
}

.hotel-features i{
  font-size:14px;
  color:#FF4C0D;
}

/* MOBILE */
@media(max-width:600px){
  .hotel-title{
    font-size:18px;
  }

  .hotel-box{
    padding:22px 16px;
  }
}



/* HOTEL*/

.gallery-wrap{
  display:flex;
  justify-content:center;
  padding:0;
  margin-top: 5px;
}

.gallery-card{
  width:360px;
  background:#fff;
  border-radius:26px;
  padding:26px 22px 28px;
  color:#111;
  box-shadow:0 40px 120px rgba(0,0,0,.35);
}

/* HEADER */
.gallery-head h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
}
.gallery-head p{
  font-size:14px;
  color:#666;
  margin-bottom:22px;
}

/* GRID — 6 TA RAMKA */
.gallery-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-auto-rows:80px;
  gap:14px;
  grid-auto-flow:dense;
}

/* RAMKA */
.gallery-frame{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:#eee;
}

/* BALAND RAMKALAR (rasmdagi layout) */
.gallery-frame:nth-child(1),
.gallery-frame:nth-child(6){
  grid-row:span 2;
}

.gallery-frame:nth-child(5){
  grid-row:span 3;
}

.gallery-frame:nth-child(2),
.gallery-frame:nth-child(4){
  grid-row:span 2;
}

/* RASM */
.gallery-frame img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.05);
  transition:opacity 1s ease, transform 1s ease;
}

/* AKTIV */
.gallery-frame img.show{
  opacity:1;
  transform:scale(1);
}




/* narx */

.price-section{
  margin-top:140px;
  padding:0 20px;
  text-align:center;
}

.price-title{
  font-size:28px;
  font-weight:600;
  margin-bottom:10px;
}

.price-subtitle{
  color:#ffb74d;
  font-size:15px;
  margin-bottom:40px;
}

.price-card{
  max-width:420px;
  margin:0 auto;
  padding:32px 26px;
  border-radius:24px;
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(10px);
  box-shadow:0 30px 90px rgba(0,0,0,.6);
}

/* NARX */
.price-amount{
  margin-bottom:26px;
}

.old-price{
  display:block;
  font-size:16px;
  color:#aaa;
  text-decoration:line-through;
}

.new-price{
  font-size:36px;
  font-weight:700;
  color:#ffd180;
}

/* RO‘YXAT */
.price-list{
  list-style:none;
  padding:0;
  margin:30px 0 20px;
  text-align:left;
}

.price-list li{
  margin-bottom:12px;
  font-size:15px;
}

/* ESLATMA */
.price-note{
  font-size:13px;
  color:#ccc;
}



/* foterr 

.site-footer{
  width:100%;
  background:rgba(0,0,0,.85);
  border-top:1px solid rgba(255,255,255,.08);
  padding:28px 16px;
}

.footer-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

.site-footer p{
  font-size:14px;
  color:rgba(255,255,255,.65);
  margin-bottom:6px;
}

.site-footer span{
  font-size:13px;
  color:#FF4C0D;
  letter-spacing:.4px;
}

/* MOBILE */
@media(max-width:768px){
  .site-footer{
    padding:22px 14px;
  }
}
