@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;800&display=swap");

:root {
  --white: #fff;
  --cyan: #39fff0;
  --primary: #61b3e5;
  --background: #111;
  --primary-blue-hover: #1b78b0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif !important;
  background-color: #000000 !important;
}

.rm-main {
  overflow-x: clip;
  overflow-y: clip;
}

#landingVideo {
  width: 100%;
  padding: 0;
  left: 0;
  margin: 0;
  right: 0;
  object-fit: cover;
}

.landing-video {
  width: 100%;
  position: relative;
}

.down-arrow-landing {
  left: 50%;
  bottom: 24px;
  position: absolute;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.event-count-down {
  margin-top: 80px;
  position: relative;
}

.check-box-img {
  width: 100%;
  height: 102px;
}

.count-down {
  margin-top: 40px;
  text-align: center;
}

.cd-head {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--white);
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.timer {
  width: 100%;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.timer li {
  display: flex;
  font-size: 56px;
  color: var(--cyan);
}

.timer li .digit {
  line-height: normal;
}

.timer li .assigned {
  font-size: 14px;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}

.timer li:not(:last-child)::after {
  content: ":";
  margin: 0px 12px 0px 12px;
}

.rm-dash {
  width: 100%;
  height: 3px;
  background-color: var(--primary);
}

.section-title {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--primary);
  letter-spacing: 8.96px;
  text-transform: uppercase;
}

.rm-para {
  color: var(--white);
  text-align: center;
  font-weight: 100;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.words-highlight {
  font-weight: 700;
}

.orange-highlight {
  font-weight: 600;
  color: var(--primary);
}

.rm-pills {
  width: 100%;
  border-radius: 40px;
  padding: 8px 8px !important;
  background: rgba(255, 255, 255, 0.1);
}

.rm-pills li {
  width: 33.33%;
}

.rm-pills li .nav-link {
  width: 100%;
  opacity: 0.6;
  font-weight: 700;
  color: var(--white);
  border-radius: 32px;
  text-transform: uppercase;
}

.rm-pills li .nav-link .dates {
  font-weight: 500;
}

.rm-pills li .nav-link.active {
  opacity: 1;
  color: var(--white);
  background-color: var(--primary);
}

.rm-list {
  margin-bottom: 0px;
}

.rm-list li {
  padding-left: 7px;
  line-height: 28px;
  color: var(--white);
  letter-spacing: 0.4px;
}

.rm-list li::marker {
  content: "+";
  font-weight: 700;
  color: var(--cyan);
}

.orange-shine {
  top: -315px;
  z-index: -9;
  right: -340px;
  position: absolute;
}

.orange-shine img {
  width: 900px;
}

.blue-shine {
  top: 40px;
  z-index: -9;
  left: -550px;
  position: absolute;
}

.blue-shine img {
  width: 900px;
}

.data-driven {
  position: relative;
}

.topic {
  width: 88px;
  margin: auto;
  line-height: 1;
  font-size: 24px;
  padding: 4px 8px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.48px;
  color: var(--background);
  text-transform: uppercase;
  background-color: var(--cyan);
}

.cloud {
  text-align: center;
}

.unlock {
  text-align: center;
  color: var(--white);
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.city-picture hr {
  margin: 0px !important;
}

.warning {
  font-size: 18px;
  text-align: center;
  color: var(--white);
}

.timings {
  color: var(--cyan);
  font-weight: 600;
}

.rm-schedule-table td:first-child {
  width: 170px;
  vertical-align: baseline;
  border-right: 2px solid var(--primary);
}

.steps {
  color: var(--white);
}

.agenda-and-schedule {
  position: relative;
}

.cloud-store {
  right: 0;
  bottom: 0;
  position: absolute;
}

.cloud-store video {
  height: auto;
}

.timings-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.timings-list li {
  margin-top: 16px;
}

.yellow-dash {
  width: 80px;
  border-top: 2px solid var(--primary);
}

.speakers-name {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.speakers-position {
  opacity: 0.6;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  color: var(--white);
}

.register-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--white);
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.rm-input {
  margin-bottom: 24px;
  border: 1px solid transparent !important;
  padding: 8px 10px !important;
  color: var(--white) !important;
  background-color: #292929 !important;
}

.rm-input:focus {
  opacity: 1 !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--white) !important;
}

.rm-input:hover {
  opacity: 0.8 !important;
  border-bottom: 1px solid var(--white) !important;
}

.error {
  opacity: 0.6 !important;
  border: 1px solid red !important;
}

input::placeholder {
  opacity: 0.6 !important;
  color: var(--white) !important;
}

.info-contact {
  font-size: 16px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.6);
}

.info-contact a {
  color: var(--primary) !important;
}

.rm-btn {
  width: 100%;
  padding: 10px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--white) !important;
  background: var(--primary) !important;
}

.rm-btn:focus {
  border: 1px solid transparent !important;
}

.rm-btn:hover {
  box-shadow: 0px 0px 30px 0px rgba(97, 179, 229, 0.5);
}

.rm-footer {
  position: relative;
}

.footer {
  margin-top: 24px;
  padding-bottom: 24px;
}

.footer .logo img {
  width: 156px;
}

.footer-menu ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-menu ul li:not(:last-child) {
  margin-right: 16px;
}

.footer-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.64px !important;
}

.footer-menu ul li a:hover {
  color: var(--primary);
}

.logo-invisible {
  visibility: hidden;
}

.logo-invisible .logo img {
  width: 105px;
  margin-left: 24px;
}

