/* CSS Document */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background: #FFFEFC;
  overflow-x: hidden;
  margin: 0;
}
/* ====== Typoghraphy ====== */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
  font-display: swap;
}
body, body p {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
h1, h2, h3 {
	font-weight: 700;
	letter-spacing: -0.04em;
	margin: 0.50em 0;
}
h4, h5, h6 {
	letter-spacing: -0.02em;
}
h1 {
	font-size: 2.75rem;
}
h2 {
	font-size: 2.50rem;
}
h3 {
	font-size: 2.25rem;
}
h4 {
	font-size: 1.75rem;
}
h5 {
	font-size: 1.50rem;
}
h6 {
	font-size: 1.25rem;
}
.mdl-button, .mdl-tabs__tab {
	font-family: Montserrat;
	letter-spacing: -0.03em;
	text-transform: capitalize;
}
.mdl-button {
	line-height: 32px;
}
/* ====== Nav ====== */
.mdl-layout__header {
  background-color: white;
  min-height: 80px;
}
.mdl-layout__header-row {
  height: 80px;
  padding: 0 8px 0 80px;
}
.mdl-layout__drawer-button {
  margin: 16px;
}
.mdl-layout__header-row .mdl-navigation {
  height: 80px;
}
.mdl-layout-logo {
  display: block;
  position: relative;
  height: 32px;
}
.mdl-layout-logo img {
  height: 32px;
}
.mdl-layout__header-row .mdl-navigation__link {
  padding: 0 16px;
}
.mdl-layout__header-row .mdl-navigation__link:hover, .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover, .mdl-button:hover, .mdl-tabs__tab:hover {
  background: rgba(255, 212, 117, 0.2);
  color: black;
}
.mdl-layout__drawer .mdl-layout-logo {
  padding: 40px calc(50% - 154px/2);
  height: 40px;
  background: radial-gradient(288.44px at 0% 0%, #FFD475 0%, #FCC272 19.89%, #F9AD6D 41.99%, #F69C6A 60.33%, #F38966 80.66%, #F07762 100%);
  /* margin: 0 auto; */
} 
.mdl-layout__drawer .mdl-layout-logo img {
  height: 40px;
} 
.icn-padding {
  padding: 16px;
}
.btn-padding {
  padding: 0 8px;
}
.mdl-button--raised.mdl-button-custom {
  background: #F07762;
  color: white;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}
.mdl-button--raised.mdl-button-custom:hover, .mdl-button.mdl-button-flat:hover {
  background: #FFD475;
  color: black;
}
.mdl-button.mdl-button-flat {
  border: 2px solid #F07762;
  color: #F07762;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}
.mdl-button.mdl-button-flat:hover {
  border: 2px solid #FFD475;
}
#sidenav-search {
  padding: 0 16px;
  display: none;
}
.mdl-layout__drawer.is-visible {
  background: #ffffff;
  border: none;
}

/* ====== Layout ====== */
.mdl-layout__content {
  width: 100%;
}
.page-content {
  display: grid;
  grid-template-rows: auto;
  max-width: 1368px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  margin: auto;
}
/* ====== Top Content ======*/
.main-two, .main-three, .main-four, .main-five{
  background-position: center;
  background-repeat: no-repeat;
  background-size: 456px;
  object-fit: cover;
}
/* === Main Left === */
.content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 704px;
}
.main-left {
  position: relative;
  grid-row: 1 / 4;
  background: linear-gradient(148.54deg, #F07762 0.62%, #FFD475 100%);
}
.main-left-textgroup, .main-left-textgroup2 {
  padding: 8%;
  color: white;
}
.main-left-textgroup {
  position: absolute;
  top: 0;
}
.main-left-textgroup2 {
  position: absolute;
  bottom: 0;
}
h1.main-left-title, p.main-left-p, h2.main-left-h2  {
  text-align: center;
}
h1.main-left-title {
  margin-top: 0;
  font-weight: 300;
  font-size: 38px;
}
p.main-left-p {
  font-size: 16px;
}
h2.main-left-h2 {
  font-weight: 300;
}
ul.main-left-features {
  line-height: 1.5;
}
.main-left-features li {
  padding-top: 16px;
}
.disclaimer {
  padding-top: 16px;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(255,255,255,0.75);
}
.feat-arrow {
  padding-top: 8%;
  display: grid;
  grid-template-columns: 48px auto;
  grid-column-gap: 16px;
}
a.feat-arrow {
  text-decoration: none;
  color: white;
}
.feat-arrow p {
  line-height: 1;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: auto 0;
}
.feat-arrow img {
  width: 48px;
}
@media (min-width: 577px) and (max-width: 1024px) {
  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 16px;
  }
  .content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    min-height: 768px;
    height: calc(100vh - 80px);
  }
  .main-left {
    grid-row: 1 / 7;
  }
  .main-two, .main-three, .main-four, .main-five {
    background-size: 125%;
  }
}
/* === Main Two === */
.main-two {
  background-image: url(/img/img1.jpg);
}
.main-cube-textgroup {
  color: #FFFFFF;
  padding: 6%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-cube-textgroup p {
  margin-bottom: 4px;
}
.main-cube-textgroup h4 {
  margin-top: 0;
}
.main-three {
  background-image: url(/img/img2.jpg);
}
.main-four {
  background-image: url(/img/img3.jpg);
}
.main-five {
  background-image: url(/img/img4.jpg);
}
/* ====== All Content ====== */
.display-head {
  height: 320px;
}
.display-head h2 {
	text-align: center;
	font-size: 3rem;
}
.content2, .content3, .content4, .content5, .content6, .content7 {
  grid-column-gap: 6%;
  padding: 8% 4%;
}
/* .content2, .content3, .content4 {
} */
/* === Content 2 === */
.feat-img, picture.feat-img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.text-group, .text-group2, .text-group3, .text-group4 {
  margin: auto;
}
.text-group h3, .text-group2 h3, .text-group3 h3, .text-group4 h3 {
  margin-top: 0;
  text-transform: capitalize;
}
.text-group p, .text-group2 p, .text-group3 p, .text-group4 p {
  width: 100%;
  margin: 0 0 2em;
}
/* === Content3 === */
.search-img, picture.search-img {
  height: auto;
  width: 100%;
  max-width: 600px;
  margin: auto;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14);
}
.text-group2 {
  margin: auto;
}
/* === Content 4 === */
/* === Content 5 === */
.content5 {
  background: radial-gradient(1314.83px at 0% 0%, #FFD475 0%, #FCC272 19.89%, #F9AD6D 41.99%, #F69C6A 60.33%, #F38966 80.66%, #F07762 100%);
  background-position: center center;
  background-size: 100% 296px;
  background-repeat: no-repeat;
}
.text-group3 h3, .text-group3 p {
  color: white;
}
.content5-buttons {
  display: grid;
  grid-gap: 8px;
    grid-template-columns: repeat(4, 1fr);
}
.mdl-button.mdl-button-flat2 {
  width: 100%;
  border: 2px solid white;
  color: white;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}
.mdl-button.mdl-button-flat2:hover {
  background: white;
  color: #F07762;
}
/* === Content 6 === */
.content6 {
  display: grid;
  grid-template-rows: 2fr 8fr;
}
.text-group4 {
  margin-bottom: 0;
}
.text-group4 h3, .text-group4 p {
  text-align: center;
}
.text-group4 p {
  max-width: 560px;
}
.mdl-tabs {
  margin: 0 0 auto;
}
.mdl-tabs__tab-bar {
  max-width: 576px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
  border: none;
}
.mdl-tabs__panel {
  animation: slide 600ms cubic-bezier(0.4, 0.0, 0.2, 1), fade 1.2s cubic-bezier(0.4, 0.0, 0.2, 1); 
  backface-visibility: hidden;
  transform-style: preserve-3d;
}     
@keyframes slide {
  0% {transform: translateX(-6%);}
  100% {transform: translateX(0);}
}
@keyframes fade {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.poster-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  margin: 40px 0 0 0;
}
.poster-row img {
  width: 100%;
  max-width: 420px;
  object-fit: cover;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.14);
}
.poster-row img:hover {
  transform: translateY(-8px);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14);
}
/* === Content 7 === */
.content7 {
  display: grid;
  grid-template-rows: auto;
}
.zee-logos {
  margin: auto;
  grid-column-gap: 32px;
}
.zee-logos img {
  width: 100%;
  max-width: 120px;
}
/* === Footer === */
.zl-footer {
  width: 100%;
  background: radial-gradient(1314.83px at 0% 0%, #FFD475 0%, #FCC272 19.89%, #F9AD6D 41.99%, #F69C6A 60.33%, #F38966 80.66%, #F07762 100%);
  margin: 0 auto;
  height: 40px;
}
.footer-links, .social-links {
  margin: auto;
}
.footer-links a {
  padding: 0 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.social-links img {
  padding: 0 8px;
  height: 16px;
  width: 16px;
  fill: #FFFFFF;
}
/* ====== Grid ====== */
.gr-col, .gr-col2, .gr-col3, .gr-col4, .gr-col5, .gr-col6, .gr-cold7, .gr-col8, .gr-col9, .gr-col10, .gr-col11, .gr-cold12, .gr-row, .gr-row2, .gr-row3, .gr-row4, .gr-row5, .gr-row6, .gr-row7, .gr-row8, .gr-row9, .gr-row10, .gr-row11, .gr-row12 {
  display: grid;
}
/* === Grid Columns ===*/
.gr-col {grid-template-columns: repeat(1, 1fr);}
.gr-col2 {grid-template-columns: repeat(2, 1fr);}
.gr-col3 {grid-template-columns: repeat(3, 1fr);}
.gr-col4 {grid-template-columns: repeat(4, 1fr);}
.gr-col5 {grid-template-columns: repeat(5, 1fr);}
.gr-col6 {grid-template-columns: repeat(6, 1fr);}
.gr-col7 {grid-template-columns: repeat(7, 1fr);}
.gr-col8 {grid-template-columns: repeat(8, 1fr);}
.gr-col9 {grid-template-columns: repeat(9, 1fr);}
.gr-col10 {grid-template-columns: repeat(10, 1fr);}
.gr-cold11 {grid-template-columns: repeat(11, 1fr);}
.gr-col12 {grid-template-columns: repeat(12, 1fr);}
/* === Grid Rows ===*/
.gr-row {grid-template-rows: repeat(1, 1fr)}
.gr-row2 {grid-template-rows: repeat(2, 1fr)}
.gr-row3 {grid-template-rows: repeat(3, 1fr)}
.gr-row4 {grid-template-rows: repeat(4, 1fr)}
.gr-row5 {grid-template-rows: repeat(5, 1fr)}
.gr-row6 {grid-template-rows: repeat(6, 1fr)}
.gr-row7 {grid-template-rows: repeat(7, 1fr)}
.gr-row8 {grid-template-rows: repeat(8, 1fr)}
.gr-row9 {grid-template-rows: repeat(9, 1fr)}
.gr-row10 {grid-template-rows: repeat(10, 1fr)}
.gr-row11 {grid-template-rows: repeat(11, 1fr)}
.gr-row12 {grid-template-rows: repeat(12, 1fr)}
/* ====== end of Grid ====== */

/* ====== Media Queries ====== */
/* Extra Small devices (576px and below) */
@media (max-width: 576px) {
  .hide-on-576px {
    display: none;
  }
  #sidenav-search {
    display: block;
  }
  .page-content {
    grid-template-rows: auto;
  }
  /* === Content 1 === */
  .content {
    grid-template-columns: none;
    grid-template-rows: auto;
    height: auto;
  }
  .main-left {
    grid-row: unset;
  }
  .main-left-textgroup, .main-left-textgroup2 {
    position: unset;
    padding: 6%;
  }
  .main-two, .main-three, .main-four, .main-five {
    height: calc(50vh - 80px);
  }
  .content2 {
    grid-template-columns: unset;
    grid-template-rows: auto;
  }
  /* === Content 6 === */
  .poster-row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2 auto;
    grid-gap: 16px;
  }
  .mdl-tabs__tab-bar {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: auto;
  }
  .mdl-tabs__tab-bar a {
    border-bottom: 1px solid #e0e0e0;
  }
  /* === Content 7 === */
  .zee-logos {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
/* Small devices and below (768px and below) */
@media (max-width: 768px) {
  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 16px;
  }
  .hide-on-768px {
    display: none;
  }
  .content2, .content3, .content4, .content5 {
    grid-template-columns: unset;
    grid-template-rows: auto;
    grid-row-gap: 40px;
    height: auto;
    padding: 10% 4%;
  }
  /* === Content 1 === */
  .main-two, .main-three, .main-four, .main-five {
    background-size: 125%;
  }
  /* === Content 3 === */
  .search-img {
    grid-row-start: 1;
  }
  /* === Content 5 === */
  .content5-buttons {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .content5 {
    background-size: 100%;
    background-position: center 15vh;
  }
  /* === Footer === */
  .zl-footer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    height: 100px;
    padding: 24px 0;
  }
  .social-links {
    grid-row-start: 1;
  }
}

/* Small devices (landscape phones, 577px and up) */
@media (min-width: 577px) and (max-width: 768px) {

}
/* Medium devices (tablets, 769px to 1024) */
@media (min-width: 769px) and (max-width: 1024px) {
  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 16px;
  }
  /* === Content 5 === */
  .content5-buttons {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  .content5 {
    background-size: 100%;
  }
  /* .main-left-textgroup, .main-left-textgroup2 {
    position: unset;
    padding: 6%;
  } */
}
/* Medium devices and below (577px to 1024px) */
@media (min-width: 577px) and (max-width: 1024px) {
}
/* Extra large devices (large desktops, 1025px and up) */
@media (min-width: 1025px) {

}
/* ====== end of Media Queries ====== */