@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


* {
    margin: 0;
    padding: 0;
  }

  .slider-section{
    width: 100%;
    height: 60vh;
    position: relative;
    background-image: linear-gradient(to right, rgb(251, 133, 0) 0%, rgb(255 93 6) 1%, rgb(53 0 90) 100%);
  }


  .slider-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(70%);
    
    

  }

  .slider-section h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.767);
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    padding: 1rem;

  }




  .location-grid-section{
    margin: 3rem 5rem;
  }

  .location-switch {
   display: flex;
   justify-content: center;
   gap: 2rem;
   background-color: #470953;
   width: fit-content;
   margin: auto;
   padding: 1rem;
   border-radius: 30px;
   
  }

  .location-switch a{
    
    color: #000000;
    padding: 1rem 1.5rem; 
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 30px;
    width: 200px;
    text-align: center;
    scale: 0.8;
   box-shadow: none ;
   background-color: #fff;
  }

  

  /* .location-switch .active{
    scale: 1;
   background-color: #ffffff;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

  } */



  .location-grid-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }


  .location-gird{
    width: 30%;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.322);
    background-blend-mode: color;
    transition: 0.1s;
  }

  .location-gird:hover{
    scale: 0.95;
    transition: 0.3s;
  }

  .location-gird h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
  }