@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
/* font-family: "Dancing Script", cursive; */

* {
  margin: 0;
  bottom: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

:root {
  --font-open: "Rubik", sans-serif;
  --font-dancing: "Dancing Script", cursive;
  --color-white-f: #ffffff;
  --color-orange-02: #fa8b02;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

/* js uchun kerakli qism sayitning tepa qismi */




.nav-transparent {
  background-color: rgba(181, 181, 181, 0.444); /* shaffof oq */
}

.nav-colored {
  background-color: rgba(82, 82, 82, 0.43); /* qizil blur bilan */
}

.mainSection.hidden{
  display: none;
}

.secondPage{
  display: none;
}

.secondPage.hidden{
  display: block;
}

.heroMain{
  transition: all .3s ease;
  height: 728px;
  background-image: url("../imgs/orqa\ fon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all .8s ease;
}

.heroMain.hidden{
  height: 0px;
  overflow: hidden;
  transition: all .5s ease;
}

/* js uchun kerakli qism sayitning tepa qismi */

header{
  overflow: hidden;
  height: 728px;
}

.aboutsPagesList{
  padding-top: 250px;
  text-align: center;
  height: 0px;
  overflow: hidden;
  transition: all .3s ease;
}

.aboutsPagesList.hidden{
  display: block;
  background-image: url("../imgs/orqa\ fon\ 2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 728px;
  transition: all .3s ease;
}

.aboutsPagesList h1{
  font-size: 72px;
  font-weight: 700;
  font-family: var(--font-dancing);
  color: var(--color-white-f);
  text-align: center;
  margin-bottom: 10px;
}

.aboutsPagesList p{
  width: 720px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 500;
  color: var(--color-white-f);
  text-align: center;
  margin-bottom: 30px;
}

.aboutsPagesList button{
  padding: 10px 30px;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.aboutSection .userGirl .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aboutSection .userGirl .girl2{
  width: 500px;
  height: 416px;
}

.girl2 img{
  width: 100%;
  height: 100%;
}

.wishes{
    background: linear-gradient(90deg, #FFC99B, #FFBA85);
}

.wishes .container{
  margin-top: 120px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0px;
}

.wishes .wishe{
  width: 260px;
  height: 170px;
  background-color: #FFFFFF4D;
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 27px 20px;
  text-align: center;
}

.wishe p{
  font-size: 35px;
  color: var(--color-orange-02);
  margin-bottom: 20px;
}

.wishe h2{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}

/* tour pages ---------------------------------------------------------------------------------------- */



header.hidden { 
  height: 0px;
}

.tour_packages{
  display: none;
}

.tour_packages.hidden{
   display: block;
   padding-top: 250px;
}

.tour_packages h1{
  font-size: 32px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 30px;
}

.historical .visited{
  margin-top: 0px;
}

.historical .visit{
  margin-bottom: 25px;
}

.abouts .more{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-orange-02);
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

nav.hidden{
  background-color: white;
  border-bottom: 1px solid #EFEFEF;
}

nav.hidden .links li{
  color: #333333;
}

nav.hidden select{
  color: #333;
}


.second_classes h1{
  margin-top: 100px;
  margin-bottom: 50px;
}

.lives{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.lives .live{
  width: 380px;
  margin-bottom: 30px;
  border-radius: 20px;
  padding-bottom: 10px;
  transition: all .3s ease;
}

.live:hover{
  box-shadow: 0px 0px 10px 3px rgba(128, 128, 128, 0.53);
  backdrop-filter: blur(2px);
}

.live .surat{
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.surat img{
  width: 100%;
  height: 100%;
}

.live .hours{
  padding: 0px 10px;
}

.live .hours h2{
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  padding: 20px 0px;
}

.hours p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  height: 43px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hours h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--color-orange-02);
  display: flex;
  align-items: center;
  gap: 10px;
}


/* ------------------------------------------------------------------------------------------------------- */

nav {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0px;
  background-color: #ffffff33;
  backdrop-filter: blur(3px);
  z-index: 9999;
  transition: background-color 0.3s ease;
}

nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

nav .logo img {
  width: 113px;
  height: 110px;
  object-fit: cover;
  cursor: pointer;
}

nav .links {
  display: flex;
  align-items: center;
  gap: 3px;
}

.links li {
  width: 170px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white-f);
  cursor: pointer;
  position: relative;
  padding: 10px 10px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 8;
}

.links li::after{
   position: absolute;
   content: "";
   top: 0px;
   left: 0px;
   width: 0;
   height: 45px;
   transform: skewX(-65deg) translateX(-85px);
   background-color: #fefae0;
   transition: all .3s ease;
   z-index: -1;
}

.links li:hover::after{
  width: 100%;
}

.links li:hover{
  color: #333;
}

.links li::before{
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 45px;
  background-color: #fffcf4;
  transition: all .3s ease;
  z-index: -1 ;
}

.links li:hover::before{
  width: 100%;
}

.users {
  display: flex;
  align-items: center;
  gap: 10px;
}

.users select {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white-f);
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.users button {
  padding: 10px 30px;
  background-color: var(--color-orange-02);
  border: none;
  border-radius: 100px;
  color: var(--color-white-f);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}


.hero .container {
  padding-top: 200px;
  padding-bottom: 146px;
}

.hero h1 {
  font-size: 72px;
  font-weight: 700;
  font-family: var(--font-dancing);
  color: var(--color-white-f);
  text-align: center;
  margin-bottom: 10px;
}

.hero p {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white-f);
  text-align: center;
}



.searching {
  background-color: #ffffff33;
  backdrop-filter: blur(1px);
  margin-top: 50px;
  border-radius: 12px;
  padding: 20px;
}



.tours h2 {
  width: 173px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-orange-02);
  padding: 13px 0px;
  text-align: center;
}

.searching .public {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-white-f);
  padding: 20px 20px;
  border-radius: 0px 10px 10px 10px;
}

.public .choose {
  display: flex;
  width: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #33333352;
}

.choose:nth-child(1) {
  width: 215px;
}

.choose:nth-child(5) {
  width: 212px;
  border-right: 0px;
}

.choose h3 {
  color: #333333e1;
}

.choose_data {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.choose_data h4 {
  font-size: 18px;
  font-weight: 600;
}

.choose:nth-child(1) select {
  width: 137px;
}

.choose:nth-child(5) select {
  width: 167px;
}

.choose select {
  width: 103px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  outline: none;
  border: none;
  background-color: transparent;
  outline: none;
}

.public .solid {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: var(--color-orange-02);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white-f);
  font-size: 30px;
  cursor: pointer;
}

.destinition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
}

.destinition h1 {
  font-size: 32px;
  font-weight: 800;
  color: #333333;
}

.destinition .arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow p {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.arrow p:nth-child(1) {
  background-color: #efefef;
  color: #333333;
}

.arrow p:nth-child(2) {
  background-color: var(--color-orange-02);
  color: var(--color-white-f);
}

.viseted {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.viseted .visit {
  width: 280px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 2px rgba(128, 128, 128, 0.121);
  backdrop-filter: blur(2px);
}

.visit .rasm {
  width: 100%;
  height: 320px;
  margin-bottom: 10px;
}

.visit img {
  width: 100%;
  height: 100%;
}

.abouts {
  padding: 20px 7px;
}

.abouts h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 7px;
}

.abouts h6 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.abouts h6 span {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-orange-02);
}

.days {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.days h5 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-orange-02);
}

