body{
    background-color: white;
}



#main-container{
    border: 1px solid gray;
    width: 99%;

    margin: auto;
    height: 600px;
    background-image: url(https://d2v8elt324ukrb.cloudfront.net/static/new_template/media/Pimal2-1.2d5d237dbd32.jpg);
    background-repeat: no-repeat;
    background-size:cover
}
#mainheading{
 
    width: 75% ;
    height: 80px;
     margin: auto;
      margin-top: 16%; 
      margin-left: 19%;
}

#main-form{
    border: 1px solid gray;
    width: 75% ;
    height: 80px;
     margin: auto; 
     background-color:white;
     margin-left: 15%;
}
#form{
    display:flex;margin: auto; width: 90%;
}
#icon{
    color: gray;margin-top: 25px; font-size: 20px; border: 1px solid gray;
}
#destination-heading{
    font-size: 35px; color: gray; width: 98%; margin: auto;
}
#destiny{
display: grid; grid-template-columns: repeat(4,1fr);grid-template-rows: repeat(3,1fr); width: 70%;column-gap: 3%;row-gap: 10%;
}
#explore-btn{
text-align:center; margin-left: 30%; margin-top:20% ;text-decoration: none; font-size: 15px; padding: 10px 20px 20px 10px; background-color:#1e87f0; color:white;
}
#list-property-btn{
text-align:center; margin-left: 30%; margin-top:20% ;text-decoration: none; font-size: 15px; padding: 10px 20px 20px 10px; background-color:#1e87f0; color:white;
}








.containerslider {
    position: relative;
  width: 88%;
 height: 150px;
}

.image {
  /* display: block; */
  width: 100%;
  height:100%;
}

.overlay-slider {
  position: absolute; 
   bottom: 0; 
 
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height:150px;
 
  opacity:1;
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
} 


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.966);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





#citytype{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
#citytype>:first-child{
    display: flex;
    border-bottom: 1px solid #ccc;
}
#citytype_city{
    border-bottom: 1px solid blueviolet;
}
#citytype>:first-child>:nth-child(2){
    margin-left: 25px;
}
#citytype>:first-child>div{
    font-size: 14px;
}
.addlist{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 15px;
}
.typeslist{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 15px;
}
.addlist.flag{
    display: none;
}
.typeslist.flag{
    display: none;
}
#citytype_output p:first-child{
    font-size: 16px;
    margin-bottom: 0px;
    color: rgb(59, 59, 59);
}
#citytype_output p:nth-child(2){
    font-size: 14px;
    color: rgb(124, 124, 124);
}

#searchdiv{
    width: 63%;
    background-color: white;
    margin: auto;
    margin-top: 2%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#searchdiv>:first-child{
    font-size: 30px;
    font-weight:400;
}
#searchdiv span{
    color: black;
}
#searchdiv>:nth-child(2){
    font-size: 22.5px;
    color: rgb(59, 59, 59);
    font-weight: lighter;
}
#search_option{
    display: flex;
    align-items: center;
    justify-content: center;
}
#search_option>div{
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
}
#search_option img{
    height: 20px;
    width: 20px;
}
#search_option input{
   
    border: 0px;
}
#search_option input:focus{
    outline: none;
}
#search_option select:focus{
    outline: none;
}
#search_option button:focus{
    outline: none;
}
#search_option select{
    border: 1px solid #ccc;
}
#search_option button{
    background-color: rgb(30,135,240);
    border: 0px;
    color: white;
}
#search_option button:hover{
    background-color: rgb(27, 120, 214);
}
#search_option input,select,button{
    width: 170px;
    padding: 5px;
    color: rgb(59, 59, 59);
}