@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  outline: none;
}
body.enabled-focus a:focus > .violet-white, body.enabled-focus a:focus > .violet-yellow{
  background:#e9c535;
  border:1px solid transparent!important;
  color:#222;
}
body.enabled-focus a:focus > .yellow-white{
  background:#8921cc;
  border:1px solid transparent!important;
  color:#fff;
}
 body.enabled-focus .nav-item a:focus, body.enabled-focus button:focus , body.enabled-focus .bg-banner .yellow-text a:focus,body.enabled-focus .about-section .yellow-text a:focus,body.enabled-focus .schedule-section a:focus,body.enabled-focus .bg-footer  .quick-hover a:focus,body.enabled-focus .bg-footer .bg-yellow-hover a:focus{
  border:1px solid #e9c535;
  padding:10px 20px; 
}

.navbar-toggler:focus{
  box-shadow: unset!important;
}

.ml-space {
  margin-left: 9% !important;
}

.yellow-text {
  color: #fbc343;
}

.violet-text {
  color: #8921cc;
}

.text-grey {
  color: #b7b7b7;
}

.yellow-hovertext:hover {
  color: #fbc343;
}

.violet-hovertext:hover {
  color: #8921cc;
}
.white-hovertext:hover{
  color:#fff;
}
.bg-header {
  background: #21292e;
}

.bg-header .bg-light {
  background: none !important;
}

.bg-header .logo img {
  width: 50%;
}

.bg-header .yellowline {
  border-top: 1px solid #fbc343;
}

.bg-header .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
}

.bg-header .dropdown-menu {
  background: #fff;
}
.bg-header .dropdown-item:hover {
  color: #fff!important;
  background-color: #fbc343!important;
}

.bg-header .violet-white {
  position: relative;
  background: #8921cc;
  color: #fff;
  border: none;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
  padding: 20px;
  outline: none;
  width: 250px;
}

