
.gallery {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 65vh;
}
.gallery .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  margin-right: -5px;
  /*box-shadow: 0 1px 4px 0 rgba(10,16,34,0.2);*/
  border-radius: 0;
  will-change: flex, transform, box-shadow;
  transition: flex 700ms ease, transform 700ms ease, box-shadow 700ms ease, -webkit-transform 700ms ease, border-radius 700ms ease;
}
.gallery .item:first-child {
  border-radius: 0px 0 0 0px;
  z-index: 5 !important;
}
.gallery .item:nth-child(2) {
  z-index: 4 !important;
}
.gallery .item:nth-child(3) {
  z-index: 3 !important;
}
.gallery .item:nth-child(4) {
  z-index: 2 !important;
}
.gallery .item:last-child {
  border-radius: 0 0px 0px 0;
  z-index: 1 !important;
  margin-right: 0 !important;
}
.gallery .item:hover {
  flex: 4;
  border-radius: 0px;
  z-index: 999 !important;
  box-shadow: 0 12px 24px 0 rgba(10,16,34,0.3), 0 0 0 transparent;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gallery .item-1 {
  background-image: url("../../img/destination/home/andaman-2.jpg");
}
.gallery .item-2 {
  background-image: url("../../img/destination/home/himachal-2.jpg");
}
.gallery .item-3 {
  background-image: url("../../img/destination/home/goa-2.jpg");
}
.gallery .item-4 {
  background-image: url("../../img/destination/home/kerala-2.jpg");
}
.gallery .item-5 {
  background-image: url("../../img/destination/home/sikkim-2.jpg");
}
.gallery .item-6 {
  background-image: url("../../img/destination/home/kerala.jpg");
}
.gallery .item-7 {
  background-image: url("../../img/destination/home/kerala.jpg");
}
