@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Audiowide&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Russo+One&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px / 25px;
  color: #393939;
  overflow-x: hidden;
  background: #1d1d1d;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "speltale";
  src: url(../fonts/speltale.otf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
    font-family: "speltale";
  font-size: 75px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px;
}

h2 {
    font-family: "speltale";
  font-size: 45px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 15px;
}

h3 {
    font-family: "speltale";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #b1b1b1;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* Header Start */

header {
  padding: 25px 0;
  border-bottom: 1px solid #464747;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 0px;
  font-size: 14px;
  text-transform: uppercase;
}

.menusec-sreach-bar form input {
  width: 100%;
  height: 55px;
  background: none;
  border: 1px solid #454647;
  border-radius: 8px;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}

.menusec-sreach-bar form input::placeholder {
  color: #ffffff;
  font-size: 14px;
}

.menusec-right-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menusec-sreach-bar {
  width: 100%;
}

.menusec-sreach-bar form {
  position: relative;
  display: flex;
  align-items: center;
}

.menusec-user-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4141a;
  width: 55px;
  height: 55px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  animation: pulse-animation 2s infinite;
}

.menusec-sreach-bar form button {
  background: none !important;
  color: #88898a;
  border: none !important;
  font-size: 18px;
}

.menusec-sreach-bar-btn {
  position: absolute;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-left: 1px solid #454547;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #d51f17;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/* Header Ends */

/* Banner Start */

.main-banner-heading h1 span {
  font-size: 50px;
  display: block;
}

.main-banner-heading p {
  color: #cdcece;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 500;
}

.main-banner-heading a {
  padding: 15px 15px;
}

.theme-btn-1 {
  background: #d4141a;
  padding: 15px 35px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 13px;
  position: relative;
  margin-left: 8px;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(213 31 23);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
  }
}

.main-banner-images img {
  height: 560px;
  object-fit: contain;
  filter: brightness(0.7);
  width: 100%;
}

.theme-btn-1:before {
  content: "";
  position: absolute;
  background-image: url(../images/theme-btn-1-before.png);
  width: 185px;
  height: 61px;
  z-index: 9;
  top: -7px;
  left: -6px;
  background-size: contain;
}

.main-banner-images {
  margin-top: 80px;
  text-align: end;
}

.main-banner-sec {
  background-image: url(../images/banner-back.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.main-banner-silder-box {
  margin-top: 20px;
  margin-left: 50px;
}

.main-banner-silder .slick-slide {
  margin: 10px 20px;
}

.main-banner-silder-items-text ul li a img {
  width: auto;
  height: auto;
}

.main-banner-silder-items-img {
  width: 330px;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
}

.main-banner-silder-items-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.4);
}

.main-banner-sec .slick-slide .main-banner-silder-items {
  transform: scale(0.9);
}

.main-banner-sec
  .slick-slide.slick-current.slick-active.slick-center
  .main-banner-silder-items {
  transform: scale(1.1);
}

.main-banner-silder .slick-vertical .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-banner-sec .slick-active {
  opacity: 1.5;
}

.main-banner-sec
  .slick-slide.slick-current.slick-active.slick-center
  .main-banner-silder-items
  .main-banner-silder-items-text
  ul
  li
  a {
  opacity: 1;
  animation: pulse-animation 2s infinite;
}

/* Banner Ends */

/*Newsreel Boxs Start*/

.newsreel-heading {
  text-align: center;
}

.newsreel-sec {
  padding: 100px 0;
}

.newsreel-heading {
  margin-bottom: 30px;
}

.newsreel-main-boxs img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  border-radius: 15px;
}

.newsreel-main-boxs strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d4141a;
    font-family: "speltale";
  font-weight: 400;
  font-size: 18px;
}

.newsreel-main-boxs span {
  color: #fff;
  font-size: 14px;
}

.newsreel-main-boxs p {
  margin-bottom: 10px;
}

.newsreel-main-boxs h2 {
  font-size: 35px;
}

.newsreel-boxs img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
}

.newsreel-boxs strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  color: #d4141a;
    font-family: "speltale";
  font-weight: 400;
  font-size: 16px;
}

.newsreel-boxs h2 {
  font-size: 25px;
  margin-bottom: 3px;
}

.newsreel-boxs p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
}

.newsreel-boxs span {
  color: #fff;
  font-size: 12px;
}

.newsreel-boxs.chg {
  margin-top: 25px;
}

/*Newsreel Boxs Ends*/

/*About Us Start*/

.about-us-sec {
  padding: 30px 0 70px;
}

.about-us-images img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 8px;
}

.about-us-images {
  width: 95%;
  float: right;
  padding-right: 10px;
}

