body {
  font-family: 'Roboto', sans-serif;
}

.new_banner {
  min-height: 725px;
  background-image: url(../images/christmas_bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new_banner h1 {
  font-family: 'Pacifico', cursive;
  text-align: center;
  color: #fff;
  font-size: 100px;
  margin-bottom: 50px;
}

.new_banner h5 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 34px;
}

.section_two {
  padding: 60px 0;
}

.section_two h2 {
  margin-bottom: 30px;
}

.hamper_image {
  width: 100%;
  padding-top: calc(100% - 141px);
  background-color: #ddd;
  margin-bottom: 25px;
}

.hamper_item h5 {
  text-align: center;
}

.section_three {
  padding: 60px 0 25px;
  background-image: url(../images/movie-competition-strip.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 92px;
}

.window_frame {
  width: 100%;
  padding-top: 100%;
  background: #ddd;
  position: relative;
  cursor: pointer;
}

.window_door {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px -9px;
          box-shadow: 0px 0px 15px -9px;
  cursor: pointer;
}

.window_door i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 75px;
  color: #bf1e2e;
}

.window_door span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.window_open {
  -webkit-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
          transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
}

.input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 30px);
  bottom: -95px;
}

.star {
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.input_out {
  -ms-flex-preferred-size: calc(100% - 45px);
      flex-basis: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input_cover {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  overflow: hidden;
}

.input_cover input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 5px;
}

.question {
  background: #bf1e2e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 17px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.question_hide {
  left: -500px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.star i {
  color: #bf1e2e;
  font-size: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.star span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
}

.section_four {
  padding: 30px 0;
}

.section_three .window_outer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_three .window_outer:nth-child(1) .window_frame {
  background-image: url(../images/celeb.png);
}

.section_three .window_outer:nth-child(2) .window_frame {
  background-image: url(../images/celeb2.png);
}

.section_three .window_outer:nth-child(3) .window_frame {
  background-image: url(../images/celeb3.png);
}

.section_three .window_outer:nth-child(4) .window_frame {
  background-image: url(../images/celeb4.png);
}

.form_outer {
  background: #eaeaea;
  padding: 25px;
  width: 70%;
  margin: 50px auto;
}

.privacy p {
  font-weight: 400;
  font-size: 14px;
  color: #656262;
}

.privacy a {
  color: #656262;
  text-decoration: underline;
}

.submit button {
  background: #bf1e2e;
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
}

.p_head {
  font-weight: bold;
  margin-top: 50px;
}

.info {
  color: #bf1e2e;
  font-weight: 500;
}

.window_outer {
  position: relative;
}

@media (max-width: 991px) {
  .input_out {
    margin-bottom: 15px;
  }
  .banner_right_item {
    margin-bottom: 15px;
  }
  .form_outer {
    width: 95%;
  }
}
/*# sourceMappingURL=style.css.map */


.competion-btn {
    
    color: #ffffff!important;
    border-color: #f08014!important;
    background-color: #f08014!important;
}
.page-id-21775 ul {
    list-style-position: inherit !important;
}
 li.item:first-child .first_image_holder img {
    width: 37% !important;
}