body {
    font-family: "Source Sans Pro";
    color: #ffffff;
    margin-right:0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: grid; }

    .wrapper {
      height: 610px;
    transition: all .5s ease-in-out;
    background-image: linear-gradient(-134deg, #3023AE 0%, #C86DD7 100%);
  }

* {
  box-sizing: border-box;
}
.title, .heading{
margin-left: 5px;
 display:block;
}
.title h1{
  font-size: 300%;
  font-weight: 100%
}
.back{
  float: right;
  text-align: center;

  vertical-align: middle;
}

.back a {
  display: inline-block;
  border-radius: 50%;
}
 a:hover .left{
  border: 0.5em solid #e74c3c;
}

 a:hover .left:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.left {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #333;
  border-radius: 50%;
  margin-right: 1.5em;
  margin-top: 5px;
}

.left:after {
  content: '';
  display: inline-block;
  margin-top: 0.5em;
  margin-left: 0.9em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #333;
  border-right: 0.5em solid #333;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
}
.row > .column {
  padding: 0 8px;
}

.heading h1{
  font-size: 200%;
  font-weight:85%;
}

.column:hover {
  transform: scale(1.01);
  margin: -3px 0px 2px 0px;
  } }

  .column > .wrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1);
  transition: transform 0.5s ease-in-out; z-index: -1;
  }

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  margin-bottom: 10px;

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
   transition: all .5s ease-in-out;
    background-image: linear-gradient(-134deg, #3023AE 0%, #C86DD7 100%);
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}
.grid-row2-1{
  float: right;
  margin-right: 200px;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
ul{
  list-style: none;
}
#para_2{
  margin-left: 2px;
}
.heading h1 {
  animation-delay: 2s;
  animation-duration: 800ms;
  animation-iteration-count: 1;
}
#booking:hover{
  background-color: gray;
}