.about-us-text h3 {
  color: #d4141a;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}

.about-us-text-button {
  margin-top: 40px;
}

.about-us-text-button a {
  padding: 15px 18px;
}

.about-us-midnight-kind-box {
  margin-top: 130px;
  background: #d51f17;
  padding: 40px 40px 35px 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.about-us-sec .row.background {
  position: relative;
}

.about-us-midnight-kind-box h2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-us-midnight-kind-box p {
  color: #fff;
  margin-bottom: 0;
}

.about-us-sec .row.background:before {
  content: "";
  position: absolute;
  background: #d51f17;
  width: 100%;
  height: 191px;
  z-index: -1;
  bottom: 156px;
  border-radius: 8px;
}

.about-us-text {
  margin-top: 20px;
}

/*About Us Ends*/

.main-banner-sec.inner {
  padding: 7% 0;
}
/*Enter the World of Horror Start*/

.enter-the-world-horror-sec {
  padding: 20px 0;
}

.enter-the-world-horror-silder-items-img {
  position: relative;
}

.enter-the-world-horror-silder-items-img:before {
  content: "";
  position: absolute;
  background: #0000006b;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 8px;
}

.enter-the-world-horror-heading {
  text-align: center;
}

.enter-the-world-horror-heading p {
  color: #bcbcbc;
  width: 40%;
  margin: 0 auto;
}

.enter-the-world-horror-sec .container-fluid {
  padding: 0;
}

.enter-the-world-horror-silder .slick-slide {
  margin: 0px 15px;
}

.enter-the-world-horror-silder-items-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.enter-the-world-horror-silder-items {
  margin-top: 35px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.enter-the-world-horror-silder .slick-slide {
  opacity: 1.2;
}

.enter-the-world-horror-silder-items-text {
  position: absolute;
  z-index: 9;
  left: 0;
  background: #d51f17c4;
  padding: 25px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  bottom: -550px;
  opacity: 0;
  transition: 0.5s;
}

.enter-the-world-horror-silder-items:hover
  .enter-the-world-horror-silder-items-text {
  bottom: 0;
  transition: 0.5s;
  opacity: 1;
}

.enter-the-world-horror-row-button {
  margin-top: 45px;
  text-align: center;
}

.enter-the-world-horror-row-button a {
  padding: 15px 25px;
}

.enter-the-world-horror-silder-items-text a {
  background: #ffffff;
  color: #000 !important;
  font-weight: 600;
  padding: 15px 25px;
}

.enter-the-world-horror-silder-items-text a:before {
  background-image: url(../images/theme-btn-2-before.png);
}

.enter-the-world-horror-silder-items-text h2 {
  font-size: 30px;
}

.enter-the-world-horror-silder-items-text p {
  color: #ecbdbb;
}

.enter-the-world-horror-silder-items-text ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
  margin-bottom: 45px;
  margin-top: 25px;
}

.enter-the-world-horror-silder-items-text ul li h2 {
  font-size: 20px;
  margin-bottom: -5px;
}

.enter-the-world-horror-silder-items-text ul li p {
  color: #e3b2af;
  font-weight: 400;
  margin-bottom: 0;
}

.enter-the-world-horror-silder-items-text ul li img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

/*Enter the World of Horror Ends*/

/*Online Shop Is Coming Soon Start*/

.online-shop-is-coming-soon-sec {
  background-image: url(../images/online-shop-is-coming-soon.png);
  width: 100%;
  height: 440px;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 80px;
}

.online-shop-is-coming-soon-heading p {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.online-shop-is-coming-soon-heading h2 {
  margin-bottom: 18px;
}

.online-shop-is-coming-soon-heading h3 {
  color: #d4141a;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

/*Online Shop Is Coming Soon Ends*/

/*The Master Fear Start*/

.the-masters-fear-heading {
  text-align: center;
}

.the-masters-fear-sec {
  padding: 80px 0;
}

.the-masters-fear-heading p {
  width: 50%;
  margin: 0 auto;
}

.the-masters-fear-images img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 10px;
}

.the-masters-fear-row {
  margin-top: 30px;
}

.the-masters-fear-silder-images img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.the-masters-fear-silder-text {
  margin-left: 10px;
}

.the-masters-fear-silder {
  padding: 0 50px;
  position: relative;
}

.the-masters-fear-silder-text span {
  color: #e1e1e1;
  font-size: 14px;
  margin-top: 18px;
  display: block;
}

.the-masters-fear-silder-text p {
  margin-bottom: 5px;
  margin-top: 8px;
}

.the-masters-fear-silder-text-btn {
  margin-top: 40px;
}

.the-masters-fear-silder-text h2 {
  margin-bottom: 0;
}

.the-masters-fear-silder:before {
  content: "";
  position: absolute;
  background: #d4141ad6;
  width: 48.8%;
  height: 150px;
  bottom: 110px;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.the-masters-fear-silder .slick-prev {
  left: 8px;
}

.the-masters-fear-silder .slick-prev {
  top: 61%;
  z-index: 9999;
}

.the-masters-fear-silder .slick-next {
  top: 61%;

  z-index: 9999;
}

.the-masters-fear-silder .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/the-masters-fear-arrow.png);
  width: 24px;
  height: 14px;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(0%)
    hue-rotate(66deg) brightness(103%) contrast(103%);
}

.the-masters-fear-silder:after {
  content: "";
  position: absolute;
  background: #d4141ad6;
  width: 8%;
  height: 150px;
  bottom: 110px;
  right: 0;
  z-index: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.the-masters-fear-silder .slick-next {
  right: 35px;
}

.the-masters-fear-silder .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/the-masters-fear-arrow.png);
  width: 24px;
  height: 14px;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(0%)
    hue-rotate(66deg) brightness(103%) contrast(103%);
  transform: rotate(180deg);
}

/*The Master Fear Ends*/

/*Why CHoose Us Start*/

.why-choose-us-sec .container-fluid {
  padding: 0;
  padding-left: 65px;
}

.why-choose-us-text h3 {
  color: #d4141a;
  margin-bottom: 10px;
}

.why-choose-us-text ul li a {
  color: #e2e2e2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.why-choose-us-text ul {
  line-height: 30px;
  margin-bottom: 30px;
}

.why-choose-us-sec {
  background: #242424;
  margin: 10px 0;
}

/*Why CHoose Us Ends*/
/*Sign Up Start*/

.sign-up-images img {
  width: 100%;
  height: 448px;
  object-fit: cover;
  border-radius: 8px;
}

.sign-up-sec {
  padding-bottom: 80px;
}

.sign-up-form {
  margin-left: 15px;
}

.sign-up-form-button button {
  border: none;
  padding: 15px 50px;
}

.sign-up-form-button {
  margin-top: 15px;
}

.sign-up-form input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: none;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
}

