/******* Comming attractions ******/
.comming-attractions {
	min-height: 700px;
}

.comming-attractions__top {
	    background-color: #293546;
    position: relative;
    padding: 20px;
    padding-top: 130px;
}

.comming-attractions__top h2 {
  text-transform: uppercase; 
  color: #fff;
  font-size: 2.5em;
  margin-bottom: 40px;
}

.comming-attractions__top_grid {
  display: grid;
  grid-template-columns: repeat(2, 440px);
  grid-gap: 151px;
}

.comming-attractions__top_card .title {
  font-family: 'OswaldRegular'; 
  color: #ff0000; 
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
}

.comming-attractions__top_card .excerpt {
  color: #fff;
}

.comming-attractions__center {
  osition: relative;
    background-color: #2A3547;
    height: 550px;
    background-image: url(../png/bg-swoosh-lines-grey.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.background-mask {
  background-image: url('../svg/news-module-bg.svg');
  background-size: cover;
  background-repeat:no-repeat;
  background-position: top;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.1;
}

.background-line {
  background-image: url('../coming-attractions-bg.html');
	background-position: top;
	background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 600px;
  width: 100%;
  z-index: 1;
}

.comming-attractions__bottom {
	position: relative;
    /* height: 322px; */
    background: #D4D4D4;
    padding-bottom: 60px;
}

.comming-attractions__bottom .video-wrapper {
  background-color: #000;
  width: 885px;
  height: 540px;
  position: relative;
  margin:0 auto;
  display:block;
}

.comming-attractions__bottom .video-wrapper .play-icon {
  position: relative;
  transform: translate(-50%, -60%);
}
.comming-attractions__bottom .video-wrapper .play-icon .image-link-pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}

.comming-attractions__bottom .video-wrapper .play-icon .image-link-pop span {
  margin-bottom: 50px;
  font-family: 'OswaldRegular';
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.phones-wrapper {
  display: flex;
/*   position: absolute; */
  top: 0;
  z-index: 1;
  justify-content:center;
}

.phones-wrapper .phones img {
    max-width: 100%;
    padding: 0 10px;
}

@media screen and (max-width: 1199px ) {
  .comming-attractions__center {
    height: 450px;
  }

  .comming-attractions__bottom {
    position: relative;
/*     height: 250px; */
  }

  .comming-attractions__bottom .video-wrapper {
    width: 470px;
    height: 300px;
/*     top: -150px; */
  }

  .phones-wrapper .phones img {
    max-width: 100%;
  }

  .comming-attractions__top_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px ) {
  .comming-attractions__bottom {
/*     height: 150px; */
  }

  .comming-attractions__bottom .video-wrapper {
    width: 270px;
    height: 200px;
/*     top: -100px; */
  }

  .comming-attractions__bottom .video-wrapper .play-icon {
    position: relative;
    transform: translate(-50%, -50%);
  }

  .comming-attractions__bottom .video-wrapper .play-icon .image-link-pop span {
    margin-bottom: 0;
  }

  .phones-wrapper .phones img {
    max-width: 100%;
  }

  .comming-attractions__bottom .video-wrapper .play-icon .image-link-pop span {
    font-size: 25px;
  }

  .comming-attractions__top_grid {
    grid-gap: 30px;
  }

  .comming-attractions__top {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px ) {
  .comming-attractions__top_grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
  }

  .comming-attractions__top_card {
    width: 100%;
  }

  .phones-wrapper {
    top: 55px;
    position:relative;
  }
}

@media screen and (max-width: 600px ) {
  .comming-attractions__center {
    height: 350px;
  }
}
@media screen and (max-width: 400px ) {
	.phones-wrapper {
    	top: 150px;
  }
}

@media screen and (max-width: 350px ) {
  .comming-attractions__center {
    height: 200px;
  }
}

/******* Features ******/
.features {
	min-height: 700px;
}

.features__top {
	position: relative;
}

.features__top .title {
  margin-bottom: 30px;
  font-family: 'OswaldRegular';
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.features__top .title p,
.features__top .title span {
  font-size: inherit;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-family: inherit;
}

.features__top .excerpt {
  max-width: 450px;
}
.features__top .excerpt p {
  color: #fff;
}

.features__top .features__wrapper {
  display: flex;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.features__bottom {
	position: relative;
  padding-top: 150px;
  background-color: #d4d4d4;
}

.features__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.features__bottom_left {
  width: 45%;
}

.features__bottom_right {
  width: 50%;
  position: relative;
  padding: 20px;
}

.features__bottom_left img {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: -130px;
  max-height: 800px;
}

.features__bottom_grid {
  display: grid;
  grid-template-columns: repeat(2, 246px);
  grid-gap: 100px;
  grid-row-gap: 35px;
}

.features__bottom_right .title {
  font-family: 'OswaldRegular';
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
  line-height: 1.5;
}

.features__bottom_card {
  max-width: 300px;
}

.features__bottom_card .title {
  font-family: 'OswaldRegular';
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
}

.features__bottom_card .excerpt {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #293546;
}

.features__top {
  background-image: url('../png/the-world-of-mlr-bg.png');
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  margin-bottom: -280px;
  padding: 100px 20px 190px;
}

.features__top_left {
  width: 57%;
}
.features__top_right {
  width: 43%;
}

.features__top_right img {
  width: auto;
  height: 440px;
  display:inline-block;
  margin:0 auto;
}

.features__top .img img {
  max-height: 50px;
  margin-right: 14px;
}

.color-red {
  color: #ff0000 !important;
}

@media screen and (max-width: 1399px ) {
  .features__bottom_left img {
    left: -110px;
  }
}
@media screen and (max-width: 1199px ) {
  .features__top_right img {
    width: auto;
    height: 300px;
  }

  .features__top .img img {
    width: auto;
    height: 35px;
  }

  .features__bottom {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .features__bottom_left img {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: -80px;
    max-height: 600px;
  }

  .features__bottom_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media screen and (max-width: 991px ) {
  .features__top .title {
    font-size: 33px;
  }

  .features__bottom_left img {
    position: static;
  }

  .features__bottom_grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px ) {
  .features__top {
    padding: 20px;
  }

  .features__top .title {
    font-size: 25px;
  }

  .features__bottom_left, 
  .features__bottom_right,
  .features__top_left, 
  .features__top_right {
    width: 100%;
  }

  .features__bottom_left {
    text-align: center;
    order:2;
  }

  .features__bottom_left img {
/*     max-height: 250px; */
  }

  .features__top_right {
    text-align: center;
  }

  .features__top_right img {
    width: auto;
/*     height: 150px; */
  }

  .features__bottom {
    padding-top: 250px;
  }
}