.logo-invisible .logo {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.copyright-para {
  opacity: 0.4;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 0px;
  color: var(--white);
}

.rm-social {
  display: flex;
  list-style: none;
  padding-left: 0px;
  align-items: center;
  justify-content: center;
}

.rm-social li:not(:last-child) {
  margin-right: 16px;
}

.rm-social li img {
  width: 24px;
  height: 24px;
}

.rm-header nav {
  background: var(--primary);
}

.rm-header .navbar-nav {
  width: 100% !important;
  padding-right: 0px !important;
  justify-content: center !important;
}

.rm-header .navbar-nav .nav-item a {
  color: var(--white);
  font-weight: 500;
  padding: 0px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

/* .rm-header .navbar-nav .nav-item a:hover {
  color: var(--primary);
} */

.rm-header .rm-social {
  margin-bottom: 0px;
}

.rm-header .social {
  display: flex;
  margin-left: 15px;
  padding-left: 15px;
  align-items: center;
  border-left: 1px solid var(--white);
}

.scroll-animation {
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.btn-outline-rm {
  width: 170px;
  margin-left: 20px;
  padding: 8px 16px !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  border: 1px solid var(--white) !important;
}

.btn-outline-rm:hover {
  color: var(--white) !important;
  background-color: rgba(97, 179, 229, 1) !important;
  box-shadow: 0px 0px 30px 0px rgba(97, 179, 229, 0.5) !important;
}

.navbar-toggler {
  border: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("../resource/images/hamburger.png") !important;
}

.rm-header .offcanvas-header {
  justify-content: end !important;
}

.btn-close {
  background-image: url("../resource/images/cross.png") !important;
}

.db-df {
  display: block !important;
}

.db-df-two {
  display: none;
}

.concert-details .city {
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 5.64px;
  text-transform: uppercase;
}

.concert-details {
  margin-bottom: 16px;
}

.concert-details .title {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.byr {
  border-right: 2px solid var(--primary);
}

.concert-schedule {
  color: var(--white);
  font-size: 20px;
  margin-top: 16px;
  text-transform: uppercase;
}

.get-d {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary);
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.get-d:hover {
  text-decoration: underline;
}

.get-d div img {
  transition: 0.2s;
  margin-top: 8px;
}

.get-d:hover div img:hover {
  transition: 0.2s;
  margin-top: 0px;
}

.concert-section {
  position: relative;
}

.big-sphecial-one {
  position: absolute;
}

.big-sphecial-one img {
  transition: transform 0.5s;
}

.big-sphecial-one img:hover {
  transform: scale(0.9) !important;
}

.big-sphecial-two {
  position: absolute;
}

.big-sphecial-two img {
  transition: transform 0.5s;
}

.big-sphecial-two img:hover {
  transform: scale(0.9) !important;
}

.big-sphecial-three {
  position: absolute;
}

.big-sphecial-three img {
  transition: transform 0.5s;
}

.big-sphecial-three img:hover {
  transform: scale(0.9) !important;
}

.big-sphecial-four {
  position: absolute;
}

.big-sphecial-four img {
  transition: transform 0.5s;
}

.big-sphecial-four img:hover {
  transform: scale(0.9) !important;
}

.register-for-techtonic {
  position: relative;
}

.speakers {
  margin-top: 80px;
  position: relative;
}

.blue-shine-two {
  top: 175px;
  z-index: 9;
  left: -303px;
  position: absolute;
}

.blue-shine-two img {
  width: 500px;
}

.orange-shine-two {
  top: 363px;
  z-index: -9;
  right: -400px;
  position: absolute;
}

.orange-shine-two img {
  width: 900px;
}

/* img {
  width: 60px;
} */

.big-sphecial-five {
  right: 50px;
  bottom: -300px;
  position: absolute;
}

.big-sphecial-five img {
  width: 170px;
  transition: transform 0.5s;
}

.big-sphecial-five img:hover {
  transform: scale(0.9) !important;
}

.random-sphecial-six {
  right: -14px;
  top: 130px;
  position: absolute;
}

.random-sphecial-six img {
  width: 250px;
  transition: transform 0.5s;
}

.random-sphecial-six img:hover {
  transform: scale(0.9) !important;
}

.random-sphecial-seven {
  left: -14px;
  top: 0px;
  position: absolute;
}

.random-sphecial-seven img {
  width: 150px;
  transition: transform 0.5s;
}

.random-sphecial-seven img:hover {
  transform: scale(0.9) !important;
}

.float-register-btn {
  position: absolute;
}

.btn-outline-rm-solid {
  width: 170px;
  margin-left: 20px;
  padding: 8px 16px !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  background: conic-gradient(
    from -3deg at 100% -13%,
    #ffa500 0deg,
    #ff6348 360deg
  ) !important;
}

.btn-outline-rm-solid:hover {
  box-shadow: 0px 0px 30px 0px rgba(255, 127, 80, 0.5) !important;
}

.offcanvas-backdrop.show {
  opacity: unset !important;
}

.data-drive-details {
  z-index: 9;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

#EvForm {
  z-index: 9;
  position: relative;
}

.cut-corners-btn {
  height: 56px;
  width: 250px;
  border: none;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  background: var(--primary);
}

.cut-corners-btn span {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.cut-corners-btn:hover {
  background: var(--primary-blue-hover);
}

.cut-corners-btn:hover::before {
  border-left: 25px solid var(--primary-blue-hover);
}

.cut-corners-btn::before {
  top: 0;
  right: 0;
  width: 0;
  content: "";
  position: absolute;
  border-top: 20px solid !important;
  border-left: 25px solid var(--primary);
}
