
  
header {
    background: linear-gradient(rgba(0,0,0,0.7) , rgba(0,0,0,0.7) ) , url(/assets/img/kashm.jpg)  !important  ;
    background-size: cover !important;
    background-position: center !important ;    
    height: 100vh;
    /* background-repeat: no-repeat; */
    position: relative !important;
}

.place h1 {
    color: #fff !important; 
    font-family: poppins;
    text-transform: uppercase;
    font-size: 55px;
    font-style: italic;

}

.place {
    display: flex;
    /* justify-content: center; */
    align-items: flex-end;
    height: 70vh;
}

.place small {
    color: rgb(212, 205, 205);
    font-style: italic;
}


.info h1 {
    font-family: opensans,sans-serif;
    color: #333;
    margin-top: 70px;
    font-weight: 700;
}

.info p {
    font-size: 15px;
    color: rgb(119, 116, 116);
}



.dropdown-color {
    background: var(--body-color) !important;
  }
  
  .dropdown-link {
    
    color: var(--dropdown-link-color)!important;
  }
  
