@font-face {
  font-family: roboto-regular;
  src: url(../fonts/roboto-regular.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(../fonts/roboto-bold.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --orange: #f15822;
  --dark-grey: #000b1a;
  --white: #fff;
  --black: #000;
  --bgBlack: #15222b;
  --bodyBg: #f8f7ff;
}

body {
  font-family: roboto-regular;
  font-size: 16px;
  background: var(--bodyBg);
  line-height: 30px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

.pull-left {
  float: left !important;
}

.flex {
  display: flex;
}

.wd-100 {
  width: 100%;
}

.img {
  width: 100%;
}

.relativePosition {
  position: relative;
}

.absolutePosition {
  position: absolute;
}

.padding-right-left-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.padding-top-bottom-50 {
  padding-top: 50px;
  padding-top: 50px;
}

.heading {
  font-size: 40px;
  font-weight: 500;
  color: var(--bgBlack);
  font-family: roboto-bold;
}

.heading span {
  color: var(--orange);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

/*Header-Start */
header {
  background: var(--orange);
  padding: 0px 25px;
  height: 80px;
}

.logo {
  width: 360px;
}

.navbar {
  padding: 0px 0px;
  height: 80px;
}

.navbar-brand {
  padding: 0px 0px;
  padding: 0px 0px;
  margin-top: 13px;
  max-width: 550px;
}

.nav-item {
  color: var(--white);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 15px;
  margin: 0px 5px;
  font-family: Roboto-Medium;
  font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  padding: 0px 15px;
  background: var(--white);
  margin: 0px 5px;
  border-radius: 5px;
  color: var(--orange);
}

.navbar-expand-lg .navbar-nav .nav-link.register-btn {
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
  border-radius: 5px;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #15222b;
    -webkit-box-shadow: 0 0 3px #15222b;
  }

  50% {
    background-color: var(--white);
    -webkit-box-shadow: 0 0 15px var(--white);
    color: var(--bgBlack);
  }

  100% {
    background-color: #15222b;
    -webkit-box-shadow: 0 0 3px #15222b;
  }
}
/* Header-End */

/* Banner-Start */
.banner {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}

.banner-mobile {
  float: left;
  width: 100%;
  height: auto;
  display: none;
}

.banner video {
  object-fit: cover !important;
  width: 100%;
}
/* Banner-End */

/* Content-Start */
.content {}

.content p span {
  color: var(--orange);
  font-weight: bold;
}

/* Content-End */

/* Reasons-Attending-start */
.reasonAttending-bg {
  float: left;
  padding: 50px 0px 0px 0px;
  width: 100%;
  height: auto;
}

.reasonAttending-bg p {
  padding: 10px 0px;
  line-height: 24px;
}

.reasonAttending-bg p span {
  color: var(--orange);
  font-weight: bold;
}

.reason-attending-container {
  max-width: 90%;
  margin-bottom: 50px;
}

.reason-attending-container ul {
  padding: 20px 0px;
}

.reason-attending-container ul li {
  min-height: 375px;
}

.reason-attending-container ul li:hover {}

.reason-attending-container ul li h1 {
  font-size: 35px;
  font-weight: bold;
  padding: 10px 0px;
  font-family:roboto-bold;
}

.reason-attending-container ul li p {
  padding: 20px 20px;
  line-height: 24px;
  font-family: Roboto-Medium;
}

.reason-attending-container ul li p strong {
  font-family: roboto-bold;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  float: left;
}

.reason-attending-container ul li:nth-child(odd) {
  background-image: url(../images/lucknow29th-images/benefits-box1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 23.333%;
  margin: 10px 10px;
}

.reason-attending-container ul li:nth-child(even) {
  background-image: url(../images/lucknow29th-images/benefits-box2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 23.333%;
  margin: 10px 10px;
  color: var(--bgBlack);
}

.reason-attending-container ul li:nth-child(even) h1 {
  color: var(--white);
}

.reason-attending-container ul li:nth-child(odd) h1 {
  color: var(--white);
}

.reason-attending-container p {
  line-height: 24px;
  padding: 10px 0px;
  margin: 0px;
}

.reason-attending-container div p span {
  color: var(--orange);
}
/* Reasons-Attending-End */

/* Footer-Start */
footer {
  background: var(--orange);
  margin: 160px 0px 0px 0px;
  padding-bottom: 60px;
  color: var(--white);
}

.footer-inner {
  background: var(--dark-grey);
  border-radius: 20px;
  border: 2px solid var(--white);
  margin-top: -100px !important;
  width: 80%;
  height: 160px;
  padding: 30px 30px;
  margin: 0 auto;
  background-image: url(../images/lucknow29th-images/footerImg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px -65px;
}

.footer-inner h1 {
  font-family: "Roboto-Medium";
  font-size: 35px !important;
}

.footer-left {
  width: 65%;
  padding-left: 50px;
}

.footer-left ul li {
  border-right: 2px solid var(--white);
}

.footer-right {
  width: 35%;
  padding-left: 50px;
}

.footer-right ul li img {
  max-width: 80%;
}
/* Footer-End */
