@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Nunito", sans-serif;
  font-size: calc(10px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: "gray";
}
html .btn:focus, html .btn:active,
body .btn:focus,
body .btn:active {
  outline: none !important;
  box-shadow: none;
}

.row {
  width: 100%;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}
*:active, *:focus {
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

[contenteditable=true]:focus {
  outline: none;
}

header {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
header .logo {
  margin-left: 2rem;
  width: calc(100px + (150 - 90) * ((100vw - 400px) / (1900 - 400)));
  max-width: 110px;
}
@media only screen and (max-width: 1490px) {
  header .logo {
    margin-left: 2rem;
  }
}
header #navbarSupportedContent {
  width: 100%;
}
header .navbar,
header .navbar-nav {
  padding: 0 !important;
  margin: 0 !important;
}
header .nav-link {
  padding: 0 !important;
  margin: 0 !important;
}
header .navbar-nav {
  display: block;
}
header .navbar-nav ul {
  width: 100%;
}
header .navbar-nav ul li {
  clear: none;
}
header .nav-item {
  padding: 0 !important;
  margin: 0 !important;
}
header #main_navbar {
  display: block;
  position: relative;
  margin-bottom: -32px;
  transition: all 0.5s ease-in-out;
}
header #main_navbar a {
  display: block;
  position: relative;
  width: 100%;
}
header #main_navbar .dropdown-menu {
  width: 100%;
  position: absolute;
}
header #main_navbar .dropdown-menu ul,
header #main_navbar .dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 100%;
}
header #main_navbar .dropdown-menu.top {
  transform: translate(38px, -5px);
}
header #main_navbar .dropdown-menu.ifhtop {
  transform: translate(38px, -5px);
  min-width: 250px !important;
}
header #main_navbar .dropdown-menu.discover a {
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
}
header #main_navbar .dropdown-menu.discover a.dropdown-item {
  padding: 10px 20px;
  left: 0;
  width: 100%;
  display: block;
  min-width: 152px;
  margin: 0;
}
header #main_navbar .dropdown-menu.news {
  transform: translate(38px, -5px);
}
header #main_navbar .dropdown-menu .dropdown-item,
header #main_navbar .dropdown-menu .bg-light {
  width: 100%;
}
header #main_navbar .dropdown-menu .dropdown-item .sub-arrow,
header #main_navbar .dropdown-menu .bg-light .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -7;
  left: auto;
  right: 14;
  width: 14;
  height: 14;
  overflow: hidden;
  font: bold 14/14 monospace !important;
  text-align: center;
  text-shadow: none;
  background: transparent;
  border-radius: none;
}
header #main_navbar .dropdown-menu .dropdown-item .sub-arrow::before,
header #main_navbar .dropdown-menu .bg-light .sub-arrow::before {
  content: "+";
}
header #main_navbar .dropdown-menu .dropdown-item.highlighted .sub-arrow::before,
header #main_navbar .dropdown-menu .bg-light.highlighted .sub-arrow::before {
  content: "-";
}
header #main_navbar .ul-sub-container {
  padding-top: 5px !important;
  transform: translate(2px, 1px);
  background: rgba(255, 36, 78, 0.8);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
