 *{
    margin: 0px;
    padding: 0px;
 }
 .navbar {
   background-color: black;
   display: flex;
   flex-direction: row;
   justify-content: end;
   position: sticky;
   top: 0;
   z-index: 50;
   /* left: 0;
   right: 0; */
   /* width: 100%; */
}

.link-homepage {
   margin: 20px;
   margin-top: 30px;
   font-size: 25px;
   font-weight: bold;
   color: #faf7f7;
   text-decoration: none;
}

.link-homepage:hover {
   color: rgb(245, 222, 13);
   text-shadow: 1px 1px #ffffff;

}

.btn-login {
   font-size: 15px;
   border-radius: 20px;
   padding: 11px;
   border: none;
}

.btn-login:hover {
   text-shadow: 1px 1px #ffffff;

}


 body{
    background-color: #D9AFD9;
    background-image: linear-gradient(0deg, #f5ccf5 10%, #b8fed4 80%);
    
}
 

 .container-main{
    background-image: linear-gradient(rgba(53,52,52,0.9),rgba(62,62,62, 0.8)),url("../img/nagpurimg/nagpurbg.png");
    height: 750px;
    width: 100%;
    background-size: cover;
    opacity: 0.9;
    display: flex; 
    flex-direction: row;  
    justify-content:space-around;
 }

 .container{
   height: 450px;
   width: 500px;
   margin-top: 100px;
   display: flex;
   flex-direction: column;
   justify-content: center;

 }
  .img-nagpur{  
    margin: 5px;
    height: 450px;
    width: 500px;
    border:3px solid ;
    box-shadow: 0px 0px 4px 1px black;
    border-radius: 20px;
  }

 .img-nagpur:hover{
    transform: scale(1.1);
    transition: 3s;
} 

.text-quotes{
   text-align: center;
   font-size: 50px;
   word-spacing: 25px;
   color: #ff9900; 
   font-weight: bolder;  
 }
.img-orange{
   height: 280px;
   width: 280px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   border-radius: 50%;
   margin-top: 20px;
   box-shadow:0 0 4px 2px #ff9900;
}
.img-orange:hover{
   transform: scale(1.1);
   transition: 3s;

}

 .heading{ 

    text-align: center; 
    font-size: 70px;
    margin-bottom: 10px;
 } 

.heading-1{
   margin-top: 20px;
    font-size: 35px;
    margin-left: 30px;
}

.nagpur-famous-place{
   
    display: flex;
    flex-direction: row;
    margin-top: 30px; 
    padding: 15px; 
    justify-content:space-around;

}

.text{
    font-size: 25px;
    margin-left: 30px;
    margin-right: 30px;
    text-align:justify;

}

.place-heading{
    font-size: 40px;
    text-align: center;

 }
 .nagpur-card{
    width: 300px;
    height: 200px;
    margin: 40px; 
    text-align: center;
 }
 .places-img{
    height:250px; 
    width: 300px; 
    border: 1px solid rgb(166, 232, 166);
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgb(171, 243, 171);
}

 .places-img:hover{
    transform: scale(1.1);
    transition: 1.5s;
 }
 .placename{
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    

 }
 .placelink{
   text-decoration: none;
   color: black;
   cursor: pointer;

 }
 .hotel-name{
   display:flex;
   justify-content: center;
   padding: 10px;
   margin-top: 20px;
}
.hot{
   background-color:  #fff5cc;
   color:#ff0000;
   font-size: 30px;
   padding: 10px;
   margin: 12px;
   height: 30px;
   width: 30px;
   font-weight: bold;
   border:1px solid #ff8080;
   margin-top: 20px;
 
}
.hotel-container{
   display: flex;
   flex-direction: row;
   justify-content: space-around;
}
.hotel-img{
   width: 420px;
   height: 250px;
   border-radius: 20px;
}
.hotel-card{
   width: 420px;
   height: auto;
   background-color: #fff5cc;
   margin: 20px;
   padding: 10px;
   border-radius: 20px;
}
.hotel-card:hover{
   box-shadow: 0 0 5px 1px black;
}

.hotel-name1{
   padding: 10px;
   margin-left: 15px;
}
p{
   text-align: justify;
   padding: 10px;
}
 .map{
    margin-top: 40px;
    padding: 5px;
 }

 @media screen and (min-width: 600px) and (max-width: 768px){
   .link-homepage {
      margin: 20px;
      margin-top: 30px;
      font-size: 25px;
      font-weight: bold;
      color: #faf7f7;
      text-decoration: none;
   }
   .container-main{
      background-image: linear-gradient(rgba(53,52,52,0.9),rgba(62,62,62, 0.8)),url("../img/nagpurimg/nagpurbg.png");
      height: 950px;
      width: 100%;
      background-size: cover;
      opacity: 0.9;
      display: flex; 
      flex-direction: row;  
      justify-content:space-around;
      flex-wrap: wrap; 
   }
   .container{
      height: 400px;
      width: 500px;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
    .img-nagpur{  
      /* margin: 5px; */
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 360px;
      width: 450px;
      border:3px solid ;
      box-shadow: 0px 0px 4px 1px black;
      border-radius: 20px;
    }
    .text-quotes{
      text-align: center;
      font-size: 45px;
      word-spacing: 25px;
      color: #ff9900; 
      font-weight: bolder;  
    }
   .img-orange{
      height: 200px;
      width: 200px;
      border-radius: 50%;
      /* margin-left: 100px; */
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
      /* border: 2px solid #ff9900; */
      box-shadow:0 0 4px 2px #ff9900;
   }
   .nagpur-famous-place{
      display: flex;
      flex-direction: row;
      margin-top: 30px; 
      padding: 15px; 
      justify-content:center;
      flex-wrap: wrap;
  
  }
  .nagpur-card{
   width: 250px;
   height: 150px;
   margin: 90px; 
  
}
 .placename{
   font-size: 25px;
   text-align: center;
   margin-bottom: 50px;
   
}
  .hotel-container{
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: wrap;
}
.heading-1{
   margin-top: 20px;
    font-size: 35px;
    margin-left: 30px;
}

}
@media screen and (min-width: 769px) and (max-width: 992px){
   .container-main{
      background-image: linear-gradient(rgba(53,52,52,0.9),rgba(62,62,62, 0.8)),url("../img/nagpurimg/nagpurbg.png");
      height: 1050px;
      width: 100%;
      background-size: cover;
      opacity: 0.9;
      display: flex; 
      flex-direction: row;  
      justify-content:space-around;
      flex-wrap: wrap; 
   }
   .container{
      height: 400px;
      width: 550px;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .img-nagpur{  
      /* margin: 5px; */
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 360px;
      width: 500px;
      border:3px solid ;
      box-shadow: 0px 0px 4px 1px black;
      border-radius: 20px;
    }
    .text-quotes{
      text-align: center;
      font-size:50px;
      word-spacing: 25px;
      color: #ff9900; 
      font-weight: bolder;  
    }
    .img-orange{
      height: 235px;
      width: 235px;
      border-radius: 50%;
      /* margin-left: 100px; */
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
      /* border: 2px solid #ff9900; */
      box-shadow:0 0 4px 2px #ff9900;
   }
   .nagpur-famous-place{
      display: flex;
      flex-direction: row;
      margin-top: 30px; 
      padding: 15px; 
      justify-content:center;
      flex-wrap: wrap;
  }
  .nagpur-card{
   width: 250px;
   height: 150px;
   margin: 90px; 
  
}
 .placename{
   font-size: 25px;
   text-align: center;
   margin-bottom: 50px;
}
.hotel-container{
   display: flex;
   flex-direction: row;
   justify-content:space-evenly;
   flex-wrap: wrap;
}

 }