.prev_next_container {
  overflow: hidden;
  padding: 0 30px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 840px) {
  .prev_next_container {
    padding-top: 30px;
    position: relative;
  }
}

.prev_att, .next_att {
  position: relative;
  padding: 5px 10px;
  font-size: 20px;
  float: left;
  text-decoration: none;
  transition: .2s ease;
  border-radius: 10px;
  color: #002243;
  background: #FFF;
  border: 2px solid #FFF;
  font-family: 'Paytone One', sans-serif;
}
.next_att{
  float: right;
}
.prev_att:hover, .next_att:hover {
  color: #FFF;
  background: #002243;
  border: 2px solid #FFF;
  -webkit-transition: all 0.2s ease;
  transition: .2s ease;
}

.top_pic{
  width: 100%;
  height: 500px;
  min-height: 300px;
  position: relative;
}
.top_title{
  position: relative;
  width: 100%;
  padding: 30px;
  color: white;
}
.top_title h1{
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 2px solid white;
  margin: 0 50px 10px 0;
  padding: 0 20px;
  line-height: 50px;
}
.top_title h4{
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0 20px;
  margin: 0 50px 10px 0;
}
.top_pic img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.attraction_top{
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
  position: relative;
  background: #2EBBCE;
  color: white;
  text-align: center;
  position: relative;
}

.attraction_container {
  width: auto;
  height: auto;
  overflow: auto;
  display: flex;
  position: relative;
  padding: 30px;
}
.pic_container {
  width: 100%;
  height: 500px;
  position: relative;
}
.pic_container img{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_container {
  margin-left: 5px;
  padding-left: 30px;
  width: 60%;
  position: relative;
}
.info_container h4{
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
.info_container p {
  font-size: 18px;
}
.other_attractions_container {
  width: 100%;
  overflow: auto;
  margin: 20px 0;
  display: flex;
  position: relative;
  height: auto;
}
.other_attractions {
  width: calc(50% - 20px);
  margin: 10px 10px;
  height: 150px;
  overflow: auto;
  position: relative;
  text-decoration: none;
  color: #D31F34;
  background: #0F7EC2;
  transition: .5s ease;
}
.other_attractions .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s ease;
  color: #FFF;
  padding: 10px 12px;
  background: rgba(0,0,0,0.6);
  text-align: center;
}
.other_attractions .text h4::first-letter {
    font-size: 125%;
}
.other_attractions .colorer{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,19,52,.2);
  transition: .2s ease;
}
.other_attractions:hover {
  background: #00ACAC;
}
.other_attractions img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}
.other_attractions  img{
  filter: grayscale(100%) !important;
}
.other_attractions:hover  img{
  filter: grayscale(0%) !important;
}
.other_attractions:hover  img{
  filter: grayscale(0%) !important;
}
.other_attractions:hover .text{
  background: #0F7EC2;
  box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.8);
}
.other_attractions:hover .colorer{
  transition: .2s ease;
  width: 0;
}
@media screen and (max-width: 1000px) {
  .attraction_container {
    flex-wrap: wrap;
    padding: 0;
  }
  .pic_container {
    width: 100%;
    height: 300px !important;
    margin-right: 0;
  }

  .info_container {
    padding: 30px 0 !important;
    margin: 0;
    padding-bottom: 0;
    width: 100% !important;
    padding: 10px !important;
  }
  .info_container h4{
    font-size: 18px;
  }
  .other_attractions_container {
    flex-wrap: wrap;
  }
  .other_attractions {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1080px) {
  .row_attractions {
    display: block;
  }
  .megacard_container {
    width: 100%;
  }
}