header #main_navbar .ul-sub-container a {
  padding: 10px 30px !important;
  color: white;
}
header #main_navbar .ul-sub-container a:hover {
  color: black;
}
header nav {
  position: relative;
  margin-top: 10px;
  margin-right: 40px;
}
header nav a.active {
  position: relative;
  color: #ff244e;
}
header nav a:hover {
  text-decoration: none;
}
header nav a.active::after {
  content: "";
  width: 70%;
  position: absolute;
  display: block;
  margin: 0 auto;
  border-top: 5px solid #ff244e;
  left: -19%;
  bottom: -3%;
}
@media all and (max-device-width: 1920px) {
  header nav a.active::after {
    left: 19%;
    bottom: 9%;
  }
}
@media all and (min-device-width: 1330px) and (max-device-width: 1490px) {
  header nav a.active::after {
    left: 16%;
    bottom: 7%;
  }
}
@media all and (max-device-width: 440px) {
  header nav a.active::after {
    left: 12%;
    bottom: 4%;
  }
}
header nav a {
  width: 180px;
  margin: 0 48px;
  padding: 39px 0;
  font-family: Montserrat;
  font-weight: Regular;
  color: black;
  font-size: calc(12px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  text-align: center;
  text-transform: uppercase;
}
header nav a.nav-link {
  padding: 20px 0 !important;
  padding-top: 37px !important;
  margin: 0 calc(18px + (30 - 5) * ((100vw - 400px) / (1900 - 400))) !important;
}
header nav a.nav-link .sub-arrow {
  display: none;
}
header nav svg {
  position: absolute;
  top: 7px;
  right: 0;
}
@media only screen and (max-width: 1490px) {
  header nav {
    margin-top: 8px;
  }
  header nav a {
    margin: 0 calc(18px + (30 - 5) * ((100vw - 400px) / (1900 - 400)));
    font-size: calc(13px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  }
}

.section {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  width: 100%;
}
.section .item {
  display: flex;
  min-height: 200px;
  background-color: #989898;
}

.search-section {
  display: block;
  width: 100%;
  padding: 94px 0;
}
.search-section .item-box {
  display: block;
  width: 100%;
  height: auto;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.762342437) 0%, rgba(0, 0, 0, 0.731530112) 50%, rgba(0, 0, 0, 0.6951155462) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.search-section h2 {
  margin-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(20px + (25 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 43px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.search-section h2.news, .search-section h2.ifh {
  color: #ffffff;
}
.search-section .bar {
  width: 93%;
  background: #ff244e;
  border-radius: 100px;
}
.search-section .fa-search {
  position: relative;
  color: #ffffff;
  bottom: 0;
  bottom: -10px;
  margin-right: 30px;
  font-size: 20px;
}
.search-section .fa-search::before {
  content: "";
  -webkit-text-stroke: 0.05px white;
}
.search-section .search-box {
  min-width: 360px;
}
.search-section .search-box img {
  position: relative;
  width: auto;
  height: 20px;
  bottom: 0;
  bottom: -12px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
  margin-left: -20px;
}
.search-section .search-box.adworld img {
  margin-left: 0;
}
.search-section .search-box :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: calc(12px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: white;
}
.search-section .search-box ::-moz-placeholder {
  font-size: calc(12px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: white;
}
.search-section .search-box ::placeholder {
  font-size: calc(12px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: white;
}
.search-section .search-box input {
  width: 100%;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 11px;
  margin-right: 10%;
  background-color: transparent;
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.search-section .search-box input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}
.search-section .search-box input::placeholder, .search-section .search-box input::-moz-placeholder, .search-section .search-box input:-moz-placeholder, .search-section .search-box input::-webkit-input-placeholder, .search-section .search-box input:-ms-input-placeholder, .search-section .search-box input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}
.search-section .search-box input:active, .search-section .search-box input:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.search-section .search-box input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.search-section .search-box input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.search-section .search-box input:focus::placeholder {
  color: transparent;
  opacity: 0;
}
.search-section .dropdown {
  display: block;
  position: relative;
  float: left;
  border-right: 1px solid #ffffff;
  min-width: 150px;
  padding: 8px 0;
  margin: 0 10px;
}
.search-section .dropdown button {
  /* All Languages */
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  outline: 0;
}
.search-section .dropdown.languages {
  min-width: 21%;
  margin: 0 1%;
}
.search-section .dropdown.languages button {
  margin-left: 15%;
}
.search-section .dropdown.languages .dropdown-menu {
  min-width: calc(150px + (240 - 95) * ((100vw - 400px) / (1900 - 400)));
  margin-left: -10px;
  margin-top: 7px;
  max-height: 500px;
  overflow-y: scroll;
}
.search-section .dropdown.languages .dropdown-toggle::after {
  position: absolute;
  bottom: 45%;
  right: 26px;
}
.search-section .dropdown.year {
  min-width: 12%;
  margin: 0 2%;
}
.search-section .dropdown.year .dropdown-menu {
  min-width: calc(102px + (199 - 100) * ((100vw - 400px) / (1900 - 400)));
  margin-left: -8px;
  margin-top: 7px;
  max-height: 500px;
  overflow-y: scroll;
}
.search-section .dropdown.year .dropdown-toggle::after {
  position: absolute;
  bottom: 45%;
  right: 26px;
}
.search-section .dropdown.all {
  min-width: 15%;
  margin: 0 3%;
}
.search-section .dropdown.all button {
  padding-left: 20px;
}
.search-section .dropdown.all .dropdown-menu {
  min-width: calc(102px + (258 - 100) * ((100vw - 400px) / (1900 - 400)));
  margin-left: -10px;
  margin-top: 7px;
  max-height: 500px;
  overflow-y: scroll;
}
.search-section .dropdown.all .dropdown-toggle::after {
  position: absolute;
  bottom: 45%;
  right: 26px;
}

.grid-section {
  margin: 0;
  padding: 0;
}
.grid-section .left-section {
  /* Rectangle 67 */
  padding: 50px;
}
.grid-section .left-section .grid .g-item {
  display: block;
  padding: 0 3%;
  margin-bottom: 15%;
}
.grid-section .left-section .grid .g-item img {
  display: block;
  min-height: 240px;
  image-rendering: optimizeQuality;
  width: 100%;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-section .left-section .grid .g-item .container-img {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 237px;
  height: 237px;
  overflow: hidden;
}
.grid-section .left-section .grid .g-item .container-img img {
  display: block;
  min-height: 237px;
  width: 100%;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: optimizeQuality;
}
.grid-section .left-section .grid .g-item .container-img.movie {
  height: 275px;
}
.grid-section .left-section .grid .g-item .container-img.movie img {
  min-height: 275px;
}
.grid-section .left-section .grid .g-item .container-img.magazine {
  height: 275px;
}
.grid-section .left-section .grid .g-item .container-img.magazine img {
  min-height: 275px;
}
.grid-section .left-section .grid .g-item .container-img.news {
  height: 425px;
}
.grid-section .left-section .grid .g-item .container-img.news img {
  min-height: 425px;
}
.grid-section .left-section .grid .g-item .container-img.news-video {
  height: 110px;
  min-height: 110px;
}
.grid-section .left-section .grid .g-item .container-img.news-video img {
  min-height: 110px;
}
.grid-section .left-section .grid .g-item .container-img.grid-4-common {
  height: 280px;
}
.grid-section .left-section .grid .g-item .container-img.grid-4-common img {
  min-height: 280px;
}
.grid-section .left-section .grid .g-item .detail {
  margin-top: 8px;
}
.grid-section .left-section .grid .g-item .detail h3 {
  /* Saina */
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(12px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  /* or 28px */
  text-transform: capitalize;
  text-align: left;
  margin-top: 5px;
  color: #000000;
}
.grid-section .left-section .grid .g-item .detail h3.datetime {
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ff244e;
  font-style: italic;
}
.grid-section .left-section .grid .g-item .detail h3.datetime svg {
  fill: #ff244e;
}
.grid-section .left-section .grid .g-item .detail h4 {
  /* Saina */
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  /* or 28px */
  text-transform: capitalize;
  text-align: left;
  color: #000000;
}
.grid-section .left-section .grid .g-item .detail h4.datetime {
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ff244e;
  font-style: italic;
}
.grid-section .left-section .grid .g-item .detail h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: calc(10px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 157.4%;
  line-height: 157.4%;
  /* identical to box height, or 24px */
  text-transform: capitalize;
  color: #000000;
}
.grid-section .left-section .grid .g-item .detail p {
  color: black;
}
.grid-section .left-section .grid .g-item .detail a {
  padding: 5px 10px;
  border-radius: 50px;
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  font-style: italic;
  color: gray;
  margin: 5px 0;
  text-decoration: none;
}
.grid-section .left-section .grid .g-item .detail a.user {
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  font-style: normal !important;
  color: #000000 !important;
  font-weight: normal;
  margin: 0.01px;
  padding: 0;
}
.grid-section .left-section .grid .g-item .detail .fa {
  color: #edab00;
}
.grid-section .left-section .grid .g-item .detail .fa-clock-o {
  color: #ff244e;
}
.grid-section .left-section .grid .g-item:hover h3 {
  color: #ff244e;
}
.grid-section .left-section .grid .pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px 120px;
}
.grid-section .left-section .grid .pagination .page-link {
  border: 0;
  background-color: transparent;
  color: #ff244e;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 17px;
  line-height: 157.4%;
  /* or 47px */
  text-align: center;
  text-transform: capitalize;
}
.grid-section .left-section .grid .pagination .page-link.number {
  display: block;
  min-width: 45px;
  border: 1px solid #ff244e;
}
.grid-section .left-section .grid .pagination .page-link.active {
  background: #ff244e;
  color: white;
}
.grid-section .left-section .grid .pagination .page-item {
  margin: 0 2%;
}
.grid-section .left-section .grid .pagination .page-item span:first-child {
  font-size: 50px;
  font-style: normal;
  color: #afafaf;
}
.grid-section .left-section .grid .pagination .page-item span:first-child:hover {
  color: #767676;
}
.grid-section .right-section {
  /* Rectangle 67 */
  height: 100%;
  padding: 25px;
  padding-top: 40px;
  background: #f1f1f1;
}
.grid-section .right-section hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 0;
  border: 0.5px solid #e4e1e2;
}
.grid-section .right-section .scroll-container {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.grid-section .right-section .scrollable {
  display: block;
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 300px;
}
.grid-section .right-section .scrollable::-webkit-scrollbar {
  width: 6px;
  /* width of the entire scrollbar */
}
.grid-section .right-section .scrollable::-webkit-scrollbar-track {
  background: #d3d3d3;
}
.grid-section .right-section .scrollable::-webkit-scrollbar-thumb {
  background-color: #ff244e;
  /* color of the scroll thumb */
  border-radius: 5px;
  /* roundness of the scroll thumb */
  border: none;
  /* creates padding around scroll thumb */
}
.grid-section .right-section .news-widget {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 45px 25px;
}
.grid-section .right-section .news-widget h5 {
  /* latest news */
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 24px;
  text-transform: uppercase;
  color: #ff244e;
}
.grid-section .right-section .news-widget .widget-info {
  margin: 5px 0;
}
.grid-section .right-section .news-widget .widget-info * {
  padding: 0;
  margin: 0;
}
.grid-section .right-section .news-widget .widget-info img {
  max-width: 110px;
  height: auto;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-section .right-section .news-widget .widget-info .container-img {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  height: 110px;
  overflow: hidden;
}
.grid-section .right-section .news-widget .widget-info .container-img img {
  display: block;
  min-height: 110px;
  width: 100%;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: optimizeQuality;
}
.grid-section .right-section .news-widget .widget-info .info {
  padding: 10px;
  padding-left: 20px;
  padding-top: 0;
  width: 55%;
  margin-top: -2px;
}
.grid-section .right-section .news-widget .widget-info .info h6 {
  /* 01 Jan 2021 */
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ff244e;
}
.grid-section .right-section .news-widget .widget-info .info p {
  /* Amitabh Bachchan Shares His Intense Look From Chehre */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #000000;
}
.grid-section .right-section .news-widget .widget-info .info a {
  /* read more > */
  margin-top: 4px;
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: calc(9px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  /* identical to box height */
  text-align: left;
  color: #ff244e;
}
.grid-section .right-section .news-widget button {
  padding: 8 30;
  border-radius: 50px;
  margin: 40px 0 !important;
  background: transparent;
  font-weight: 400;
  font-size: calc(11px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  font-style: italic;
  border: 1.5px solid #ff244e;
  color: #ff244e;
}
.grid-section .right-section .news-widget button:hover, .grid-section .right-section .news-widget button:active, .grid-section .right-section .news-widget button:focus {
  background: #ff244e;
  border: 1.5px solid #ff244e;
  color: white;
  background-image: none;
}
.grid-section .right-section .latest-movie-widget {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 45px 25px;
}
.grid-section .right-section .latest-movie-widget h5 {
  /* latest news */
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 24px;
  text-transform: uppercase;
  color: #ff244e;
}
.grid-section .right-section .latest-movie-widget .widget-info {
  margin: 5px 0;
}
.grid-section .right-section .latest-movie-widget .widget-info * {
  padding: 0;
  margin: 0;
}
.grid-section .right-section .latest-movie-widget .widget-info img {
  max-width: 110px;
  height: auto;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-section .right-section .latest-movie-widget .widget-info .container-img {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  height: 110px;
  overflow: hidden;
}
.grid-section .right-section .latest-movie-widget .widget-info .container-img img {
  display: block;
  min-height: 110px;
  width: 100%;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: optimizeQuality;
}
.grid-section .right-section .latest-movie-widget .widget-info .info {
  padding: 10px;
  padding-left: 20px;
  padding-top: 0;
  width: 55%;
  margin-top: -2px;
}
.grid-section .right-section .latest-movie-widget .widget-info .info h6 {
  /* 01 Jan 2021 */
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ff244e;
}
.grid-section .right-section .latest-movie-widget .widget-info .info p {
  /* Amitabh Bachchan Shares His Intense Look From Chehre */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #000000;
}
.grid-section .right-section .latest-movie-widget .widget-info .info a {
  /* read more > */
  margin-top: 4px;
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: calc(9px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  /* identical to box height */
  text-align: left;
  color: #ff244e;
}
.grid-section .right-section .latest-movie-widget .widget-info .info {
  padding: 0 10px;
  margin: 0;
  margin-top: -4px;
}
.grid-section .right-section .latest-movie-widget .widget-info .info p {
  padding: 0;
  margin: 0;
}
.grid-section .right-section .latest-movie-widget button {
  padding: 8 30;
  border-radius: 50px;
  margin: 40px 0 !important;
  background: transparent;
  font-weight: 400;
  font-size: calc(11px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  font-style: italic;
  border: 1.5px solid #ff244e;
  color: #ff244e;
}
.grid-section .right-section .latest-movie-widget button:hover, .grid-section .right-section .latest-movie-widget button:active, .grid-section .right-section .latest-movie-widget button:focus {
  background: #ff244e;
  border: 1.5px solid #ff244e;
  color: white;
  background-image: none;
}
.grid-section .right-section .blog-widget {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 45px 25px;
}
.grid-section .right-section .blog-widget h5 {
  /* latest news */
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 24px;
  text-transform: uppercase;
  color: #ff244e;
}
.grid-section .right-section .blog-widget .widget-info {
  margin: 5px 0;
}
.grid-section .right-section .blog-widget .widget-info * {
  padding: 0;
  margin: 0;
}
.grid-section .right-section .blog-widget .widget-info img {
  max-width: 110px;
  height: auto;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-section .right-section .blog-widget .widget-info .container-img {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  height: 110px;
  overflow: hidden;
}
.grid-section .right-section .blog-widget .widget-info .container-img img {
  display: block;
  min-height: 110px;
  width: 100%;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: optimizeQuality;
}
.grid-section .right-section .blog-widget .widget-info .info {
  padding: 10px;
  padding-left: 20px;
  padding-top: 0;
  width: 55%;
  margin-top: -2px;
}
.grid-section .right-section .blog-widget .widget-info .info h6 {
  /* 01 Jan 2021 */
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #ff244e;
}
.grid-section .right-section .blog-widget .widget-info .info p {
  /* Amitabh Bachchan Shares His Intense Look From Chehre */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: calc(10px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #000000;
}
.grid-section .right-section .blog-widget .widget-info .info a {
  /* read more > */
  margin-top: 4px;
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: calc(9px + (11 - 9) * ((100vw - 400px) / (1900 - 400)));
  /* identical to box height */
  text-align: left;
  color: #ff244e;
}
.grid-section .right-section .box-office-widget {
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 45px 25px;
}
.grid-section .right-section .box-office-widget .table {
  background: rgba(255, 255, 255, 0.99);
  border-radius: 10px;
}
.grid-section .right-section .box-office-widget h5 {
  /* latest news */
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 24px;
  text-transform: uppercase;
  color: #ff244e;
}
.grid-section .right-section .box-office-widget h6 {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 22px;
  color: #ff244e;
}
.grid-section .right-section .box-office-widget .body span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: #000000;
}
.grid-section .right-section .box-office-widget .body hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
}
.grid-section .right-section .box-office-widget .body a {
  margin: 0 auto;
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: calc(10px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  text-align: center;
  color: #ff244e;
}
.grid-section .right-section .box-office-widget table {
  padding: 20px;
}
.grid-section .right-section .box-office-widget table th {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 22px;
  color: #ff244e;
}
.grid-section .right-section .box-office-widget table td {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: calc(11px + (15 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 18px;
  color: #000000;
  border: 1px solid #e7e7e7;
}
.grid-section .scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285f4;
}
.grid-section .scrollbar-danger::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.grid-section .scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}
.grid-section .scrollbar-warning::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.grid-section .scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff8800;
}
.grid-section .scrollbar-success::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.grid-section .scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00c851;
}
.grid-section .scrollbar-info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.grid-section .scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}
.grid-section .scrollbar-default::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.grid-section .scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2bbbad;
}
.grid-section .scrollbar-secondary::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.grid-section .scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.grid-section .scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}

footer {
  margin: 0;
  padding: 0;
  background: #ff244e;
  width: 100%;
}
footer .footer {
  display: block;
}
footer .footer-container {
  width: 100%;
}
footer .footer-container .footer-section {
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
footer .footer-container .footer-section .footer-logo {
  max-width: 170px;
  margin-bottom: 25px;
}
footer .footer-container .footer-section .bottom-bar .first {
  margin-left: 2.5%;
}
footer .footer-section-1 {
  padding-bottom: 30px;
}
footer .footer-section-1 h3 {
  font-family: Montserrat;
  font-size: calc(12px + (14 - 9) * ((100vw - 400px) / (1900 - 400)));
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
footer .footer-section-1 a {
  margin: 0px 12px;
  margin-left: 0;
}
footer .footer-section-2 {
  padding-bottom: 0px;
}
footer .footer-section-2 div.img-container img {
  margin-top: 8px;
  float: left;
  margin-left: 4px;
  display: block;
  width: auto;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-section-2 a {
  color: white;
  text-decoration: none;
}
footer .footer-section-3-container {
  padding-top: 100px;
  background: #db0f36;
}
footer .footer-section-3-container .last {
  margin-top: auto;
  background: #000000;
}
footer .footer-section-3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
footer .footer-section-3 .first {
  margin-top: 10px;
}
footer .footer-section-3 .first p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: calc(10px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 5px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  display: block;
}
footer .footer-section-3 .second {
  margin-top: 30px;
}
footer .footer-section-3 .second p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: calc(9px + (10 - 9) * ((100vw - 400px) / (1900 - 400)));
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
footer .footer-section-3 .search {
  width: 80%;
  margin: 20px auto;
  margin-top: 5px;
}
footer .footer-section-3 .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: calc(9px + (10 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: white;
}
footer .footer-section-3 .search ::-moz-placeholder {
  font-size: calc(9px + (10 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: white;
}
footer .footer-section-3 .search ::placeholder {
  font-size: calc(9px + (10 - 9) * ((100vw - 400px) / (1900 - 400)));
  color: white;
}
footer .footer-section-3 .search input {
  color: white;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  outline: 0;
}
footer .footer-section-3 .search input:active, footer .footer-section-3 .search input:focus {
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 0 !important;
  outline-width: 0 !important;
  color: white;
}
footer .footer-section-3 .search .input-group-text {
  background: #191919;
  color: #f28c91;
  border: 0;
  outline: 0;
}
footer .footer-section-3 .search h5#successText {
  width: 100%;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: -24px;
}
footer .footer-section-3 .third {
  overflow: hidden;
  display: block;
  margin-top: auto;
}
footer .footer-section-3 .four {
  margin: 0px auto;
  margin-top: 26px;
}
footer .footer-section-3 .four img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 45px;
  margin: 0 2px;
}
@media all and (max-width: 440px) {
  footer .footer-section-3 .four img {
    max-height: 35px;
  }
}
@media all and (max-width: 440px) {
  footer .footer-section-3 .four img {
    max-height: 35px;
  }
}
footer .footer-section-3 .four div.img-container {
  display: block;
  margin-top: 10px;
  width: auto;
  height: 42px;
}
footer .footer-section-3 .four div.img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 42px;
}
@media all and (max-width: 440px) {
  footer .footer-section-3 .four div.img-container img {
    max-height: 35px;
  }
}
@media all and (max-width: 440px) {
  footer .footer-section-3 .four div.img-container img {
    max-height: 35px;
  }
}
footer .list-group-item {
  background: transparent;
  color: white;
  box-shadow: transparent;
  border: 0;
  font-family: Montserrat;
  font-size: calc(10px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding: 1% 1%;
}
footer .info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: calc(9px + (12 - 9) * ((100vw - 400px) / (1900 - 400)));
  line-height: 24px;
  padding: 8px;
  color: #ffffff;
  background: #2c2c2c;
}
footer .info .first {
  min-width: 270px;
}
