* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a {text-decoration: none!important;color: #EE25DA;}
a:active,a:hover {outline: 0;}
b,strong {font-weight: 600;}
ol,ul {list-style-type: none;}
img {border: 0;vertical-align: middle;}
h1{font-size: 2em;}
h2{font-size: 1.5em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
.zsiq_theme1.zsiq_floatmain {display: none!important;}
body{
  background-image: url("../images/serverroom-bg-1.jpg"), url("../images/serverroom-bg-2.jpg");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size:100%, 100%;
  background-color: #14131a;
  color:#fff
}
.serverroom{
  background:linear-gradient(1deg, rgba(20, 19, 27, 0.40) 0%, #14131B 22.63%, #14131B 69.13%, rgba(20, 19, 27, 0.00) 100%);
}
.main{padding: 25px 0 40px 0;}
/* ------------------ Header styles ------------------ */
header{
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  position: static;
}
.logo-sec{float:left;}
.logo-sec a{display: block;}
.logo-sec img{width:200px;}
.menu-sec{float:right;padding-top:20px;}
.nav-menu li{
  float: left;
  padding:0 10px;
  cursor: pointer;
}
.nav-menu li:hover{
  text-decoration: underline;
}
/* ------------------ Banner  styles ------------------ */
.banner-sec{text-align: center;}
.banner-sec p{padding: 20px 0 0 0;}
.subscribe-btn {
  display: inline-block;
  color: #000;
  border: 2px solid #88def0;
  background: #88def0;
  padding: 13px 35px;
  border-radius: 3px;
  margin: 20px 0 10px 0;
  font-size: 1.3em;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.subscribe-btn:hover{
  box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
  background: transparent;
  color: #fff;
  border: 2px solid #88def0;
}
#creative{width:330px;height: auto;margin:0 auto;min-height: 350px;}
/* ------------------ about  styles ------------------ */
.about{
  text-align: center;
  padding:60px 0 0 0;
}
.about ul li{
  display: inline-block;
  vertical-align: top;
  width:26%;
  padding: 30px 20px;
  text-align: left;
  border:1px solid #FF1BE8;
  border-radius: 5px;
  margin: 10px;
  min-height: 320px;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
  position: relative;
  top:0;
}
.about ul li:hover{
  top:-10px;
}
.about ul li img{width:50px;height: 50px;}
.about ul li h3{padding:15px 0;}

/* ------------------ episodes  styles ------------------ */
.episodes{padding:60px 0 0 0;}
.episodes h2{text-align: center;padding-bottom: 30px;}
.episodes ul > li{margin: 0 auto 30px auto;background: #1E192D;width: 82%;}
.epis-left{
  display: inline-block;
  vertical-align: top;
  width:285px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.epis-left::before{
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	 content: "";
	 display: block;
	 height: 100%;
	 left: -75%;
	 position: absolute;
	 top: 0;
	 transform: skewX(-25deg);
	 width: 50%;
	 z-index: 2;
}
.episodes ul li:hover .epis-left::before, .epis-left:focus::before{
  animation: shine 0.85s;
}
@keyframes shine {
	 100% {
		 left: 125%;
	}
}
.epis-left img{
  width:100%;
  height: auto;
  cursor: pointer;
}
.epis-left:after{
  content: "";
  width: 25%;
  height: 25%;
  background: url(../images/video-icon.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 38%;
  top: 40%;
  opacity: .95;
}
.epis-left:hover::after{
  opacity: .8;
}
.epis-right{
  width:70%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #1E192D;
  border-radius: 0 5px 5px 0;
  padding: 35px;
  margin-left: -2px;
  min-height: 275px;
}
.epis-right span{color: #EE25DA;}
.epis-right h4{padding:20px 0;line-height:28px;}
.epis-right p{font-family:'Zoho_Puvi_Thin';font-size: 1em;}
.podcast-other-details{width:100%;}
.speaker-sec{
  padding:20px 0 0 0;
  width:70%;
  display: inline-block;
  vertical-align: top;
}
.online-platforms{
  width:auto;
  padding:20px 0 0 0;
  float: right;
  position: relative;
}
.online-platforms h5 {
  position: absolute;
  top: 5px;
  right: 0;
  color: #69617f;
  width: 110px;
}
.speaker-sec img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: top;
}
.speakers-right{
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding: 8px;
}
.speakers-right p {
  line-height: 18px;
  padding: 5px 0 0 0;
}
.platform-list img{
  width:40px;
  height: auto;
}
.episodes .platform-list li{
  margin: 10px 10px 10px 0;
  display: inline-block;
  vertical-align: top;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
  width:auto;
}
.episodes .platform-list li:hover{
  transform: scale(1.2);
}
/* ------------------------------------ Footer styles ------------------------------------ */
.popup, .video-popup{
  background:rgba(0, 0, 0, 0.75);
  position: fixed;
  width:100%;
  height: 100%;
  margin: 0 auto;
  top:0;
  left:0;
  display: none;
}
.popup.active, .video-popup.active{display: block;}
.popup-inner, .video-popup-inner{
  border:1px solid #FF1BE8;
  border-radius: 5px;
  width:800px;
  height: auto;
  margin: 50px auto;
  position: relative;
  padding: 20px;
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.popup-inner h2{text-align: center;padding: 10px 0 10px 0;}
.popup-close, .video-popup-close{
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #000;
  border-radius: 20px;
  -moz-transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s;
}
.popup-close:hover, .video-popup-close:hover {
  transform: rotate(360deg);
  cursor: pointer;
}
.video-popup iframe{
    text-align: center;
    width: 100%;
}
/* ---------------- success msg ---------------*/
.success-msg{background: #f8fdee; border: 1px solid #b6db95; padding: 10px; text-align: center; color: #5c8707; font-family: Zoho_Puvi_Medium; position: fixed; top: 0px; width: 100%; display: none}

/* ---------------- form style   --------------*/
form input, form textarea {
  font-style: normal;
  background: transparent;
  font-size: 1em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
}
form select {
  background: transparent url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
  border: 1px solid #fff;
  padding: 15px;
  width: 100%;
  font-size: 1em;
  height: auto;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
div.form-field {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 2% 1%;
}
.submit-block{
  text-align: center;
  margin: 20px 0 0 0;
}
form input[type="submit"], .submit-block input{
  font-size: 1.2em;
  color: #000;
  border: 2px solid #88def0;
  background: #88def0;
  padding: 13px 35px;
  border-radius: 3px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
form input[type="submit"]:hover, .submit-block input:hover {
    box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
    background: transparent;
    color: #fff;
    border: 2px solid #88def0;
}
p.reg_form_errors{bottom: -26px;}
.CaptchaWrap{
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 47px;
}
canvas {
    width: 100%;
    height: 47px;
}
.reload {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #000;
  line-height: 22px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: 10px;
  font-size: 1.5em;
  right: 2px;
  cursor: pointer;
}
/* 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;
}
/* ------------------------------------ Footer styles ------------------------------------ */
footer{background: #1E192D;}

/* ------------------------------------ Responsive styles ------------------------------------ */
@media only screen and (min-width:1500px){
}
@media only screen and (max-width:1200px){
  .container{width:90%;}
  .episodes{text-align: left;}
  .episodes ul li{background: #1E192D;}
  .epis-left{padding: 30px;width:200px;margin:0 auto;height: auto;}
  .speaker-sec{width:100%;}
  .online-platforms{float: none;}
  .online-platforms h5{position: static;}
}
@media only screen and (max-width:1023px){
  body{
    background-image: url("../images/serverroom-bg-1.jpg"), url("../images/serverroom-bg-2.jpg");
    background-size:auto, auto;
  }
  .banner-sec br{display: none;}
  .about ul li{width: 90%;margin: 10px auto;min-height: 100px;}
  .popup-inner, .video-popup-inner{width: 90%;}
  .episodes ul > li{width:100%;}
}
@media only screen and (max-width:825px){
  div.form-field{width:100%;margin: 15px 0;}
  .popup-inner{height: 600px;overflow-y: scroll;}
  .popup-close{top: 10px;right: 10px;}
}
@media only screen and (max-width:745px){
  .epis-right{width:100%;}
}
@media only screen and (max-width:610px){
  .epis-left{display: block;}
  .epis-left, .epis-right{width:100%;}
  .epis-right{padding: 25px;}
  .speakers-right{width:100%;padding: 20px 0 0 0;}
  .speaker-sec{text-align: center;}
  .video-popup iframe{height: 400px;}
  .online-platforms{text-align: center;}
  .online-platforms h5{margin:0 auto;}
}
@media only screen and (max-width:430px){
    #creative{width:300px;height: auto;margin:0 auto;}
  .CaptchaWrap{position: relative;;margin-top: 15px;}
  .video-popup iframe{height: 300px;}
}
/* ------------------------------------ End ------------------------------------ */
