@media only screen and (max-width: 600px) {
  .header {
    height: 300px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage-tabs {
    justify-content: space-around;
  }

  .movies {
    padding: 30px;
  }
}

.movies {
  color: #ea5e24 !important;
}

.addon-tabs {
  color: #ea5e24 !important;
}

.header {
  z-index: 10px;
  background-image: url("/bg-slider.jpg");
  background-size: 100% 600px;
  background-position: center;
  height: 600px;
  background-size: cover;
}

.myImage {
  width: 100%;
}

.about-us1 {
  padding: 1rem;
  text-align: justify;
  margin: auto;
}

.about-us1 p {
  font-size: calc(0.7em + 0.4vw);
  font-weight: lighter;
  line-height: 1.99;
}

.tab-pane1 {
  padding: 20px;
  font-size: 18px;
  text-align: justify;
}

.videoTag {
  width: 100%;
  height: 100%;
  position: inherit;
}

.pane-content {
  display: inline-block;
  text-align: justify;
  margin: auto;
  line-height: 1.99;
}

.jumbotron-container {
  background-image: url("../Images/polygonal-bg.jpg");
  background-position: center;
}

.jumbotron-container h2 {
  color: white;
}

.jumbotron-container p {
  color: #acb1b4;
}

.j2 {
  direction: rtl;
  text-align: justify;
  background-image: url("../Images/testimonials-bg.jpg");
  background-size: cover;
  padding: 0 !important;
}

.features1 {
  text-align: center;
  color: white;
  padding: 40px;
  margin-bottom: 50px;
}

.feature1:hover,
.feature2:hover,
.feature3:hover,
.feature4:hover {
  color: #ea5e24;
  transition: 0.8s;
}

.feature1:hover h3 a,
.feature2:hover h3 a,
.feature3:hover h3 a,
.feature4:hover h3 a {
  color: #ea5e24 !important;
  transition: 0.8s;
}

.feature1 h1,
.feature2 h1,
.feature3 h1,
.feature4 h1 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature1 p,
.feature2 p,
.feature3 p,
.feature4 p {
  height: 75px;
}

.feature1 h3,
.feature2 h3,
.feature3 h3,
.feature4 h3 {
  font-size: 24px;
}

.news-letter {
  box-shadow: 0px -9px 16px #cabdbd;
  padding: 30px;
}

.btn-legendary {
  background-color: #ea5e24;
  color: white;
}
