* {
    margin: 0;
    padding: 0;
}

.top {
    width: 100%;
    height: 230px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    

}

.logo {
    margin-left: 68px;
    padding-top: 20px;
}

.nav {
    width: 80%;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    cursor: pointer;
   
}

.homesexp {
    display: flex;
    justify-content: space-between;
    width: 200px;
    padding-top: 40px;
    margin-left: 160px;
    color: #878585;


}

.homesexp div:hover {
    color: black;
}

.airuhomeimg {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    width: 400px;
    margin-right: -200px;
}

.globe {
    width: 25px;
}

.menu {
    width: 20px;
    margin-left: 20px;
    margin-top: 15px;
    position: absolute;

}

.menudiv {
    border-radius: 30px;
    width: 100px;
    height: 50px;
    margin-top: -10px;
    border: .2px solid rgb(203, 202, 202);

}

.menudiv:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.profile {
    width: 30px;
    border-radius: 20px;
    margin-left: 55px;
    position: absolute;
    margin-top: 10px;

}

.container {
    width: 54%;
    height: 80px;
    background-color: #fff;
    display: flex;
    /* justify-content: space-between; */
    border-radius: 40px;
    margin-top: 30px;
    margin-left: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}

.container div {
    margin-top: 20px;
    margin-left: 30px;
}

.container p {
    color: rgb(142, 143, 143);
}

.where {
    border-right: 1px solid rgba(201, 204, 204, 0.949);
    height: 40px;
    width: 250px;


}



.checkin {
    border-right: 1px solid rgba(201, 204, 204, 0.949);
    height: 40px;
    width: 150px;
}

.checkout {
    border-right: 1px solid rgba(201, 204, 204, 0.949);
    height: 40px;
    width: 150px;
}