.sign-up-form option {
  color: #000;
}

.sign-up-form-input.chg {
  margin-top: -15px;
}

.sign-up-form-input {
  position: relative;
}

.sign-form-select-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  cursor: pointer;
}

.sign-up-form-input i {
  color: #ffffff91;
  font-size: 14px;
}

.sign-up-form select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: none;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.sign-up-form input::placeholder {
  font-size: 14px;
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*Sign Up Ends*/

/*Horror Publishing Updates Start*/

.horror-publishing-updates-sec {
  padding: 80px 0;
}

.horror-publishing-updates-heading {
  text-align: center;
}

.horror-publishing-updates-heading p {
  width: 50%;
  margin: 0 auto;
}

.horror-publishing-updates-silder {
  margin-top: 30px;
}

.horror-publishing-updates-silder-items-images img {
  width: 100%;
  height: 288px;
  object-fit: cover;
  border-radius: 10px;
}

.horror-publishing-updates-silder-items-text ul li a {
  color: #a6a6a6;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.horror-publishing-updates-silder-items-text ul li a i {
  color: #fff;
}

.horror-publishing-updates-silder-items-text h2 {
  font-size: 25px;
  margin-bottom: 5px;
}

.horror-publishing-updates-silder-items-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.horror-publishing-updates-silder-items-text p {
  color: #e1e1e1;
  margin-bottom: 10px;
  font-size: 13px;
}

.horror-publishing-updates-silder-items-text a {
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  color: #e1e1e1;
}

.horror-publishing-updates-silder-items-text {
  background: #1d1d1d;
  width: 95%;
  padding: 25px 20px;
  margin-top: -50px !important;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  border-radius: 10px;
}

.horror-publishing-updates-silder .slick-dots li button:before {
  width: 8px;
  height: 8px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #541a1c;
  opacity: 1;
  border-radius: 10px;
}

.horror-publishing-updates-silder li.slick-active:after {
  content: "";
  position: absolute;
  border: 2px solid #d4141a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  animation: pulse-animation 2s infinite;
}

.horror-publishing-updates-silder .slick-dots li {
  margin: 0 2px;
}

.horror-publishing-updates-silder .slick-dots {
  bottom: -65px;
}

.horror-publishing-updates-silder li.slick-active button:before {
  background: #d4141a;
}

.horror-publishing-updates-silder
  .slick-slide.slick-current.slick-active.slick-center
  .horror-publishing-updates-silder-items-text {
  background-color: #d4141a;
}

.horror-publishing-updates-silder
  .slick-slide.slick-current.slick-active.slick-center
  .horror-publishing-updates-silder-items-text
  * {
  color: #fff;
}

/*Horror Publishing Updates Ends*/

/*Footer Start*/

.subscribe-newsletter {
  text-align: center;
  padding-bottom: 70px;
}

.subscribe-newsletter h2 {
  font-size: 30px !important;
}

.subscribe-newsletter input {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff63;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}

.subscribe-newsletter-input {
  position: relative;
  display: flex;
  align-items: center;
}

.subscribe-newsletter-button button {
  background: none;
  color: #d51f17;
  border: none;
  font-size: 30px;
}

.subscribe-newsletter-button {
  position: absolute;
  right: 0;
}

.subscribe-newsletter input::placeholder {
  color: #fff;
}

.footer-sec {
  background: #1a1a1a;
  padding-top: 50px;
}

.footer-copy-right-row p {
  margin-bottom: 0;
  text-align: center;
}

.footer-copy-right-row {
  padding: 20px 0;
  border-top: 1px solid #484848;
  margin-top: 40px;
}

.footer-contact-us ul {
  line-height: 40px;
}

.footer-contact-us ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 20px;
  margin-bottom: 35px;
  font-size: 14px;
  color: #e0e0e0;
  transition: 0.5s;
}

