
/*Movie-List Ends Here*/
/*Newslater-Section Starts Here*/
.newslater-container {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 60px 20px;
  text-align: center;
}

.newslater-container::after {
  background-image: -webkit-linear-gradient(0deg, #0079f1 0%, #0f5ae0 100%);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.newslater-container * {
  position: relative;
  z-index: 1;
}

.newslater-wrapper {
  max-width: 540px;
  margin: 0 auto;
}

.newslater-wrapper .title, .newslater-wrapper .cate {
  text-transform: uppercase;
}

.newslater-wrapper .cate {
  color: #ffffff;
  margin-bottom: 23px;
}

.newslater-wrapper .title {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .newslater-wrapper .cate {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .newslater-wrapper .title {
    margin-bottom: 30px;
  }
}

.newslater-form {
  margin-bottom: 34px;
}

.newslater-form input {
  height: 50px;
  padding-right: 160px;
  color: #99abe2;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  padding-left: 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.newslater-form input::-webkit-input-placeholder {
  color: #99abe2;
}

.newslater-form input:-ms-input-placeholder {
  color: #99abe2;
}

.newslater-form input::-ms-input-placeholder {
  color: #99abe2;
}

.newslater-form input::placeholder {
  color: #99abe2;
}

.newslater-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
          box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
  width: auto;
  padding: 0 40px;
  border-radius: 25px;
  border: none;
}

@media (max-width: 575px) {
  .newslater-form button {
    padding: 0 25px;
  }
}

.footer-section::before {
  position: absolute;
  content: '';
   top: 120px;
}

.footer-section {
  position: relative;
}

.footer-section::before {
  bottom: 0;
  right: 0;
  left: 0;
  top: 80px;
  -webkit-mask-image: url(../images/shape.png);
  mask-image: url(../images/shape.png);
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #0a1e5e;
}

