@import url(https://fonts.googleapis.com/css2?family=Sanchez&display=swap);

body {
  font-family: 'Sanchez', serif;
}



*{
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    user-select: none;
    transition: all 1s;
}

html{
    scroll-behavior: smooth;
}



.flex{
    display: flex;
}

.center{
    align-items: center;
}


.between{
    justify-content: space-between;
}



.container{
    width: 100%;
}

.mt{
    margin-top: 150px;
}


.mar_b{
    margin-bottom: 100px;
}

header{
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
position: fixed;
  top: 0;
  z-index: 999;
  background: #F9F9FB;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  align-items: center;
  margin-bottom: 150px;
}




.gap{
    width: 550px;
}

.insta{
    width: 40px;
    height: 40px;
}


.teleg{
    width: 60px;
    height: 40px;
}
.teleg:hover{
    transform: translateY(-5px);
    transition: all 1s ease;
}
.insta:hover{
        transform: translateY(-5px);
    transition: all 1s ease;
}



.gap li a{
    color: #B8BECD;
    font-size: 17px;
    font-weight: 500;
}
.gap li a:hover{
    color: black;
    transition: 0.5s ease;
    border-bottom: 1.2px solid greenyellow;
    padding: 0.3px;
}




.imgs{
    width: 150px;
}


h2{
    font-size: 34px;
    color: black;
    font-weight: 600;
    border-bottom:1px solid yellowgreen;
}







.left_h1{
    color: #202336;
    font-size: 48px;
    font-weight: 700;
    width: 550px;
    height: 150px;
}


.left_p{
    font-size: 24px;
    font-weight: 500;
    width: 550px;
    height: 150px;
    margin-top: 35px;
}




.left_btn{
    background: #FB8F1D;
    color: white;
    border-radius: 8px;
    width: 180px;
    height: 52px;
    border: none;
    font-size: 17px;
    font-weight: 400;
}

.left_btn:hover{
    background-color: #ffa13d;
    transition: 1s ease;
}

.right_h1{
    width: 550px;
    height: 150px;
}

.right_p{
    width: 550px;
    height: 150px;
    font-size: 17px;
}

iframe{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 5px;
}








/* //cards */
.card{
    background-image: url(turkiya.jpg);
    width: 261px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
border-radius: 5px;
}
.card:hover{
    box-shadow: none;
    border-radius: 10px;
    transition: all 1s ease;
    transform: translateY(-7px);
}

.card2{
    background-image: url(dubai.avif);
    width: 261px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
border-radius: 5px;
}
.card2:hover{
    box-shadow: none;
    border-radius: 10px;
    transition: all 1s ease;
    transform: translateY(-7px);
}




.card3{
    background-image: url(maldiv.jpg);
    width: 261px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
border-radius: 5px;
}
.card3:hover{
    box-shadow: none;
    border-radius: 10px;
    transition: all 1s ease;
    transform: translateY(-7px);
}






.card_1{
    background-image: url(vietnam.avif);
    width: 261px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
border-radius: 5px;
}
.card_1:hover{
    box-shadow: none;
    border-radius: 10px;
    transition: all 1s ease;
    transform: translateY(-7px);
}

.card_2{
    background-image: url(qatar.webp);
    width: 261px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
border-radius: 5px;
}
.card_2:hover{
    box-shadow: none;
    border-radius: 10px;
    transition: all 1s ease;
    transform: translateY(-7px);
}




.card_3{
    background-image: url(bali.jpg);
    width: 261px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
border-radius: 5px;
}
.card_3:hover{
    box-shadow: none;
    border-radius: 10px;
    transition: all 1s ease;
    transform: translateY(-7px);
}




.price_p{
    color:black;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    border-bottom: 1x solid black;
}

.more_btn{
    width: 164px;
    height: 48px;
    border-radius: 8px;
    padding: 6px 30px;
    border: none;
    margin-left: 40px;
    box-shadow: 3px 4px;
    background-color: yellowgreen;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.more_btn:hover{
    opacity: 70%;
    transition: all 1s;
    border: none;
}












.city{
    margin-top: 350px;
    color: white;
    font-size: 19px;
    text-align: center;
    
}





h3{
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 50px;
}


.foot_h3{
    text-align: start;
    font-size: 20px;
    margin-bottom: 7px;
}



.foot_gap li a{
    margin-top: 5px;
}








footer{
      -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);

    padding: 70px;
    background-color:#e7e7e7;
}


hr{
    margin-top: 35px;
    margin-bottom: 40px;
    width: 1070px;
}



.foot_gap li a{
    color: #848484;
    margin-top: 10px;
}
.foot_gap li a:hover{
    color: black;
    transition: 0.3s ease;
}

.open{
    display: none;
    background-color: transparent;
    border: none;
   width: 20px;
   height: 20px;
}
.open_img{
   width: 45px;
   height: 40px;
   margin-right: 250px;
}
.open_img:hover{
    border: 1px solid black;
    transition: 1s ease;
}


.btns{
    align-items:center ;
    justify-content: space-between;
    padding: 25px;
    width: 430px;
}



.left_img{
    border-radius: 5px;
}











.open_btn{
    border: none;
    background: transparent;
    font-size: 30px;
    width: 50px;
    display: none;
}
.open_btn:hover{
    color: white;
    background: yellowgreen;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
    width: 50px;
    transition: 0.5s ease;
}

.close_btn{
        color: white;
    background: yellowgreen;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
    width: 50px;
    transition: 0.5s ease;
}


.sidebar{
  position: fixed;
  top: 0;
  left: -250px; /* Hidden by default */
  width: 250px;
  height: 100%;
  background: #444;
  color: white;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  transition: 0.3s ease;
  z-index: 1000;
}

.imgs2{
    display: none;
    width: 150px;
}



ul.gap {
  list-style: none;
  gap: 20px;
}

.open_btn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* faqat mobilda ko‘rsatiladi */
}