.search {
    margin-left: 180px;
    margin-top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.subnav {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
    padding-top: 40px;
    color: #878585;
    cursor: pointer;

}

.subnav p:hover {
    color: black;
}

.subnav img {
    width: 30px;
    color: #878585;
}

.pricesin {
    position: absolute;
    margin-left: 1550px;
    margin-top: 10px;
    color: #000;

}

.filters img {
    margin-left: 20px;
    margin-top: 20px;
    width: 20px;
}

.filters {

    border-radius: 10px;
    width: 110px;
    height: 60px;
    border: .2px solid rgb(203, 202, 202);

}

.filters:hover {
    border-color: #000;
}

.filters p {
    margin-left: 50px;
    margin-top: -24px;
    color: #000;
}

.content {
    width: 80%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 80px;
    margin-top: 50px;
    column-gap: 30px;
    row-gap: 200px;
   

}
.love{
    margin-left: 370px;
    margin-top: 20px;
    position: absolute;
}
.love img{
    height: 30px;
}
.love2{
    margin-left: 800px;
    margin-top: 20px;
    position: absolute;
}
.love2 img{
    height: 30px;
}
.love3{
    margin-left: 1250px;
    margin-top: 20px;
    position: absolute;
}
.love3 img{
    height: 30px;
}
.love4{
    margin-left: 1680px;
    margin-top: 20px;
    position: absolute;
}
.love4 img{
    height: 30px;
}
.love5{
    margin-left: 370px;
    margin-top: 600px;
    position: absolute;
}
.love5 img{
    height: 30px;
}
.love6{
    margin-left: 800px;
    margin-top: 600px;
    position: absolute;
}
.love6 img{
    height: 30px;
}
.love7{
    margin-left: 1250px;
    margin-top: 600px;
    position: absolute;
}
.love7 img{
    height: 30px;
}
.love8{
    margin-left: 1680px;
    margin-top: 600px;
    position: absolute;
}
.love8 img{
    height: 30px;
}
.love9{
    margin-left: 370px;
    margin-top: 1190px;
    position: absolute;
}
.love9 img{
    height: 30px;
}
.love10{
    margin-left: 800px;
    margin-top: 1190px;
    position: absolute;
}
.love10 img{
    height: 30px;
}
.love11{
    margin-left: 1250px;
    margin-top: 1190px;
    position: absolute;
}
.love11 img{
    height: 30px;
}
.love12{
    margin-left: 1680px;
    margin-top: 1190px;
    position: absolute;
}
.love12 img{
    height: 30px;
}


.box {
    border: 1px solid black;
    height: 382px;
    width: 412px;
    border-radius: 30px;
    border: none;
}

.box img {
    height: 382px;
    width: 412px;
    border-radius: 30px;



}

.boxcontent {
    margin-top: 10px;
    font-size: 20px;


}

.boxcontent p {
    margin-top: 10px;
    color: rgb(103, 111, 111);
}

.boxcontent a {
    color: black;
}

.star img {
    width: 20px;
    height: 20px;
    margin-left: 320px;
    position: absolute;
    margin-top: 10px;

}

.star span {
    margin-left: 350px;
    font-size: 20px;
    margin-top: 10px;
    position: absolute;
}




.pbutton{
   margin-top: 300px;
   margin-left: 850px;
}
  .pbutton div{
    font-size: 25px ;
    width: 200px;
    
 }
  .pbutton button{
    width: 120px;
    height: 50px;
    margin-top: 20px;
    margin-left: 40px;
    border-radius: 10px;
    color: white;
    background-color: #000;
    font-weight: bolder;
    cursor: pointer;
 }  
  .footer{
    width: auto;
    height: auto;
    background-color: rgb(241, 241, 241);
    margin-top: 80px;
 }
.footinsp{
    font-size: 30px;
    margin-left: 80px;
    padding-top: 50px;
    height: 110px;
    width: auto;
    border-bottom: 1px solid rgb(218, 214, 214);
    cursor: pointer;
    
 }
 
 .Uncat{
    display: flex;
    cursor: pointer;
    margin-top: 30px;
    font-size: 20px;
    color: #878585;
    
 }
 .Uncat span:hover{
    color: #000;
 }

 
 .categ{
    margin-left: 40px;
 }
 .table1{
   
  
  margin: auto;
  width: 90%;
  font-size: 20px;
  margin-top: 30px;
 

 }
 .table1 p{
    color: #878585;
 }
 .table1 p:hover{
    color: #333030;
 }
 .table1 tr{
    height: 60px;
 }
 .table1 td{
    cursor: pointer;
 }
 .t2 {
    margin: auto;
  width: 90%;
  font-size: 20px;
  margin-top: 80px;
 }
 .t2 tr{
    height:60px ;
 }
 .t2h{
    font-weight: bold;
   
    
 }
 
 .t2d{
    cursor: pointer;
    width: auto;
 }
 .t2 td:hover{
    text-decoration: underline;
 }
 .btt{
    margin-left: 80px;
    margin-top: 50px;
    border-top: 1px solid rgb(209, 201, 201);
    height: 100px;
    width: 90%;
 }
 
 .bottomfoot{
    display: flex;
    
    justify-content: space-between;
    width: 25%;
    margin-top: 20px;
 }
 .bottomfoot2{
    display: flex;
    margin-left: 1440px;
    width: 15%;
    justify-content: space-between;
    margin-top: -20px;
 }
 .bttglobe{
    width: 120px;
    display: flex;  
    border-radius: 8px;
 }
 .bttglobe img{
    height: 20px;
    margin-left: 10px;
    margin-top: 4px;

 }
 .bttglobe h4{
    padding-top: 5px;
    margin-left: 2px;
 }
 .bttglobe:hover{
    background-color:rgb(228, 228, 228);
    cursor: pointer;
 }
 .bttfac{
    width: 28px;
    
    border-radius: 20px;
    margin-top: -1px;
 }
 .bttfac:hover{
   background-color:rgb(228, 228, 228);
   cursor: pointer;
 }
.bttfac img{
   height: 25px;
   margin-left: 2px;
   margin-top: 2px;
  
}
.btttwit{
    width: 28px;
    
    border-radius: 20px;
    margin-top: -1px;
 }
 .btttwit:hover{
   background-color:rgb(228, 228, 228);
   cursor: pointer;
 }
.btttwit img{
   height: 25px;
     margin-left: 2px;
   margin-top: 2px;
}
.bttinstagrm{
    width: 28px;
    
    border-radius: 20px;
    margin-top: -1px;
 }
 .bttinstagrm:hover{
   background-color:rgb(228, 228, 228);
   cursor: pointer;
 }
.bttinstagrm img{
   height: 25px;
     margin-left: 2px;
   margin-top: 2px;
}
@media screen and (max-width: 1000px) {
    .content {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.ptsc:hover{
    text-decoration: underline;
    cursor: pointer;
}
.INR{
    width: 50px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 8px;
}
.INR:hover{
     background-color:rgb(228, 228, 228);
     cursor: pointer;
} 
