main {
  max-width: 1400px;
  margin: auto;
}

.main{
    margin: 2.5rem 5rem 1rem 5rem;
}

.venue-container1{
    width: 72%;
}

.venue-container2{
    width: 28%;
}

.svg-container {
  position: relative;
  width: 16px; 
  height: 17px;
  top: 2rem; 
  left: 0.7rem;
}

.venue-svg-style {
  width: 100%;
  height: 100%;
  stroke: #B9B9BA; 
  stroke-width: 1.3; 
  stroke-linecap: round;
  stroke-linejoin: round; 
}

.form-group input{
    width: 99%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    outline: none;
}

.form-group input::placeholder{
    padding-left: 2.3rem;
}

.btn-venue{
    width: 120px;
    height: 48px;
}

.image img{
    width: 138px;
    height: 138px;
   border-radius: 4px;
}


.name-heading{
    font-size: 22px;
    margin-top: -0.3rem;
}

.location-style{
    margin-top: -1rem;
}

.location-heading{
    font-size: 13px;
    color: #767676;
}

.background{
    width: 100%;
    background-color: #F9F9FB;
    border: 1px solid #F9F9FB;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem ;
    align-items: center;
}

.background1{
  width: 100%;
  background-color: #F9F9FB;
  border: 1px solid #F9F9FB;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem ;
  align-items: center;
}

.card-name{
    color: #707070;
}

.card-number{
    color: #4F5466;
}

li::marker{
    color: #898989;
}

.card-image-style img{
    width: 100%;
    margin-top: 0.3rem;
}

.container2-styling{
    padding: 0px 20px 0px 20px;
}

.card-styling-heading{
    font-size: 24px;
    color: #343434;
}

.card-styling-paragraph{
    color: #707070;
}

.map-svg{
  margin-top: -0.8rem;
}

.view-map-styling{
    width: 100%;
    height: 112px;
    border-radius: 8px;
    padding: 0.63rem;
}

.indoor-style{
  background-color: #22262A;
  border: 1px solid #525252;
  color: #E8CD66;
  width: 77px;
  height: 35px;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.close{
  margin-left: 27rem;
}


.image-slider {
  width: 100%; 
  display: flex;
  justify-content: space-between; 
  align-items: center;
  position: relative;
  top: 9rem;
}

.image-slider svg {
  width: 100%; 
}

.stroke{
  margin-top: -1.5rem;
  border: 1px solid #E5E5E5;
}

.card-image {
  /* ./assets/image/Mask\ group.png */
  background-image: url(../../assets/image/Mask\ group.png);
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
  width: 100%;
  height: 225px;
  padding: 14px;
  position: relative;
}

.map-styling{
  background-color: #fff;
  color: #707070;
  width: 150px;
  height: 30px;
  border: 1px solid #E5E5E5;
  bottom: 1.5rem;
  right: 1.5rem;
  padding: 8px;
  justify-content: center;
}

.map-icon{
  margin-top: -0.5rem;
}

.map-name{
  margin-top: -0.3rem;
}

@media (max-width:1300px){
  .view-map-styling{
    margin-left: 0.6rem;
  }
}

@media (max-width:1250px){
  .card-number{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:1150px){
  .card-container{
    display: flex;
    flex-direction: column;
  }

 .venue-container1{
  width: 100%;
 }

 .venue-container2{
  width: 100%;
  padding: 0rem 1.5rem 1rem 1.5rem;
  margin-top: -1rem;
 }

 .image-slider {
  width: 100%; 
  display: flex;
  justify-content: space-between; 
  align-items: center;
  position: relative;
  top: 9rem;
}

.image-slider svg {
  width: 100%; 
}

 .card-image-style img{
  display: none;
 }
 .card-number{
  display: flex !important;
  flex-direction: row !important;
}
}

@media (max-width:1000px){
  .form-group{
    display: flex;
    flex-direction: column;
  }
  
  .search-button{
    width: 100%;
  }

  .svg-container{
    position: relative;
    top: 2rem;
    left: 0.7rem;
  }

  .image img{
    width: 100%;
  }
}

@media (max-width:842px){
  
  .svg-container{
    position: relative;
    top: 2rem;
    left: 0.7rem;
  }

  .card-number{
    display: flex !important;
    flex-direction: row !important;
  }

  .image img{
    width: 100%;
  }
}

@media (max-width:768px){
  .image img{
    width: 100%;
  }

  .background{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
  }

  .background1{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
  }
}

@media(max-width:576px){
  .small-screen-responsive{
    display: flex !important;
    flex-direction: column !important;
  }

  .image-slider {
    width: 100%; 
    display: flex;
    justify-content: space-between; 
    align-items: center;
    position: relative;
    top: 9rem;
  }
  
  .image-slider svg {
    width: 100%; 
  }
}

@media (max-width:400px)
{
  .card-number{
    display: flex !important;
    flex-direction: column!important;
  } 

  .btn {
    width: 98% !important;
  }
}