#closeBtn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  color: white;
}














.bar {
  display: flex;
  align-items: center;
  gap: 20px;
}

.open_btn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

/* Sidebar menyu */
.sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #333;
  padding: 60px 20px 20px;
  transition: 0.3s ease;
  z-index: 1000;
  opacity: 99%;
  text-align: center;
}

.sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.sidebar ul li a:hover{
    border-bottom: 1px solid yellowgreen;
    transition: 1s ease;
}
.sidebar.show {
  left: 0;
}

.close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.imgs img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}


#head{
    display: none;
}





.insta{
    color: white;
}




#language{
    width: 90px;
    height: 25px;
    background: transparent;
    color: black;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    opacity: 70%;
    border: 00.1ps solid gray;
    border-radius: 5px;
}

#language2{
       width: 90px;
    height: 25px;
    background: gray;
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    opacity: 70%;
    border: none;
    border-radius: 5px;
}




.tur{
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    color: black;
    margin-top: 40px;
    margin-bottom: 40px;
}







@media(max-width:600px){
    
  .open_btn {
    display: block;
  }

  .sidebar {
    display: block;
    transition: all 0.7s ease;
  }

  .imgs {
    display: none;
  }


header{
    display: none;
}

#head{
    display: block;
}







.container{
    flex-direction: column;
    align-items: center;
}


    .cards{
        flex-direction: column;
    }

    .gap{
        flex-direction: column;
          right: -250px;
    width: 250px;
    background:gray;
    height: 100%;
    transition:  left 1s ease;
    position: fixed;
    z-index: 10;
    }



    .left_h1{
        font-size: 28px;
        font-weight: 600;
        width: 400px;
        text-align: center;
        margin-bottom: none;
        margin-top: none;
        height: 50px;
    }
    .right_h1{
        font-size: 28px;
        font-weight: 600;
        width: 400px;
        text-align: center;
        margin-bottom: none;
        margin-top: none;
        height: 50px;
    }
    .left_p{
        font-size: 23px;
        font-weight: 600;
        width: 400px;
        height: 200px;
        text-align: center;
        height: 100px;
    }
    .right_p{
         font-size: 23px;
        font-weight: 400;
        width: 400px;
        height: 200px;
        text-align: center;
        height: 100px;
        margin-top: 70px;
        margin-bottom: 35px;
    }
    .left_btn{
        width: 140px;
        height: 45px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .left_img{
        width: 400px;
        height: 230px;
        margin-top: 35px;
    }

    .card_1, .card_2, .card_3{
        margin-top: 70px;
        width: 320px;
        margin-bottom: 20px;
    }

    .more_btn{
        display: none;
    }
  
    .card, .card2, .card3{
        margin-top: 20px;
        width: 320px;
    }

    .foot_gap{
        align-items: center;
        text-align: start;
        margin-right: 530px;
    }
    .foot_gap li a{
        width: 100px;
    }
    .foot_h3{
        text-align: start;
    }

    .tel{
        width: 200px;
    }
    .bar{
        width: 400px;
    }
    .open_btn{
        display: block;
    }
    .imgs{
        display: none;       
    }

    .imgs2{
        display: block;
        width: 150px;
        align-items: center;
        padding: 3px;
        justify-content: space-between;
    }
    .tel{
        width: 300px;
    }
}