@charset "UTF-8";
/* CSS Document */
.container-new {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 30px;
}
.prd-nav li {
  width: 32% !important;
}
/*breadcrumb section style starts here*/
.sdp-cmn-breadcrum a {
  color: #fff;
  position: relative;
  font: 15px / 1.4 Zoho_Puvi_Regular;
  text-decoration: none !important;
}
span.sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: #fff;
}
span.sdp-root-page {
  color: #fff;
  font: 15px / 1.4 Zoho_Puvi_Regular;
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: 0.4s ease;
}
/*breadcrumb section style ends here*/
/*banner section style starts here*/
.banner-bg {
  background: url(../images/video-only-banner-bg.png);
  padding: 25px 0px 100px 0px;
  background-size: cover;
}
.banner {
  text-align: center;
}
.banner h1 {
  font: 50px / 1.1 "Zoho_Puvi_ExtraBold";
  color: #fff;
  max-width: 900px;
  margin: 0 auto 75px auto;
  padding-top: 75px;
}
.banner p {
  font: 19px / 1.5 "Zoho_Puvi_Regular";
  color: #fff;
  max-width: 900px;
  margin: 75px auto 0px auto;
}
.video-modal-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  display: none;
}
.video-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.video-container {
  margin: 0 auto;
  border: 25px solid #ffffff1a;
  box-shadow: 0 0 0 25px #ffffff0f;
  border-radius: 10px;
  position: relative;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  aspect-ratio: 16 / 9;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 34px;
  height: 64px;
  border-radius: 50%;
  padding: 38px 20px 18px 38px;
  pointer-events: none;
  display: none;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4457F6;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #3670e5;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#3670e5, 10%);
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 30px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.video-modal {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal iframe {
  width: 70%;
  aspect-ratio: 16/9;
}
.video-modal-close {
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url("../../ai/images/ai-popup-close.png");
  position: absolute;
  cursor: pointer;
}
img.video-thumbnail {
  cursor: pointer;
}
/*banner section style ends here*/
/*related resources style starts here*/
.related-resources-bg {
  padding: 100px 0px;
}
.related-resources h2 {
  font: 32px / 1.3 "Zoho_Puvi_SemiBold";
  text-align: center;
  margin: 0px 0px 50px 0px;
}
.related-resources h3 {
  font: 18px / 1.2 "Zoho_Puvi_Medium";
  text-align: center;
  margin: 30px 0px 0px 0px;
  color: #000;
}
ul.related-resources-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  max-width: 1110px;
  margin: auto;
}
ul.related-resources-items li {
  max-width: 33.33%;
  width: 33.33%;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  border-collapse: separate;
  margin-right: -1px;
  margin-bottom: -1px;
  position: relative;
}
ul.related-resources-items li a {
  padding: 40px;
  display: block;
  text-decoration: none;
}
.related-resources-image-wrapper {
  min-height: 145px;
}
ul.related-resources-items img {
  width: 60%;
}
ul.related-resources-items li:nth-child(1) {
  background: #F6F9FF;
}
ul.related-resources-items li:hover:nth-child(1) {
  background: #e4ebfd;
}
ul.related-resources-items li:hover:nth-child(2) {
  background: #fae4e3;
}
ul.related-resources-items li:nth-child(3) {
  background: #FDF5FF;
}
ul.related-resources-items li:hover:nth-child(3) {
  background: #f4e4fd;
}
ul.related-resources-items li:hover:nth-child(4) {
  background: #e6e3fd;
}
ul.related-resources-items li:nth-child(5) {
  background: #FFFBF6;
}
ul.related-resources-items li:hover:nth-child(5) {
  background: #fdf2e5;
}
ul.related-resources-items li:hover:nth-child(5) {
  background: #fdf2e5;
}
span.third-box, span.fourth-box {
  position: relative;
}
ul.related-resources-items li:before, ul.related-resources-items li:after, span.third-box:before, span.fourth-box:before {
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  position: absolute;
  border: 1px solid #ddd;
  z-index: 999;
}
ul.related-resources-items li:before {
  bottom: -5px;
  right: -5px;
}
ul.related-resources-items li:after {
  top: -5px;
  left: -5px;
}
span.third-box:before {
  top: -45px;
  left: 179px;
}
span.fourth-box:before {
  top: 44px;
  left: -189px;
}
/*related resources style ends here*/
/*footer style starts here*/
.footer-sec-bg {
  padding: 0px 0px 100px;
}
.footer-sec {
  background: url(../images/footer-blue-bg.png);
  padding: 100px 0px;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.footer-sec:before, .footer-sec:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/play-arrow.png);
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}
.footer-sec:before {
  top: 30px;
  left: 65px;
  animation: wobble 1500ms ease-in infinite;
}
.footer-sec:after {
  top: 280px;
  left: 232px;
  animation: wobble 1500ms ease-in infinite;
  animation-direction: reverse;
}
@keyframes wobble {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.footer-sec h2 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px auto 40px auto;
  max-width: 700px;
}
ul.footer-cta {
  display: flex;
  justify-content: center;
}
ul.footer-cta li {
  margin: 0px 7px;
}
ul.footer-cta li a {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
ul.footer-cta li a:hover {
  box-shadow: 8px 8px #99bdff;
  transition: .3s;
}
/*footer style ends here*/
span.sdp-cta-arrow {
  transition: 0.3s ease-in;
  padding: 0 0 0 5px;
  display: inline-block;
  transform: translateX(0px);
  vertical-align: middle;
}
ul.footer-cta li a:hover .sdp-cta-arrow {
  transform: translateX(5px);
  transition: 0.3s ease-in;
}
.delay1 {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay1 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay2 {
  opacity: 0;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay2 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.delay3 {
  opacity: 0;
  transition: all ease 3s;
  -webkit-transition: all ease 3s;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
}
.active-anim .delay3 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.animation-left {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
}
.active-anim .animation-left {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-right {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
}
.active-anim .animation-right {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: inherit;
}
.animation-bottom {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
}
.active-anim .animation-bottom {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
.animation-top {
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
}
.active-anim .animation-top {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: inherit;
}
@media only screen and (max-width:1024px) {
  .banner-bg {
    background: #4457f6;
    margin-top: 20px;
  }
  ul.related-resources-items li:before, ul.related-resources-items li:after, span.third-box:before, span.fourth-box:before {
    display: none;
  }
  .footer-sec {
    border-radius: 0px;
  }
  .footer-sec:before, .footer-sec:after {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  ul.related-resources-items li {
    max-width: 100%;
    width: 100%;
  }
  .related-resources-image-wrapper {
    min-height: auto;
  }
  ul.related-resources-items img {
    width: 40%;
  }
}
@media only screen and (max-width:414px) {
  .banner h1 {
    font-size: 36px;
  }
  .video-play-button {
    display: none;
  }
  ul.footer-cta {
    flex-wrap: wrap;
  }
  ul.footer-cta li a {
    min-width: 240px;
  }
  ul.footer-cta li:nth-child(1) {
    margin-bottom: 15px;
  }
}