.galleryview{
  background: url(../assets/hotelimages/view1.jpg);
  width: 600px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
.itstexbar{
position: relative;
top: 170px;
/* left: 50px; */
}
.gallerytext{
  font-size: 50px;
  color: white;
  font-weight: 600;
  margin: auto;
  text-align: center;
}


.gall{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  /* display: flex;
  flex-direction: row; */
}
.getsmepush{
  margin-top: 30px;
  text-align: center;
}








.container {

  margin-top: 50px;
  /* width: 60%; */
  /* margin: 2rem auto;  */
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 1.5rem; 
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  
  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}
.gallery__item--1:hover {
opacity: 0.8;
}
.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}
.gallery__item--2:hover {
  opacity: 0.8;
  }
.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */
}
.gallery__item--3:hover {
  opacity: 0.8;
  }
.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4;  */
  /* grid-row: 3 / span 3; */
}
.gallery__item--4:hover {
  opacity: 0.8;
  }
.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4; */
  /* grid-row: 6 / span 3; */
}
.gallery__item--5:hover {
  opacity: 0.8;
  }
.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}
.gallery__item--6:hover {
  opacity: 0.8;
  }





  @media (max-width:900px){
    .gall{
       /* display: flex;
       flex-direction: column; */
       grid-template-columns: repeat(1,1fr);
       
    }
    
        }
        @media (max-width:768px){
.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

        }


        /* .heading {
          text-align: center;
          font-size: 2.0em;
          letter-spacing: 1px;
          padding: 40px;
          color: white;
      }
      
      .gallery-image {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      
      .gallery-image img {
        height: 250px;
        width: 350px;
        transform: scale(1.0);
        transition: transform 0.4s ease;
      }
      
      .img-box {
        box-sizing: content-box;
        margin: 10px;
        height: 250px;
        width: 350px;
        overflow: hidden;
        display: inline-block;
        color: white;
        position: relative;
        background-color: white;
      }
      
      .caption {
        position: absolute;
        bottom: 5px;
        left: 20px;
        opacity: 0.0;
        transition: transform 0.3s ease, opacity 0.3s ease;
      }
      
      .transparent-box {
        height: 250px;
        width: 350px;
        background-color:rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color 0.3s ease;
      }
      
      .img-box:hover img { 
        transform: scale(1.1);
      }
      
      .img-box:hover .transparent-box {
        background-color:rgba(0, 0, 0, 0.5);
      }
      
      .img-box:hover .caption {
        transform: translateY(-20px);
        opacity: 1.0;
      }
      
      .img-box:hover {
        cursor: pointer;
      }
      
      .caption > p:nth-child(2) {
        font-size: 0.8em;
      }
      
      .opacity-low {
        opacity: 0.5;
      } */



      .setmeasgall
{
	width: 100%;
	height: 100%;
  padding-right: 50px;
  
}
.trans
{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.top
{
	display: flex;
	width: 100%;
	height: 80vh;
	/* margin-top: 10vh; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20vh;
}
.top ul
{
 
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}
.top ul li
{
	position: relative;
	float: left;
	width: 25%;
	height: 30%;
	overflow: hidden;
}

.top ul li::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: '';
	color: white;
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
	opacity: 0.6;
	background-color: rgba(0,0,0,0.90);
}
.top ul li img
{
  margin: 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lightbox
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox img
{
	width: 60%;
	height: 480px;
	position: relative;
	top: -80%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


@media (max-width:768px) {
  .top{
    margin-right: 30px;
    margin-bottom: 17vh;
  }

  .top ul li{
    height: 100px;
    width: 50%;
    margin: auto;
  }
  .lightbox img{
height: 250px;
width: 70%;
  }
}
@media (max-width:768px) {
  .lightbox img{
    height: 250px;
    width: 80%;
      }
}
@media (max-width:400px) {
  .top{
    margin-right: 30px;
    margin-bottom: 20vh;
  }
}
@media (max-width:360px) {
  .top{
    margin-right: 30px;
    margin-bottom: 25vh;
  }
}
