/*---------New Banner ------*/
.main-banner {
  background: var(--red);
}
.banner-image {
  height: 100vh;
  position: relative;
}
.banner-image::after {
  background: #00000066;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.banner-image video {
  object-fit: cover;
}
.main-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.main-banner-content h2 {
  font-family: "AMS Matarani";
  font-size: 57px;
  line-height: 71px;
  font-weight: 400;
  margin: 0;
}
.main-banner-content h1 {
  font-family: "Arka Typeface";
  font-size: 110px;
  line-height: 122px;
  font-weight: 400;
  margin: 30px 0;
}
.main-banner-content h4 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin: 30px 0;
  text-shadow: 0px 6px 6px #00000029;
  text-transform: uppercase;
}
.main-banner-content h4 span {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
  text-decoration: underline;
}
.main-banner-content h4 span::before {
  position: absolute;
  content: "|";
  width: 1px;
  height: 100%;
  left: 0;
  top: 3px;
}
.main-banner .lar-follow-us {
  margin-top: 20px;
}
.main-banner .lar-follow-us ul {
  gap: 10px;
}
/*----- banner -----*/
.lar-banner {
  padding: 120px 0;
  background-image: url("../../images/snap-bg-left.png"),
    url("../../images/snap-bg-right.png");
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
}
.lar-banner-white {
  background-image: none;
}
.schedule-section {
  /* background-image: url("../../images/schedule-bg-left.png"),
    url("../../images/schedule-bg-right.png");
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: auto 100%; */
  background: var(--bg-gray);
}
.cities-section {
  background-image: url("../../images/cities-bg.png");
  background-size: 100% 120px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* .black-section {
  background-color: var(--black-600);
  color: var(--white);
} */
/* .black-section .secondary-font,
.black-section .lar-small-heading,
.black-section .event-date {
  color: var(--white);
} */
/* .black-section .section-heading .lar-heading {
  color: var(--orange);
} */

@keyframes filltext {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.lar-banner .banner-main {
  position: relative;
  padding-bottom: 30px;
  background-size: 100%;
  background-position: center bottom;
  z-index: 9;
}
.lar-banner .banner-content {
  text-align: center;
  z-index: 102;
  width: 100%;
  max-width: 1130px;
}
.lar-banner .video-screen {
  flex-basis: calc(50% - 25px);
  max-width: 540px;
  padding-top: 44px;
}
.lar-banner .video-box {
  padding: 20px;
  max-width: 540px;
  position: relative;
  height: 280px;
  width: 100%;
  overflow: hidden;
}
.lar-banner .video-box iframe {
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.event-date {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 20px 20px;
  max-width: 85%;
  margin: 0 auto;
  padding: 5px;
}
.lar-banner .banner-static-image {
  width: 50%;
  z-index: 9;
}
.lar-banner .banner-static-image img {
  height: auto;
}
.date-location > div {
  font-size: 24px;
  color: var(--white);
  opacity: 0.8;
}
.date-location > div + div {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.date-location > div + div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: var(--white-200);
}
.date-location > div span {
  background-image: url(../../images/sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
}
span.date-icon {
  width: 30px;
  height: 34px;
  background-position: -11px -9px;
}
span.location-icon {
  width: 24px;
  height: 34px;
  background-position: -61px -9px;
}
.lar-newsletter label {
  color: var(--white);
  font-size: 16px;
}
.lar-newsletter .form-control {
  border: 0;
  color: var(--white);
  background: var(--black-200);
  border-radius: 8px;
  height: 48px;
}
.lar-follow-us p {
  color: var(--white);
  opacity: 0.8;
}
.lar-follow-us ul li a {
  display: block;
}
.lar-shape-box span.fb {
  background-position: -93px -9px;
  width: 13px;
  height: 24px;
}
.lar-shape-box span.in {
  background-position: -115px -9px;
  width: 24px;
  height: 24px;
}
.lar-shape-box span.tw {
  background-position: -149px -9px;
  width: 22px;
  height: 18px;
}
.lar-shape-box span.li {
  background-position: -177px -7px;
  width: 24px;
  height: 24px;
}
.lar-shape-box span.yt {
  background-position: -207px -9px;
  width: 26px;
  height: 18px;
}
.lar-shape-box span.mail {
  background-position: -242px -9px;
  width: 24px;
  height: 18px;
}
.content {
  color: var(--white);
}
.content a.green-font {
  color: var(--green-font);
}
.content a.black-font {
  color: var(--black);
}
.content a {
  color: var(--primary);
}
.lar-button.get-ticket-btn {
  position: relative;
  min-width: 150px;
  display: inline-block;
  background: linear-gradient(256deg, #b71e00, #ef4423 100%);
  border: none;
}
.lar-button.get-ticket-btn:hover {
  color: var(--white);
  background: linear-gradient(256deg, #b71e00, #ef4423 100%);
  border-radius: 12px;
}
.get-ticket-btn:hover::before {
  font-size: 18px;
}

@media screen and (max-width: 1439px) {
  .lar-button.get-ticket-btn {
    font-size: 16px;
    padding: 0 15px;
    min-width: 130px;
  }
  .lar-banner {
    background-size: 180px;
  }
}
@media screen and (max-width: 1366px) {
  .lar-banner .display-1 {
    font-size: 42px;
    line-height: 60px;
  }
  .main-banner-content h1 {
    font-size: 90px;
    line-height: 102px;
    margin: 0 0 44px;
  }
  .main-banner-content h2 {
    font-size: 47px;
    line-height: 61px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .main-banner-content h1 {
    font-size: 70px;
    line-height: 82px;
    margin: 0 0 34px;
  }
  .main-banner-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px;
  }
  .main-banner-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .lar-banner .display-1 {
    font-size: 36px;
    line-height: 52px;
  }
  .lar-banner .display-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .lar-banner .video-screen {
    max-width: 430px;
  }
  .lar-banner .video-box {
    max-height: 191px;
    max-width: 430px;
  }
  .lar-banner .video-box iframe {
    height: 100%;
    width: 390px;
  }
  .event-date {
    font-size: 16px;
  }
  .date-location > div {
    font-size: 22px;
  }
  .get-ticket-btn {
    min-width: 170px;
  }
  .lar-banner {
    min-height: inherit;
  }
  .lar-button.get-ticket-btn {
    font-size: 14px;
    min-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .main-banner-content h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 0;
  }
  .main-banner-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
  .main-banner-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-main {
    flex-wrap: wrap;
  }
  .banner-links {
    position: static;
    padding: 10px 0 0;
  }
  .banner-links a {
    margin: 0 5px 10px !important;
  }
  .main-banner .lar-follow-us {
    position: static;
    padding: 0 0 5px;
  }
  .lar-follow-us ul {
    flex-direction: row;
  }
  .main-banner .lar-follow-us li {
    margin: 0 5px;
  }
  .lar-banner {
    padding: 60px 0;
  }
  .lar-banner .banner-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .lar-banner .banner-static-image {
    width: 60%;
  }
  .lar-banner .video-screen {
    max-width: 48%;
  }
  .lar-banner .video-box iframe {
    max-width: 100%;
  }
  .schedule-section {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .main-banner-content h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .lar-banner {
    padding: 30px 0;
  }
  .main-banner {
    margin-top: 60px;
  }
  .main-banner-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .lar-banner .banner-static-image {
    width: 100%;
  }
  .lar-banner .video-screen {
    max-width: 410px;
    flex-basis: 100%;
  }
  .lar-banner .video-box {
    max-height: 171px;
    max-width: 410px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
  }
  .lar-banner .video-box iframe {
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  .lar-banner .display-1 {
    font-size: 26px;
    line-height: 37px;
  }
  .banner-image img {
    min-height: 390px;
  }
  .lar-banner .display-2 {
    font-size: 18px;
  }
  .date-location > div {
    font-size: 18px;
  }
  .lar-follow-us ul li ~ li {
    margin-left: 15px;
  }
  .lar-shape-box {
    transform: scale(0.9);
  }
  .main-banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 320px) {
  .main-banner-content h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .main-banner-content h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .lar-banner .display-2 {
    font-size: 15px;
    line-height: 22px;
  }
  .lar-newsletter label {
    font-size: 14px;
  }
  .date-location > div {
    font-size: 16px;
  }
  .date-location > div span {
    margin-right: 10px;
  }
  .date-location > div + div {
    padding-left: 15px;
    margin-left: 15px;
  }
}