.footer-contact-us ul li a:hover {
  color: #d51f17;
  letter-spacing: 1px;
  transition: 0.5s;
}

.footer-contact-us ul {
  margin-top: 20px;
}

.footer-contact-us ul li i {
  font-size: 15px;
}

.footer-logo a img {
  width: 116px;
  height: 45px;
  object-fit: cover;
}

.footer-logo p {
  margin-top: 30px;
  width: 84%;
}

.footer-subscribe form {
  margin-top: 20px;
}

.footer-subscribe button {
  padding: 15px 35px;
  border: none !important;
}

.footer-contact-us {
  margin-left: 10px;
}

.footer-logo label {
  color: #fdfdfd;
  margin-bottom: 15px;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo ul li a {
  color: #464646;
  border: 1px solid #464646;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s;
  animation: pulse-animation 2s infinite;
}

.footer-logo ul li a:hover {
  background: #d51f17;
  transition: 0.5s;
  color: #fff;
  transform: scale(1.2);
  border: none;
}

.footer-sec h2 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-useful-links ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #e0e0e0;
  transition: 0.5s;
}

.main-banner-silder-items-text ul li h2 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

.main-banner-silder-items-text ul li a {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  opacity: 0;
  transition: 0.5s;
}

.main-banner-silder-items {
  position: relative;
}

.main-banner-sec .padding-right {
  padding-right: 0;
}

.main-banner-silder-items-text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 5px 18px;
}

.main-banner-silder-items-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-useful-links ul li a:hover {
  transition: 0.5s;
  color: #d51f17;
  letter-spacing: 2px;
}

.footer-useful-links ul {
  line-height: 30px;
}

.footer-subscribe form input {
  width: 100%;
  height: 50px;
  background: #121212;
  border: none;
  padding: 0 20px;
  color: #818181;
  margin-bottom: 25px;
}

.footer-subscribe form input::placeholder {
  color: #818181;
}

/*Footer Ends*/

/*Submissions Start */
.stories-audio {
  margin-top: 30px;
}

.audio-player {
  height: 50px;
  width: 350px;
  background: #444;
  box-shadow: 0 0 20px 0 #000a;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}

.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
}

.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}

.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}

.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Play button */
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 13px solid white;
}

.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}

/* Pause button */
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}

/* Time */
.audio-player .controls .time {
  display: flex;
}

.audio-player .controls .time > * {
  padding: 2px;
}

/* Volume */
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.main-banner-images.inner img {
  height: 450px;
}

.main-banner-images.inner {
  margin-top: 35px !important;
}

.submissions-sec {
  padding: 80px 0;
}

.submissions-box h2 {
  margin-bottom: 20px;
}

.submissions-box i {
  color: #b1b1b1;
  margin-bottom: 20px;
  display: block;
}

.submissions-box a {
  color: #b1b1b1;
}

.stories-sec {
  padding: 80px 0;
}

.stories-video-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
}

video#myVideo {
  width: 40%;
  height: 350px;
  object-fit: cover;
}

/*Submissions Ends */

/*Contact Us Start*/

section.contact-pg {
  padding: 100px 0px;
}

.cont-bx {
  background-color: #f96d4f;

  padding: 50px 30px;

  border-radius: 10px;

  height: 200px;
}

.cont-bx h3 {
  font-size: 19px;

  line-height: 11px;

  margin-bottom: 15px;

  color: #fff;

  font-weight: 400;

  padding-bottom: 20px;

  border-bottom: 1px solid #fa8d76;

  width: 75%;
}

.cont-bx span {
  color: #fff;
}

.cont-bx a {
  color: #fff;

  font-family: "Montserrat", sans-serif;

  font-size: 15px;
}

.cont-bot-txt {
  text-align: center;
}

.cont-bot-txt h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.cont-bot-txt p {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.cont-bot-txt form input {
  width: 100%;

  padding: 15px;

  margin-bottom: 30px;

  border: 1px solid #c5c5c5;

  color: #000;

  font-family: "Montserrat", sans-serif;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 500;
}

.cont-bot-txt form textarea {
  width: 100%;

  padding: 15px;

  margin-bottom: 30px;

  border: 1px solid #c5c5c5;

  color: #000;

  height: 150px;

  font-family: "Montserrat", sans-serif;

  border-radius: 8px;

  resize: none;

  font-size: 14px;

  font-weight: 500;
}

.contact-us-btn button {
  border: none;
}

/* Contact Us Ends*/

/*Shop Start*/

.shop-sec {
  padding: 150px 0;
  text-align: center;
}

.shop-sec h2 {
  font-size: 80px;
}

/*Shop Ends*/

/* Version ==> 3  */



.story-detail-img {
  padding: 20px;
  background: #ffffff0a;
  border-radius: 40px;
  box-shadow: 0px 0px 20px 2px #ffffff12;
}

.story-detail-img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  outline: 10px solid #ffffff14;
  border: 10px solid #ffffff45;
}

.story-detail-txt {
  padding: 0px 20px;
}