.bg-header .violet-white:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 525%;
  height: 1000%;
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
          transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
          transform: translateY(10%) translateX(16%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bg-header .violet-white:hover {
  color: #8921cc;
}

.bg-header .violet-white:hover::after {
  -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
          transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.bg-banner {
  background: #21292e;
  /* background-size: auto contain;
  height: 800px; */
}

.bg-banner .violet-white {
  position: relative;
  background: #8921cc;
  color: #fbc343;
  border: none;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
  padding: 15px;
  outline: none;
}

.bg-banner .violet-white:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 525%;
  height: 1000%;
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
          transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
          transform: translateY(10%) translateX(16%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bg-banner .violet-white:hover {
  color: #8921cc;
}

.bg-banner .violet-white:hover::after {
  -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
          transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.bg-banner .logo img {
  height: 150px;
  width: auto;
}
.bg-header .navbar-nav .nav-link:hover{
  color:#e9c535!important;
}

.bg-banner .para-top span {
  font-weight: 600;
}

.bg-banner .banner-head {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 50px;
  font-weight: bold;
}

.bg-banner .banner-para {
  color: #b7b7b7;
  font-size: 18px;
}

.bg-banner .violet-yellow {
  position: relative;
  background: #8921cc;
  color: #fff;
  border: none;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  padding: 20px 10px;
  outline: none;
  /* width: 250px; */
}

.bg-banner .violet-yellow:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 550%;
  height: 1000%;
  background: #fbc343;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
          transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
          transform: translateY(10%) translateX(16%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bg-banner .violet-yellow:hover {
  color: #222;
}

.bg-banner .violet-yellow:hover::after {
  -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
          transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.bg-banner .book-ticket {
  font-size: 17px;
  font-weight: 500;
}
.bg-banner .content-banner{
  padding-left:9%;
  padding-top:140px!important;
}
.bg-banner .pyconimg{
  width:500px;
}

.about-section {
  background: #21292e url("../images/b1.png") no-repeat;
  background-position: top 150% right;
  background-size: auto contain;
}

.about-section .about-pycon {
  font-family: "Montserrat", sans-serif !important;
  font-size: 50px;
  font-weight: bold;
  margin-top: -22px;
}

.keynote-section {
  background: #21292e url("../images/keynote.png") no-repeat;
  height: 862px;
}

.keynote-section .keynote-head {
  font-size: 55px;
  font-family: "Montserrat", sans-serif !important;
}

.keynote-section .key-head {
  font-size: 24px !important;
  font-weight: 500;
}

.keynote-section .key-para {
  font-size: 17px;
}

.ticket-section {
  background: #fbc343;
}

.ticket-section .ticket-head {
  color: #21292e;
  font-size: 50px;
  font-weight: 600;
}

.ticket-section .conference-head {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
}

.ticket-section .conference-head-1 {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
}

.ticket-section .dotted-line {
  border-bottom: 3px dashed #deaa32;
}

/* .ticket-section .white-card {
  background: url("../images/white-card.png") no-repeat;
  height: 294px;
  padding: 50px 150px 50px 60px;
} */

.ticket-section .white-card-head {
  font-size: 32px;
  font-weight: 600;
}

.ticket-section .rupee-violet {
  font-size: 32px;
  font-weight: 600;
}

.ticket-section .rupee-head {
  font-size: 16px;
}

.ticket-section .violet-yellow {
  position: relative;
  background: #8921cc;
  color: #fff;
  border: none;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  padding: 20px 10px;
  outline: none;
}

.ticket-section .violet-yellow:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 550%;
  height: 1000%;
  background: #fbc343;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
          transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
          transform: translateY(10%) translateX(16%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.ticket-section .violet-yellow:hover {
  color: #222;
}

.ticket-section .violet-yellow:hover::after {
  -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
          transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.schedule-section {
  background: #21292e url("../images/snake-down.png") no-repeat;
  background-position: top right;
}

.schedule-section .schedule-head {
  font-family: "Montserrat", sans-serif !important;
  font-size: 50px;
}

.schedule-section .nav-pills .nav-link.active,
.schedule-section .nav-pills .show > .nav-link {
  background-color: transparent;
  font-size: 30px;
  font-weight: 700;
  color: #fbc343;
  outline: none;
  position: relative;
}
.schedule-section .nav-pills .nav-link.active:hover, .schedule-section .nav-pills .show > .nav-link:hover{
  color:#fff!important;
}

.schedule-section .nav-pills .nav-link.active::after, .schedule-section .nav-pills .show > .nav-link::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #8921cc;
  width: 40%;
  left: 30%;
  margin-top: 52px;
}

.schedule-section .nav-link {
  color: #b7b7b7;
  font-size: 18px;
  outline: none;
}
.schedule-section .nav-link:hover{
  color:#fff!important;

}

.schedule-section .timeline {
  border-left: 3px dashed #deaa32;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 62px;
  list-style: none;
  text-align: left;
}

.schedule-section .timeline-box {
  background: #293339;
  border-radius: 10px;
  padding: 20px;
  width:100%;
}

.schedule-section .content {
  margin-left: 6%;
}

.schedule-section .event {
  margin-top: -4%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.schedule-section .timeline-head {
  font-weight: 500;
  font-size: 15px;
}

.schedule-section .timeline-box h6 {
  font-weight: 400;
  font-size: 15px;
}

.schedule-section .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.schedule-section .timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  position: absolute;
  display: block;
  top: 0;
}

.schedule-section .timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #8921cc;
  box-shadow: 0 0 0 3px #8921cc;
  left: -55.8px;
  background: #8921cc;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
  position: absolute;
  display: block;
  top: 0;
}


.sponsor-section {
  background: #21292e;
}

.sponsor-section .sponsor-head {
  font-family: "Montserrat", sans-serif !important;
  font-size: 50px;
}

.sponsor-section .spon-subhead {
  font-size: 35px;
  font-weight: 600;
}

.sponsor-section .dotted-line {
  border-bottom: 3px dashed #575757;
}

.bg-footer .yellow-white {
  width: unset;
}
.bg-footer .ml-top, .bg-footer .footerlogo {
  padding-top: unset !important;
}

.bg-footer {
  background:#21292e url("../images/bgback.png") no-repeat;
  background-size:cover;
  background-position:top right;
}

.bg-footer .list-group-item {
  background-color: unset;
  border: unset;
}

.bg-footer .yellow-white {
  position: relative;
  background: #fbc343;
  color: #222;
  border: none;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  padding: 20px 10px;
  width: 250px;
  outline: none;
}

.bg-footer .yellow-white:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 550%;
  height: 1000%;
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
          transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
          transform: translateY(10%) translateX(16%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bg-footer .yellow-white:hover {
  color: #8921cc;
}

.bg-footer .yellow-white:hover::after {
  -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
          transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.bg-footer .footer-head {
  font-size: 18px;
  font-weight: 400;
}

.bg-footer .footerlogo {
  padding-top: 23% !important;
}

.bg-footer .ml-top {
  padding-top: 25% !important;
}
.bg-footer .quick-hover a:hover, .bg-footer  i:hover{
  color:#e9c535!important;
}
.bg-footer .bg-yellow-hover i{
  font-size:20px!important;
}

/* about page */
.about-page {
  background: #21292e url("../images/b1.png") no-repeat;
  background-position: top 155px right;
}

.about-page .left-para-large p {
  font-size: 50px;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.3;
}

.about-page .about-pg-head {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 30px;
}

.about-page .sub-about-head {
  font-weight: 400;
}

.about-sub-sec {
  background: #21292e url("../images/about-sub.png") no-repeat;
  background-size: contain;
  height: 864px;
}

.about-sub-sec .about-pg-head {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 30px;
}

.white-card-new{
  background:#fff;
  width:100%;
  position:relative;
  padding:40px;
  border-radius:20px;
  height: 270px;
}
.white-card-new::before{
  content: "";
border-radius: 60%;
width: 38px;
height: 60px;
top: 50%;
position: absolute;
margin-top: -30px;
background-color: #fbc343;
left: -20px;
}
.white-card-new::after{
  content: "";
border-radius: 50%;
width: 38px;
height: 60px;
top: 50%;
left: 100%;
position: absolute;
margin-top: -30px;
margin-left: -20px;
background-color: #fbc343;
}


/* blog page  */
.blog-page{
  background:#21292e;
}
.blog-head{
  font-size:50px!important;
}
.blog-list-head{
  font-family: "Montserrat", sans-serif !important;
font-weight: 600;
font-size: 30px!important;
}
.blog-hr{
  border-top: 1px solid #eee;
  margin:15px 0;
}

/* media queries */
@media(min-width:320px) and (max-width:576px){
  .schedule-section .timeline .event::after {
    left: -18.8px!important;
}

}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .navbar-nav .nav-item{
    text-align:center;
  }
  .bg-header .violet-white{
    width:unset!important;
  }
  .ml-space {
    margin-left: unset !important;
  }
 
  .navbar-collapse {
    background: #222;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("../images/mob-nav.png") !important;
    outline: unset !important;
  }
  .navbar-light .navbar-toggler {
    color: unset !important;
    border-color: unset !important;
    padding: unset;
    line-height: unset;
    border: unset !important;
    font-size: 30px !important;
    width: 20%;
  }
  .bg-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 50px !important;
    text-align: left;
  }
  .bg-header{
    height: unset!important;
  }
  .bg-banner-mob {
    background: #21292e url("../images/bg-banner-mob.png") no-repeat!important;    
    background-size: cover!important;
    height: 461px;
  }
  .bg-banner .violet-yellow {
    width: unset;
  }
  
  .para-top span {
    color: #fff;
  }
  .bg-header .banner-head, .about-section .about-pycon, .keynote-section .keynote-head, .ticket-section .ticket-head, .schedule-section .schedule-head, .sponsor-section .sponsor-head, .about-page .left-para-large p {
    font-size: 30px;
  }
  .bg-banner {
    height: 550px;
  }
  .logo-mob img{
    width:100px!important;
  }
  .bg-banner{
    height: unset!important;
  }
  .bg-banner .content-banner{
    padding-top:unset!important;
    padding:0 20px!important;
  }
  .ticket-section .white-card {    
    padding: 32px 60px!important;
}
.ticket-section .rupee-violet{
  text-align:center!important;
}
  .keynote-section {
    background: #21292e url("../images/keynote.png") repeat;
    height: unset;
    background-size: contain;
  }
  .keynote-section .key-head, .ticket-section .conference-head, .ticket-section .white-card-head, .schedule-section .nav-pills .nav-link.active, .schedule-section .nav-pills .show > .nav-link, .sponsor-section .spon-subhead {
    font-size: 20px !important;
  }
  .keynote-section .key-para, .white-card-para, .ticket-section .rupee-head {
    font-size: 15px;
  }
 
  .white-card-new{
    height:unset!important;
  }
  .ticket-section .rupee-violet, .about-page .about-pg-head, .about-sub-sec .about-pg-head {
    font-size: 28px;
  }
  .ticket-section .conference-head-1 {
    font-size: 20px;
    margin-left: 20px;
  }
  .schedule-section {
    background-size: 62px auto;
  }
  .schedule-section .nav-pills .nav-link.active::after, .schedule-section .nav-pills .show > .nav-link::after {
    margin-top: 34px !important;
  }
  .schedule-section .timeline .event::after {
    left: -18.8px;
  }
  .about-sub-sec {
    height: unset !important;
  }
  .bg-footer .yellow-white{
    width:unset!important;
  }
  
  
}
/* only for sponsor section */

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden!important;
  }
  body {
    position: relative
  }
  
  .schedule-section .timeline {
    max-width: 98%;
    padding: 25px;
  }
  .schedule-section .timeline .event {
    padding-top: 30px;
  }
  .schedule-section .timeline .event:before {
    left: 0px;
    text-align: left;
  }
  .schedule-section .timeline .event:after {
    left: -31.8px;
  }

}

@media (min-width: 576px) and (max-width: 991px) {
  .bg-header {
    height: 645px !important;
  }
  .bg-banner-mob{
    background-position:cover!important;
    height:565px;
  }
  .bg-banner .content-banner{
    padding-top:100px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .footerlogo img.d-block{
    width: 75%;
margin-left: 50px;
  }
  
.ticket-section .rupee-violet{
  text-align:center!important;
}
  .ticket-section .violet-yellow {
    width: 100% !important;
  }
  .schedule-section {
    background-size: 62px auto;
  }
  .schedule-section .timeline .event::after {
    left: -17.8px;
  }
  .bg-header{
    background: #21292e!important;
    height: unset!important;
  }
  
  .bg-footer .ml-top {
    padding-top: 27%;
  }
  .white-card-new{
    height:unset!important;
  }
}

@media (min-width: 768px) and (max-width: 1030px) {
  .navbar-collapse {
    background: unset !important;
  }
  .bg-header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .bg-header {
    background: #21292e;
    background-position: unset;
    background-size: cover;
    height: unset !important;
  }
  .bg-header .logo img {
    width: unset;
  }
  .bg-banner {
    background-position: unset !important;
    height: unset !important;
    padding-bottom: 100px;
  }
  .schedule-section {
    background-size: 140px auto;
  }
  
  .ticket-section .rupee-violet {
    font-size: 28px;
    font-weight: 600;
  }
  
  .schedule-section .timeline .event::after {
    left: -55.8px;
  }
  .bg-footer {
    background: #21292e url("../images/bgback.png") no-repeat !important;
    background-position: top right !important;
  }
  .bg-footer .yellow-white {
    width: unset;
  }
  .bg-footer .ml-top, .bg-footer .footerlogo {
    padding-top: 27% !important;
  }
}

@media (min-width: 992px) and (max-width: 1030px) {
  body {
    overflow-x: hidden;
  }
  .bg-header .logo img {
    width: 58% !important;
  }
  .bg-header .violet-white{
    margin-left:unset;
}
.bg-banner .violet-yellow{
  width:188px!important;
}
.schedule-section {
  background-size: 150px auto;
}
  .bg-footer .ml-top, .bg-footer .footerlogo {
    padding-top: 22% !important;
  }
  .about-section{
    padding-top:20%;
  }
}
@media(min-width:1031px) and (max-width:1200px){
  .about-section{
    padding-top:20%!important;
  }
  .bg-banner .content-banner {
    padding-left: 17%;
    padding-top: 140px !important;
}
.schedule-section {
  background-size: 150px auto;
}
}
@media(min-width:1200px) and (max-width:1300px){
  .schedule-section {
    background-size: 150px auto;
  }
}
@media(min-width:1595px) and (max-width:1920px){
  .bg-banner .content-banner {
    padding-left: 17%;
    padding-top: 140px !important;
}

}
@media (min-width: 1920px) {

  .bg-banner {

    background-position: top right !important;

  }
  .bg-banner .content-banner {
    padding-left: 17%;
    padding-top: 140px !important;
}

  .keynote-section {

    background-size: cover !important;

  }

  .ticket-section .violet-yellow {

    width: 60% !important;

  }

  .bg-footer {

    background-size: contain !important;

  }
  .bg-footer .ml-top {
    padding-top: 20% !important;
}

  .bg-footer .footerlogo  img{
    width:88%;
    text-align: center;

  }

}
/*# sourceMappingURL=style.css.map */