.abouts p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.userGirl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}

.userGirl .girl {
  width: 450px;
  height: 650px;
  object-fit: cover;
}

.girl img {
  width: 100%;
  height: 100%;
}

.userGirl .decades {
  width: 630px;
}

.decades h3 {
  font-size: 16px;
  font-weight: 600;
  color: #858585;
  margin-bottom: 5px;
}

.decades h2 {
  font-size: 32px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 15px;
}

.decades p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  margin-bottom: 20px;
}

.decades .expriences {
  display: flex;
  align-items: center;
  gap: 30px;
}

.expriences .exprience {
  width: 100px;
}

.exprience h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-orange-02);
  margin-bottom: 10px;
}

.exprience h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.special {
  background: linear-gradient(135deg, #ffcea0, #ffba85);
}

.special .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 200px;
  padding: 70px 0px;
}

.journey {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 427px;
  height: 600px;
  object-fit: contain;
}

.journey:hover img {
  bottom: 20px;
}

.journey img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.special .offer {
  width: 569px;
  background-color: #ffffff4d;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
}

.offer h1 {
  font-size: 32px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.offer p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.offer button {
  padding: 10px 30px;
  color: white;
  background-color: var(--color-orange-02);
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.transports .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0px;
}

.transports .transport {
  width: 280px;
  border-radius: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 20px 2px #bebebe8d;
  backdrop-filter: blur(2px);
}

.transport .byce {
  width: 100%;
  height: 262px;
  object-fit: cover;
  margin-bottom: 10px;
}

.byce img {
  width: 100%;
  height: 100%;
}

.transport .rental {
  padding: 10px 5px;
}

.rental h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
  height: 26px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rental p {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  height: 43px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book_bike {
  background: linear-gradient(135deg, #ffcea0, #ffba85);
}

.book_bike .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}

.book_bike .byscle {
  width: 670px;
  height: 522px;
  position: absolute;
  bottom: -44px;
  right: 0px;
}

.byscle img {
  width: 100%;
  height: 100%;
}

.buys h1 {
  font-size: 32px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.book_bike .signs {
  background-color: #ffffff4d;
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 20px;
  width: 510px;
  text-align: center;
}

.signs .sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.signs button {
  padding: 10px 20px;
  background-color: var(--color-orange-02);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white-f);
  border: none;
  border-radius: 50px;
  margin-top: 10px;
  cursor: pointer;
}

.sign .entry {
  width: 218px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.entry label {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
  padding-left: 7px;
  cursor: pointer;
}

.entry input {
  width: 100%;
  padding: 13px 10px;
  border-radius: 8px;
  border: none;
  outline: none;
}

.entry select {
  width: 100%;
  padding: 12px 10px;
  border-radius: 8px;
  border: none;
  outline: none;
}

.populars .boxs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.populars h1 {
  font-size: 32px;
  font-weight: 800;
  color: #333333;
  margin-top: 100px;
  margin-bottom: 50px;
}

.boxs .popular {
  width: 280px;
  border: 1px solid #efefef;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.boxs .popular:hover {
  box-shadow: 0px 0px 20px 2px #0000001a;
}

.popular .buses {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.buses img {
  width: 100%;
  height: 100%;
}

.discount {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}

.discount h4 {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}

.discount h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-orange-02);
  margin-bottom: 20px;
}

.discount h3 sup {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.discount h3 span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.discount h2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.discount h2 i {
  font-size: 25px;
  color: var(--color-orange-02);
}

.discount button {
  padding: 10px;
  border: 2px solid #fa8b02;
  background-color: transparent;
  border-radius: 25px;
  color: var(--color-orange-02);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}


.says{
  padding-bottom: 100px;
}

.say {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
}

.say .arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.explans {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.explans .explan {
  width: 590px;
  border: 1px solid #efefef;
  border-radius: 24px;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.explan:hover {
  box-shadow: 0px 0px 20px 2px #0000001a;
}

.explan img {
  width: 80px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.explan h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.must .vergul {
  display: flex;
  justify-content: space-between;
  height: 60px;
}

.must p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: justify;
  padding: 0px 20px;
}

.vergul .tire {
  font-size: 80px;
  color: #fa8a029a;
}

footer {
  background-color: #333333;
}

.footer_top {
  padding-top: 40px;
}

.footer_top img {
  width: 133px;
}

.footer_middle {
  border-top: 1px solid rgba(255, 255, 255, 0.421);
  border-bottom: 1px solid rgba(255, 255, 255, 0.353);
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer_middle .helpUs {
  line-height: 30px;
}

.helpUs .asosiy{
  font-size: 20px;
  font-weight: 800;
  color: var(--color-white-f);
  margin-bottom: 20px;
}

.helpUs li{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--color-white-f);
}


.helpUs:nth-child(4) li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.helpUs:nth-child(4) li i{
  font-size: 20px;
  color: var(--color-orange-02);
}

.helpUs:nth-child(5) .social{
   display: flex;
   gap: 10px;
}

.helpUs:nth-child(5) .social p{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-orange-02);
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.footer_bottom p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white-f);
  line-height: 26px;
  padding: 20px 0px;
}