.story-detail-videos {
  padding: 36px;
}

.story-detail-videos .stories-audio {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

















/* Media Query Start*/


@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
  .menuSec ul li a {
    font-size: 13px;
}
.newsreel-sec {
    padding: 20px 0;
}
.story-detail-txt h1 {
    font-size: 50px !important;
    padding-top: 0 !important;
} 
.submissions-sec {
    padding: 50px 0;
}


.shop-sec {
    padding: 100px 0;
  
}
.shop-sec h2 {
    font-size: 60px;
}
.story-detail-txt.mt-4 {
    margin-top: 0 !important;
}
    .newsreel-main-boxs h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
.newsreel-main-boxs strong {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.newsreel-boxs strong {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 14px;
}
.b-date {
    font-size: 12px;
}
.newsreel-boxs {
    margin-bottom: 15px;
}

p {
    font-size: 12px;
    line-height: 20px;
}
.newsreel-boxs p {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 2px;
}
.newsreel-boxs h2 {
    font-size: 20px;
    margin-bottom: 1px;
}
.post-thumbnail img {
    width: 1280px;
    height: 500px;
    object-fit: contain;
}
.cont-bot-txt form input {

    margin-bottom: 15px;
  
}
section.contact-pg {
    padding: 50px 0px;
}

.cont-bot-txt p {
    font-size: 12px;
    width: 90%;
    margin-bottom: 30px;
}
.newsreel-boxs img {
 
    height: 185px;
 
}
.stories-sec {
    padding: 50px 0;
}
    h1 {
        font-size: 55px;
    }
.about-us-sec {
    padding: 30px 0 50px;
}
.footer-subscribe form {
    margin-top: 15px;
}
.about-us-images img {

    height: 600px;
  
}
    .about-us-midnight-kind-box {
        margin-top: 62px;
    }
h2 {
    font-size: 40px;
    margin: 0 0 12px;
}
.footer-sec {
    padding-top: 40px;
}
.footer-subscribe form input {
    height: 45px;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-copy-right-row {
    padding: 15px 0;
    margin-top: 25px;
}
.footer-contact-us ul li a {
    
    gap: 5px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 12px;
   
}
.footer-sec h2 {
    font-size: 14px;
    margin-bottom: 5px;
}


.footer-logo p {
    margin-top: 15px;
    width: 88%;
}
.footer-useful-links ul li a {

    font-size: 12px;
    
}
.footer-logo ul li a {
    width: 35px;
    height: 35px;
    
}
.footer-logo ul {
    gap: 5px;
}
.footer-logo label {
    margin-bottom: 10px;
}
.menusec-sreach-bar form input {
    height: 50px;
}
.menusec-sreach-bar form button {
    font-size: 15px;
}
.menusec-user-button a {
    width: 45px;
    height: 45px;
    font-size: 15px;
}
    .newsreel-main-boxs img {
        height: 475px;
    }

    
    
    .video-wrapper {
    width: 100% !important;
}
    
    
    
    
    
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    .menuSec ul li a {
    
    font-size: 12px;

}
section.contact-pg {
    padding: 70px 0px;
}
.cont-bot-txt form input {
   
    margin-bottom: 15px;
   
}
.cont-bot-txt p {
    font-size: 12px;
 
}
.submissions-sec {
    padding: 50px 0;
}
.shop-sec {
    padding: 100px 0;
    text-align: center;
}
.shop-sec h2 {
    font-size: 60px;
}
.video-wrapper {
    width: 100% !important;
}
.story-detail-img img {
    height: 500px;
   
}
.story-detail-txt {
    margin-top: 0 !important;
}
    .story-detail-txt h1 {
        font-size: 50px !important;
        padding-top: 0 !important;
    }
.stories-sec {
    padding: 50px 0;
}
h1 {
   
    font-size: 55px !important;
   
}
header {
    padding: 20px 0;
}
.newsreel-main-boxs h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.newsreel-main-boxs img {

    height: 525px;
 
}
.newsreel-boxs img {
    width: 100%;
    height: 185px;
  
}
.newsreel-boxs {
    margin-bottom: 20px;
}
.newsreel-boxs strong {
   
    font-size: 15px;
}
.newsreel-boxs h2 {
    font-size: 20px;
    margin-bottom: 3px;
}
.b-date {
    font-size: 11px !important;
}
.about-us-sec {
    padding: 30px 0 50px;
}
.footer-subscribe form {
    margin-top: 10px;
}
.about-us-midnight-kind-box {
    margin-top: 70px;
    padding: 20px 30px 20px 0px;
}
.about-us-sec .row.background:before {
   
    height: 150px;
    
}
.footer-contact-us ul li i {
    font-size: 14px;
}

.about-us-images img {
    
    height: 570px;
   
}
.footer-subscribe form input {
        height: 45px;
        padding: 0 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .footer-logo ul {
    gap: 5px;
}
.footer-copy-right-row {
    padding: 15px 0;
    margin-top: 30px;
}
.footer-logo ul li a {
  
    width: 35px;
    height: 35px;
 
}
    .footer-contact-us ul li a {
        gap: 5px;
        line-height: 20px;
        margin-bottom: 25px;
        font-size: 11px;
    }
.footer-sec h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-useful-links ul li a {
    font-size: 12px;

}
.newsreel-sec {
    padding: 20px 0;
}

p {
    font-size: 12px;
    line-height: 20px;
}
.menusec-sreach-bar form button {
    font-size: 14px;
}
.menusec-sreach-bar-btn {
    width: 40px;
 
}

.menusec-sreach-bar form input::placeholder {
    font-size: 12px;
}
.menusec-sreach-bar form input {
    width: 100%;
    height: 45px;
    padding: 0 20px 0 10px;
  
}
.menusec-user-button a {

    width: 45px;
    height: 45px;
    font-size: 16px;

}
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .menuSec img {
    margin: 0;
    width: 90%;
    height: auto;
}
.about-us-midnight-kind-box p {
 
    font-size: 11px !important;
}
.subscribe-newsletter h2 {
    font-size: 22px !important;
}
.footer-sec {

    padding-top: 40px;
}


.subscribe-newsletter input {
  
    font-size: 14px;
    
}
.subscribe-newsletter-button button {

    font-size: 20px;
}
.about-us-images img {
    width: 100%;
    height: 450px;
  
}
.about-us-midnight-kind-box {
    margin-top: 40px;
   
    padding: 20px 10px 20px 0px;
  
}
.about-us-sec .row.background:before {
        height: 151px;
        z-index: -1;
        bottom: 16px;
    }
    h1 {
   
    font-size: 45px;
   
}
.theme-btn-1 {
   
    padding: 11px 15px;
    
}
.contact-us-btn {
    margin-top: 30px;
}
.cont-bot-txt form textarea {
  
    margin-bottom: 10px;
    
}
section.contact-pg {
    padding: 60px 0px;
}


.cont-bot-txt form input {
    
    margin-bottom: 15px;
   
}
.cont-bot-txt p {
    font-size: 14px;
    width: 95%;

    margin-bottom: 20px;
}
.submissions-box h2 {
    margin-bottom: 20px !important;
    font-size: 35px !important;
    margin-top: 25px !important;
}
.shop-sec {
    padding: 100px 0;
    text-align: center;
}
.shop-sec h2 {
    font-size: 60px !important;
}
.story-detail-txt h1 {
    padding-top: 0 !important;
}
.story-detail-txt.mt-4 {
    margin-top: 0 !important;
}


.story-detail-img img {
    height: 370px;
  
}

.stories-sec {
    padding: 50px 0;
}

.video-wrapper {
    width: 100% !important;
}


    .footer-logo p {
    margin-top: 15px;
    width: 95%;
}
.theme-btn-1:before {

    height: 54px;

    background-repeat: no-repeat;
}
.footer-subscribe button {
    padding: 10px 25px;
    border: none !important;
}
.footer-copy-right-row {
    padding: 15px 0;
    margin-top: 30px;
}
.footer-contact-us ul li a br {
    display: none;
}

    .footer-contact-us ul li a {
        gap: 7px;
        line-height: 20px;
        margin-bottom: 15px;
        font-size: 11px;
    }
.footer-subscribe form input::placeholder {
    font-size: 12px;
}
.footer-subscribe form input {
    height: 45px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.footer-subscribe form {
    margin-top: 10px;
}
.footer-sec h2 {
    font-size: 12px;    
    margin-bottom: 5px;
}
.footer-contact-us ul li i {
    font-size: 13px;
}
.footer-logo ul li a {
 
    width: 35px;
    height: 35px;
 
}
.footer-logo ul {

    gap: 5px;
}


    .footer-useful-links ul li a {

    font-size: 11px;

}
h2 {
    
    font-size: 40px;
   
}
.newsreel-main-boxs img {

    height: 465px;
   
    border-radius: 15px;
}
p {
  
    font-size: 12px !important;
    line-height: 20px !important;
  
}
.newsreel-main-boxs strong {
    
    margin-bottom: 5px;
  
    font-size: 18px;
}
.newsreel-boxs {
    margin-bottom: 20px;
}
.newsreel-main-boxs h2 {
    font-size: 28px;
    margin-bottom: 0;
}
.b-date {

    font-size: 10px !important;
}


.newsreel-boxs h2 {
    font-size: 18px;
    margin-bottom: 0px;
}
.newsreel-boxs strong {
 
    margin-top: 10px;
    margin-bottom: 0px;
  
    font-size: 14px;
}
.newsreel-boxs img {
  
    height: 115px;
   
}
.newsreel-sec {
    padding: 10px 0;
}
.menusec-sreach-bar form input::placeholder {
    font-size: 10px;
}
.menusec-sreach-bar form button {
    
    font-size: 13px;
}
.menusec-sreach-bar-btn {

    width: 30px;
  
}
    .menusec-sreach-bar form input {
        height: 50px;
        font-size: 12px;
        padding: 0 20px 0 5px;
    }   
header {
    padding: 15px 0;
    
}
.menusec-user-button a {
    
    width: 40px;
    height: 40px;
    font-size: 15px;
    
}
    .menuSec ul li a {
  
    padding: 5px 0px;
    font-size: 10px;
  
}
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
    
    
    
        .footer-copy-right-row {
    padding: 15px 0;
    margin-top: 30px;
}
.footer-copy-right-row p {
   
    font-size: 12px;
    line-height: 20px;
}
.footer-useful-links {
    margin-top: 20px;
}
.footer-contact-us ul {
    margin-top: 10px;
}
.footer-useful-links ul li a {

    font-size: 12px;
  
}
.footer-sec h2 {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-logo ul li a {

    width: 35px;
    height: 35px;
   
}
.footer-logo ul {

    gap: 5px;
}
.subscribe-newsletter h2 {
    font-size: 18px !important;
    line-height: 22px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
    .footer-logo p {
        margin-top: 15px;
        width: 100%;
        margin-bottom: 10px;
    }
.footer-logo a img {
    width: 96px;
 
}
.subscribe-newsletter {
 
    padding-bottom: 30px;
}
.subscribe-newsletter input {
   
    font-size: 13px;
 
}
.subscribe-newsletter-button button {
 
    font-size: 20px;
}
.footer-sec {
 
    padding-top: 30px;
}

.footer-subscribe form input {
  
    margin-bottom: 15px;
}
.story-detail-txt {
    padding: 0px 0px;
        margin-top: 0 !important;
}
    .story-detail-txt h1 {
        text-align: center;
        line-height: 35px;
        padding-top: 0 !important;
    }
    .story-detail-img img {
        height: 250px;
        outline: 5px solid #ffffff14;
        border: 5px solid #ffffff45;
    }
.shop-sec h2 {
    font-size: 30px;
}
header {
    padding: 15px 0;
    border-bottom: 1px solid #464747;
}
.cont-bot-txt h3 {
    font-size: 35px;
    margin-bottom: 5px;

}
.cont-bot-txt form textarea {
 
    margin-bottom: 10px;
  
}
.cont-bot-txt p {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}


section.contact-pg {
    padding: 50px 0px;
}
.contact-us-btn {
    margin-top: 20px;
}
.theme-btn-1 {

    padding: 11px 15px;

}
.cont-bot-txt form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.submissions-box h2 {
    margin-bottom: 10px;
    font-size: 25px;
}
.shop-sec {
    padding: 50px 0;
    text-align: center;
}
.submissions-sec {
    padding: 40px 0;
    text-align: center;
}
    .stories-sec {
        padding: 30px 0;
        text-align: center;
    }
    
    .video-wrapper {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
}
.stories-audio {
    margin-top: 30px !important;
}

.main-banner-sec.inner {
    padding: 12% 0;
}
h1 {
 
    font-size: 30px !important;
    
}
    .about-us-sec .row.background:before {
        height: 130px;
        z-index: -1;
        bottom: -15px;
    }
.about-us-sec {
    text-align: center;
    padding-bottom: 50px;
}
.about-us-midnight-kind-box {
        margin-top: 30px;
        padding: 10px 10px 10px 0px;
    }
.about-us-text h3 {
    
    font-size: 25px;
    
}
h2 {
    
    font-size: 30px;
    margin: 0 0 10px;
}
    .about-us-images img {
        width: 100%;
        height: 450px;
    }
.newsreel-main-boxs {
    margin-bottom: 20px;
}
.newsreel-boxs h2 {
    font-size: 20px;
    margin-bottom: 3px;
}
    .newsreel-boxs img {
        width: 100%;
        height: 295px;
    }

.b-date {
   
    font-size: 11px !important;
}
.newsreel-sec {
    padding: 0px 0;
    text-align: center;
}
.newsreel-main-boxs strong {
   
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.newsreel-boxs {
    margin-bottom: 20px;
}
.newsreel-main-boxs h2 {
    font-size: 25px;
    margin-bottom: 0;
}
.newsreel-main-boxs img {
        width: 100%;
        height: 385px;
    }
.menusec-sreach-bar form input::placeholder {
    font-size: 12px;
}


.menusec-sreach-bar form input {    
    height: 45px;
    padding: 0 20px 0 20px;
    font-size: 12px;
}
.menusec-sreach-bar form button {
    
    font-size: 15px;
}
.menusec-user-button a {

    width: 45px;
    height: 45px;
   
    font-size: 16px;
    
}
.footer-subscribe {
    margin-top: 10px;
}
.header-logo {
    text-align: center;
    margin-bottom: 20px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_nav a:hover {
    background: #000;
    color: #fff;
}
.slicknav_btn {
    
    background-color: #000;
}
.slicknav_menu {
   
    background: #d51f17;
  
}
.theme-btn-1:before {
    
    height: 55px;
    
    background-repeat: no-repeat;
}


.footer-subscribe button {
    padding: 12px 15px;
font-size: 12px;
}

.footer-contact-us {
    margin-left: 0;
    margin-top: 20px;
}
.footer-subscribe form {
    margin-top: 0px;
}
.footer-subscribe input::placeholder {
    font-size: 13px;
}


    .footer-contact-us ul li a {
        gap: 8px;
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    
    
    
    
    
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
    .footer-copy-right-row {
    padding: 15px 0;
    margin-top: 30px;
}
.footer-copy-right-row p {
   
    font-size: 12px;
    line-height: 20px;
}
.footer-useful-links {
    margin-top: 20px;
}
.footer-contact-us ul {
    margin-top: 10px;
}
.footer-useful-links ul li a {

    font-size: 12px;
  
}
.footer-sec h2 {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-logo ul li a {

    width: 35px;
    height: 35px;
   
}
.footer-logo ul {

    gap: 5px;
}
.subscribe-newsletter h2 {
    font-size: 18px !important;
    line-height: 22px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
    .footer-logo p {
        margin-top: 15px;
        width: 100%;
        margin-bottom: 10px;
    }
.footer-logo a img {
    width: 96px;
 
}
.subscribe-newsletter {
 
    padding-bottom: 30px;
}
.subscribe-newsletter input {
   
    font-size: 13px;
 
}
.subscribe-newsletter-button button {
 
    font-size: 20px;
}
.footer-sec {
 
    padding-top: 30px;
}

.footer-subscribe form input {
  
    margin-bottom: 15px;
}
.story-detail-txt {
    padding: 0px 0px;
        margin-top: 0 !important;
}
    .story-detail-txt h1 {
        text-align: center;
        line-height: 35px;
        padding-top: 0 !important;
    }
.story-detail-img img {
    height: 130px;
    outline: 5px solid #ffffff14;
    border: 5px solid #ffffff45;
}
.shop-sec h2 {
    font-size: 30px;
}
.cont-bot-txt h3 {
    font-size: 35px;
    margin-bottom: 5px;

}
.cont-bot-txt form textarea {
 
    margin-bottom: 10px;
  
}
.cont-bot-txt p {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}


section.contact-pg {
    padding: 50px 0px;
}
.contact-us-btn {
    margin-top: 20px;
}
.theme-btn-1 {

    padding: 11px 15px;

}
.cont-bot-txt form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.submissions-box h2 {
    margin-bottom: 10px;
    font-size: 25px;
}
.shop-sec {
    padding: 50px 0;
    text-align: center;
}
.submissions-sec {
    padding: 40px 0;
    text-align: center;
}
    .stories-sec {
        padding: 30px 0;
        text-align: center;
    }
    
    .video-wrapper {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
}
.stories-audio {
    margin-top: 30px !important;
}

.main-banner-sec.inner {
    padding: 12% 0;
}
h1 {
 
    font-size: 30px !important;
    
}
.about-us-sec .row.background:before {
   
    height: 185px;
    z-index: -1;
    bottom: -15px;
        
}
.about-us-sec {
    text-align: center;
    padding-bottom: 50px;
}
.about-us-midnight-kind-box {
        margin-top: 30px;
        padding: 10px 10px 10px 0px;
    }
.about-us-text h3 {
    
    font-size: 25px;
    
}
h2 {
    
    font-size: 30px;
    margin: 0 0 10px;
}
.about-us-images img {
    width: 100%;
    height: 320px;
    
}
.newsreel-main-boxs {
    margin-bottom: 20px;
}
.newsreel-boxs h2 {
    font-size: 20px;
    margin-bottom: 3px;
}
.newsreel-boxs img {
    width: 100%;
    height: 185px;
    
}
.b-date {
   
    font-size: 11px !important;
}
.newsreel-sec {
    padding: 0px 0;
    text-align: center;
}
.newsreel-main-boxs strong {
   
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.newsreel-boxs {
    margin-bottom: 20px;
}
.newsreel-main-boxs h2 {
    font-size: 25px;
    margin-bottom: 0;
}
.newsreel-main-boxs img {
    width: 100%;
    height: 205px;
    
}
.menusec-sreach-bar form input::placeholder {
    font-size: 12px;
}


.menusec-sreach-bar form input {    
    height: 45px;
    padding: 0 20px 0 20px;
    font-size: 12px;
}
.menusec-sreach-bar form button {
    
    font-size: 15px;
}
.menusec-user-button a {

    width: 45px;
    height: 45px;
   
    font-size: 16px;
    
}
.footer-subscribe {
    margin-top: 10px;
}
.header-logo {
    text-align: center;
    margin-bottom: 20px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_nav a:hover {
    background: #000;
    color: #fff;
}
.slicknav_btn {
    
    background-color: #000;
}
.slicknav_menu {
   
    background: #d51f17;
  
}
.theme-btn-1:before {
    
    height: 55px;
    
    background-repeat: no-repeat;
}


.footer-subscribe button {
    padding: 12px 15px;
font-size: 12px;
}

.footer-contact-us {
    margin-left: 0;
    margin-top: 20px;
}
.footer-subscribe form {
    margin-top: 0px;
}
.footer-subscribe input::placeholder {
    font-size: 13px;
}


    .footer-contact-us ul li a {
        gap: 8px;
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 12px;
    }



    
}

/* Media Query Ends*/











