@charset "UTF-8";
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.banner .col:nth-child(1) {
  width: 60%;
}
.banner .col:nth-child(2) {
  width: 40%;
}
/*banner section starts*/
.banner-bg {
  max-height: 450px;
  overflow: hidden;
  background: url(../images/mc-2023-archive-banner.jpg) no-repeat;
  background-size: cover;
}
.banner-bg-cloud {
  background: url("../cloud/images/mc-archives-banner-bg.png") no-repeat;
  background-size: cover;
}
.banner {
  align-items: baseline;
}
.banner h1 {
  font: 50px/1.1 Zoho_Puvi_Bold !important;
  padding-top: 100px;
}
.banner p {
  font-size: 19px;
  margin: 10px 0px 0px 0px;
}
.cmn-breadcrum a, .cmn-breadcrum .root-page, .cmn-breadcrum .bread-crumb-arrow, .cmn-breadcrum > a:hover {
  color: #000 !important;
}
.cmn-breadcrum a::after {
  background: #000;
}
.speakers-wrapper {
  display: flex;
}
ul.speakers li {
  margin: 25px 12.5px 25px 12.5px;
}
.speakers img {
  border-radius: 5px;
  box-shadow: 10px 15px 21px #847f7043;
  width: 200px;
}
.speakers img:hover {
  filter: grayscale(100%);
}
.first-col {
  animation: scroll-one 70s linear infinite;
}
.second-col {
  animation: scroll-two 70s linear infinite;
}
.third-col {
  animation: scroll-three 70s linear infinite;
  margin-top: 75px;
}
@keyframes scroll-one {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes scroll-two {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(-20%);
  }
}
@keyframes scroll-three {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(-50%);
  }
}
/*banner section ends here*/
.inner-section-bg {
  padding: 100px 0px;
}
.inner-section-bg.scroll-indicator {
  padding: 50px 0px 100px 0px;
}
.toggle-section p:first-child {
  text-align: center;
  max-width: 850px;
  margin: 0px auto;
}
.toggle-section img {
  display: block;
  margin: 50px auto 100px auto;
  position: relative;
}
.mouse-wrapper {
  margin: 0px 0px 30px 0px;
}
.mouse-scroll-wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mouse {
  width: 3px;
  padding: 8px 10px;
  height: 15px;
  border: 2px solid #4CA7FF;
  border-radius: 10px;
  opacity: 0.75;
  box-sizing: content-box;
}
.mouse-scroll {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #4CA7FF;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
p.takeaway {
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
}
ul.season-button-wrapper {
  display: flex;
  justify-content: center;
}
li.season-button a {
  font: 17px/1.3 Zoho_Puvi_SemiBold;
  border: 1px solid #0067ff;
  padding: 10px 30px;
  margin: 10px;
  border-radius: 5px;
  text-decoration: none;
  background: #0067ff;
  color: #fff;
  display: inline-block;
}
ul.season-button-wrapper li:nth-child(2) a {
  background: transparent;
  border: 1px solid #0067ff;
  color: #0067ff;
}
/*video archives section starts*/
.mc-archive-videos-bg {
  padding: 100px 0px;
}
.mc-archive-videos-bg.season1 {
  background: #F1F7FF;
}
.mc-archive-videos-bg.cloud.season1 {
  background: #D6F2E5;
}
.mc-archive-videos-bg.season2 {
  background: #FFF4F2;
}
.mc-archive-videos-bg.cloud.season2 {
  background: #FFF1E1;
}
.cloud.season1 li {
  box-shadow: 0px 4px 6px 0px #81FBC24D;
}
.season1 li {
  box-shadow: 0px 4px 6px 0px #8CB8FF4D;
}
.season2 li {
  box-shadow: 0px 4px 6px 0px #FF9D8C4D;
}
.cloud.season2 li {
  box-shadow: 0px 4px 6px 0px #FFBC6F4D;
}
.mc-archive-videos h2 {
  font: 30px/1.3 Zoho_Puvi_Bold;
  text-align: center;
  margin: 0px 0px 75px 0px;
}
.mc-archive-video-item {
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}
.season2 .mc-archive-video-item {
  min-height: 421px;
}
.mc-archive-video-item:not(:last-child) {
  margin: 0px 10px 30px 10px;
}
.mc-archive-video-item:hover {
  transform: scale(1.05) !important;
  transition: transform .25s;
  transition-timing-function: cubic-bezier(0.25, 0.57, 0.67, 1.53);
  perspective: 1000px;
}
.mc-archive-video-item > img {
  border-radius: 10px;
}
.mc-archive-video-item h3 {
  font: 16px/1.3 Zoho_Puvi_Bold;
}
.episode-number-duration-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.episode-number-duration {
  display: flex;
  align-items: center;
}
.episode-number-duration p {
  font-size: 14px;
  margin: 0px 0px 0px 5px;
}
p.mc-archive-tags {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding: 0px 15px 20px 15px;
  margin: 0px;
}
.mc-archive-tags a {
  font-size: 12px;
  color: #000;
  text-decoration: none !important;
}
.slick-list {
  padding: 15px 0px 0px 0px;
}
.slick-next, .slick-prev {
  width: 20px;
  height: 20px;
  top: -10%;
}
.slick-prev {
  left: inherit;
  right: 30px !important;
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
  height: 12px;
  background: #000;
  transition: .5s ease;
}
/*video archives section ends*/
/*footer cta style starts here*/
.footer-cta-section-bg {
  padding: 100px 0px 50px 0px;
}
.footer-cta-section {
  text-align: center;
}
.footer-cta-section h2 {
  font-size: 36px;
  max-width: 60%;
  margin: 0px auto 35px auto;
}
a.cta {
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  font: 17px/1.2 Zoho_Puvi_SemiBold;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0px 0px 50px 0px;
}
.footer-cta-section a:hover {
  background: transparent;
  border: 1px solid #f0483e;
  color: #f0483e
}
span.arrow-animation-btn {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in;
  margin-left: 5px;
}
a.cta:hover span.arrow-animation-btn {
  transform: translateX(5px);
  transition: all .3s ease;
}
/*footer cta style ends here*/
/*animation style starts here*/
.anim-right {
  opacity: 0;
  transform: translateX(40px)
}
.active-anim .anim-right {
  opacity: 1;
  transform: translateX(0px);
  transform: inherit;
}
.anim1, .anim2, .anim3, .anim4, .anim5 {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}
.active-anim .anim1, .active-anim .anim2, .active-anim .anim3, .active-anim .anim4, .active-anim .anim5 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.anim1 {
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}
.anim2 {
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
}
.anim3 {
  transition: transform 1.1s ease;
  -webkit-transition: transform 1.1s ease;
}
.anim4 {
  transition: transform 1.4s ease;
  -webkit-transition: transform 1.4s ease;
}
.anim5 {
  transition: transform 1.7s ease;
  -webkit-transition: transform 1.7s ease;
}
/*animation style ends*/
/*popup video starts here*/
.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.7s ease;
  z-index: 100000000;
  display: none;
}
.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  margin: 0 auto;
  z-index: 100000000000000000;
  align-items: center;
  justify-content: center;
}
a.popup-button {
  display: inline-block;
  padding: 15px;
  text-decoration: none !important;
}
.popup iframe {
  width: 70vw;
  height: 80vh;
}
.close-video {
  position: absolute;
  cursor: pointer;
  background: url(../images/popup-video-close.png) no-repeat;
  z-index: 10000;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-size: cover;
}
/*popup video ends here*/
/*fixed buttons when scrolling*/
.fixed-header {
  position: fixed;
  top: 0px;
  z-index: 1000000;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  left: 0;
  right: 0;
  height: 100px;
  animation: fadein 0.3s linear;
}
@keyframes fadein {
  from {
    transform: translateY(40px)
  }
  to {
    transform: translateY(0px)
  }
}
ul.season-button-wrapper.fixed-header {
  align-items: center;
}
ul.season-button-wrapper.fixed-header li a {
  color: #0067ff;
  background: none;
  border: 1px solid #0067ff;
}
ul.season-button-wrapper.fixed-header li a:hover {
  background: #0067ff;
  border: 1px solid #0067ff;
  color: #fff;
}
/*fixed buttons when scrolling*/
.toggle-button-active-state {
  background: #0067ff !important;
  color: #fff !important
}
.sdp-common-footer-bg {
  background: #fff !important;
}
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  .speakers-wrapper {
    justify-content: center;
  }
  .third-col {
    display: none;
  }
  .footer-cta-section h2 {
    max-width: 80%;
  }
  .popup iframe {
    width: 90vw;
    height: 70vh;
  }
}
@media only screen and (max-width:768px) {
  .first-col, .second-col {
    display: none;
  }
  .banner {
    padding: 60px 30px 100px 30px;
    text-align: center;
  }
  .banner h1 {
    padding-top: 0px;
  }
  .banner .col:nth-child(1) {
    width: 100%;
  }
  .popup iframe {
    width: 90vw;
    height: 40vh;
  }
}
@media only screen and (max-width:414px) {
  .row .col {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .popup iframe {
    height: 30vh;
  }
}
@media only screen and (max-width:320px) {
  .cmn-breadcrum a, .cmn-breadcrum .root-page {
    font-size: 11px;
    line-height: 1.1;
  }
  .banner {
    padding: 50px 30px 100px 30px;
  }
  .banner h1 {
    font: 40px/1.1 Zoho_Puvi_Bold !important;
  }
  .banner p {
    font-size: 18px;
  }
  li.season-button a {
    font: 15px/1.3 Zoho_Puvi_SemiBold;
    padding: 10px 15px;
  }
}