body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#home {
  width: 100%;
  height: auto;
  /*background-color:#3d8eac;*/
  background: url(https://storage.googleapis.com/e4mevents/e4m-world-music-day-webinar-2025/images/hero-bg.jpg)
    no-repeat center center;
  background-size: cover;
}
.login-height {
  height: 80vh !important;
}

#home .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#home .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo-bg {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  #home {
    height: auto;
    text-align: center;
  }
  #home .animated {
    -webkit-animation: none;
    animation: none;
  }
  #home .hero-img {
    text-align: center;
  }
  #home .hero-img img {
    width: 50%;
  }
  .lt-logo {
    width: 300px;
  }
  .rt-logo {
    width: 300px;
  }
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #home .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #home .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #home .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #home .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
  .lt-logo {
    width: 200px;
  }
  .rt-logo {
    width: 200px;
  }
}

/*--- Footer Logo ---*/
.footer-logo {
  padding: 12px 0;
  text-align: center;
}

.footer-logo img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

@media (max-width: 768px) {
  .footer-logo img {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .video {
    height: 300px !important;
  }
}

/*--- Footer ---*/
#footer {
  font-size: 14px;
  background: #ffffff;
  border-top: 1px solid #c3c3c3;
}
@media (max-width: 1920px) {
  .video {
    width: 100%;
    height: 650px;
  }
}

@media (min-width: 1450px) {
  #home {
    height: auto;
  }
}

@media (max-width: 1367px) {
  .video {
    height: 450px;
  }
}
.footer-partner {
  width: 80%;
}
.mandatory {
  color: #e40040;
}
.login-form {
  padding: 30px;
  background: #ffffff8a;
}
.logo-box {
  padding: 30px;
  background: #ffffff8a;
  box-shadow: 0px 0px 20px #ccc;
}

.watch-box {
  background: #ffffff8a;
  /*box-shadow: 0px 0px 20px #ccc;*/
}
.login-btn {
  background: #00d0fd;
  padding: 6px 30px;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  border-radius: 60px;
}
.login-form label {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.heading {
  font-size: 28px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 15px;
}
.login-btn:hover {
  color: #333333;
}

.left-logo p {
  font-weight: 600;
}
.right-logo p {
  font-weight: 600;
}
.btn-watch {
  color: #000000;
  background-color: #00d0fd;
  border-color: #02c5ef;
}
.btn-watch:hover {
  color: #000000;
  background-color: #5cddf9;
}

@media (max-width: 667px) {
  .left-logo {
    width: 100%;
  }
  .right-logo {
    display: none;
  }
}

#content {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #e53e34;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  margin: 50px auto 50px 25%;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 30px;
  list-style: none;
  text-align: left;
  font-weight: 1;
  max-width: 70%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
  color: #000;
}
.timeline .event {
  border-bottom: 1px dashed #e53e34;
  padding-bottom: 10px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -240.5px;
  color: #000000;
  content: attr(data-date);
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #e53e34;
  left: -57.85px;
  background: #0b0e2d;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
@media (max-width: 800px) {
  .timeline {
    margin: 40px auto 50px 10%;
    max-width: 100%;
  }
  .timeline .event:before {
    left: -0.5px;
    top: 28px;
    background-color: #0b0e2d;
    color: white;
    margin-top: 8px;
    padding: 2px 8px 2px 8px;
    content: attr(data-date);
    text-align: right;
    font-weight: 400;
    font-size: 0.9em;
    min-width: 120px;
  }
  .timeline .event:last-child:before {
    top: 56px;
  }
  .timeline .event p {
    top: 27px;
    padding: 10px 0px 10px 0px;
    position: relative;
  }
}

.border-box {
  border: 1px solid #f3f3f3;
}
