.main-btn {
  padding: 10px 20px;
  background-color: crimson;
  color: white;
}

.swiper-wrapper {
  align-items: center;
}

.brand-logo img {
  max-width: 80%;
  max-height: 80px;

}

.project-wrapper .arrow-shape img {
  width: 40px;
}

.text-ryt {
  text-align: right;
}

.support p {
  font-size: 16px;
  font-weight: 600;
}

.support h4 {
  color: #ed4150;
}

.banner-img {
  margin-top: -115px;
  opacity: .15;
}

.logo-mid {
  width: 100%;
  margin-bottom: -70px;
  /* border-radius: 50%; */
  /* background: #0000001f; */
  /* padding: 20px; */
}

.bg-vd {
  position: relative;
  z-index: -1;
  margin-top: -65px;
}

#vd {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-counter-items {
  min-width: 220px;
  text-align: center;
  padding: 10px 5px 20px 5px;
  border-radius: 10px;
}


/* Magazine Wrapper */
.magazines_wrapper {
  padding: 240px 0px 50px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.magazines_wrapper .container {
  max-width: 1000px;
  min-width: 350px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 35px;
}

.magazines_wrapper h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #fff;
}

.shelf-left {
  left: 0;
  width: 82px;
  /* background: url(https://pubhtml5.com/images_16/home/shelf1.png); */
  background: url(https://events.eletsonline.com/his/images_16/shelf1.webp);
}

.demo-self {
  position: absolute;
  height: 100%;
  top: 0;
}

.shelf-mid {
  left: 82px;
  right: 82px;
  background: url(https://events.eletsonline.com/his/images_16/shelf2.webp);
}

.shelf-right {
  right: 0;
  width: 82px;
  background: url(https://events.eletsonline.com/his/images_16/shelf3.webp);
}


.home-banner-demo-ul-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-banner-demo-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-banner-demo-ul>.tall {
  display: inline-block;
  position: relative;
  margin: 0 31px;
  margin-top: -166px;
  margin-bottom: 80px;
}

.home-banner-demo-img-container {
  position: relative;
  cursor: pointer;
}

.home-banner-demo-img-container {
  overflow: hidden;
}

.home-banner-demo-thum {
  display: block;
  max-width: 100%;
  height: auto;
}

.home-banner-demo-thum {
  position: relative;
  display: block;
  width: 160px;
  height: auto;
}

.demo-self {
  position: absolute;
  height: 100%;
  top: 0;
}

.bg-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.apply_btn {
  text-align: center;
  margin-top: 30px;
}

.button {
  background-color: #d56124;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
}

.button .dots_border {
  position: absolute;
  border: 1px dashed white;
  border-radius: 25px;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0.3;
}

.text_button {
  position: relative;
  z-index: 1;
}

/* CSS */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(45deg,
      #C0483D,
      #973751,
      #A10F3E,
      #A90D43,
      #BA5B4D,
      #C4304A,
      #DA3666,
      #ff00c8,
      #BA2E6A);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.header-menu-items {
  border-radius: 0 0 20px 20px;
}

.single-news-style-1 {
  padding: 22px;
}

.liner {
  color: white;
  max-width: 1000px;
  margin: 10px auto;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.tagy {
  font-size: 32px;
}

.main-header-1 .header-top {
  background: linear-gradient(to right, #b30d55d8, #fa6d51ce);
}

.btn-mob {
  display: none;
}

.mob1 {
  position: fixed;
  width: 49%;
  left: 2px;
  bottom: 2px;
  font-size: 12px !important;
}

.mob2 {
  position: fixed;
  width: 50%;
  right: 0;
  bottom: 2px;
  font-size: 12px !important;
}

.img66 {
  position: absolute;
  top: 66px;
  left: 120px;
  width: 110px;
}

.m-type {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  /* background: url("./assets/images/arrow11.png") top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  text-align: center;
  color: #B0002D;
}

.why_delhi {
  background: url('./assets/images/why-delhi.jpg');
  background-attachment: fixed;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.why_delhi h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
}

.why_delhi p {
  color: #faddea;
  font-size: 14px;
  line-height: 24px;
}

.why_delhi h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}

.why_delhi ul li {
  list-style: circle;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  padding: 5px 0 0;
}

.delhibox {
  border: 1px solid #fff;
  padding: 10px;
  margin-top: 30px;
  border-radius: 5px;
}


.m-type-dark {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  background: url("./assets/images/arrow12.png") top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-dot {
  display: none;
}

.project-image img {
  background: #fff;
}

.profile-sec {
  background-image: url(./assets/images/audi-bg3.webp);
  background-size: cover;
  padding: 60px 0 260px;
  background-attachment: fixed;
}

.speakers19 {
  text-align: center;
  margin-bottom: 30px;
  /* box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
  /* min-height: 410px; */
  padding-bottom: 20px;
}

.speakers19 img {
  max-width: 100%;
  filter: grayscale(1);
  border-radius: 50%;
  border: 5px solid rgb(211, 211, 211);
}

.speakers19 img:hover {
  filter: grayscale(0);
}

.speakers19 h3 {
  font-size: 20px;
  margin-top: 10px;
}

.speakers19 p {
  font-size: 15px;
}

#partners,
#speakers {
  scroll-margin-top: 120px;
}

.testimonial-content {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  margin: 15px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 360px;
}

.testimonial-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.testimonial-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  position: relative;
  padding-left: 30px;
}

.testimonial-content p::before {
  content: "“";
  font-size: 40px;
  color: #96133C;
  position: absolute;
  left: 0;
  top: -10px;
  font-family: Georgia, serif;
}

.testimonials_name {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.testimonials_name h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.testimonials_name h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0 0;
  color: #555;
}

.testimonials_name h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 2px 0 0;
  color: #777;
}


@media only screen and (max-width:1400px) {
  .m-type {
    font-size: 34px;
  }
}

@media only screen and (max-width:1200px) {
  .m-type {
    font-size: 28px !important;
  }
}

@media only screen and (max-width:991px) {
  .btn-mob {
    display: block;
    z-index: 10000;
    text-align: center;
  }
}

@media only screen and (max-width:600px) {
  .choose-us-wrapper .choose-image img {
    max-width: 50%;
}
  .profile-sec {
    padding: 60px 0 20px;
  }

  body .particletext {
    font-size: 28px !important;
  }

  .img66 {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 60px;
  }

  .bg-vd {
    margin-top: -80px;
  }

  .footer-wrapper .footer-bottom {
    padding: 60px 0;
  }

  .single-news-style-1 {
    padding: 10px 0 0 0;
  }

  .news-content {
    padding: 0 0 10px 10px !important;
  }

  .news-content a {
    font-size: 12px !important;
  }

  .header-menu-area {
    background-color: transparent !important;
  }

  .header-menu-area .header-menu-items {
    background-color: transparent !important;
  }

  .tagy {
    font-size: 24px;
  }

  /* .logo-mid{
        max-width: 220px !important;
    } */
  .banner-img {
    margin-top: 0px;
  }

  .support {
    margin-top: 20px;
  }

  #contact .cta-banner-style-1 {
    padding: 15px;
  }

  .mean-container .mean-nav ul li li a {
    padding: 10px 0% !important;
  }

  .menu-sidebar-area .menu-sidebar-wrapper {
    padding: 15px !important;
  }
}

.partner {
  text-align: center;
}

.partner img {
  max-width: 200px;
  margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #BA2E6A !important;
}

.rowforce img {
  max-width: 180px;
  max-height: 100px;
}

.rowforce {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-bottom: 20PX;
  align-items: center;
  background: white;
  min-height: 100px;
}

.rowforce1 img {
  max-width: 150px;
  max-height: 100px;
  padding: 18px 0 0 0;
}

.rowforce1 {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-bottom: 20PX;
  background: white;
}

@media only screen and (min-width:410px) {
  .logo-left {
    padding-right: 20px;
  }

  .logo-right {
    border-left: 2px solid #eee;
    padding-left: 10px;
  }
}

@media only screen and (min-width:1300px) {
  .logo-1 {
    padding-right: 24px;
  }
}

@media only screen and (min-width:992px) {
  .width20 {
    width: 20% !important;
  }
}

@media only screen and (min-width:768px) {
  .key19 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .header-menu-area .header-menu-items .menu-components {
    justify-content: flex-end;
  }

  .header-menu-area .header-menu-items .menu-components a {
    margin-left: 10px;
  }

  #edition4 .rowforce {
    display: flex;
  }

  #edition3 .rowforce {
    display: flex;
  }
}

.spkrs {
  background: #1D2027;
  border-radius: 10px 10px 0 0;
}

.sp-info {
  text-align: center;
  background: #430012;
  margin-bottom: 30px;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;

}

.sp-info img {
  background: #430012;
}

.sp-info h3 {
  color: #f88181;
}

.sp-info p {
  color: #fff;
  padding-bottom: 4px;
}


.content h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
}

.feature-single-box .icon {
  display: none;
}

.who-will span {
  border: 1px solid #BA2E6A;
  padding: 6px 16px;
  border-radius: 20px;
  margin: 8px;
  display: inline-block;
}

.support {
  background: #ffecec;
  padding: 20px;
  border-radius: 10px;
}

#about,
#key-highlights,
#focus-areas {
  scroll-margin-top: 130px;
}

.headingtile {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  color: white;
  overflow: hidden;
  /* width: 77%; */
  font-family: 'Lemon Milk';
  /* background: #01203f; */
  margin: 0;
  /* text-align: center; */
}

.content1 {
  text-align: center;
  /* width: 77%; */
  margin: auto;
  padding: 50px 10px;
}

.trusted-brands-box .col-md-2 {
  padding: 0 2px;
}

.trusted-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0 0 4px;
  min-height: 95px;
  border-radius: 2px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.trusted-brands a {
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 54.4793px 64.0933px rgba(205, 205, 205, 0.16);
  height: 100px;
  border-radius: 6px;
  padding: 10px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.trusted-brands a:hover {
  box-shadow: none;
}

body .particletext {
  text-align: center;
  font-size: 48px;
  position: relative;
  font-weight: 800;
}

body .particletext.confetti>.particle {
  opacity: 0;
  position: absolute;
  animation: confetti 3s ease-in infinite;
}

body .particletext.confetti>.particle.c1 {
  background-color: rgba(76, 175, 80, 0.5);
}

body .particletext.confetti>.particle.c2 {
  background-color: rgba(156, 39, 176, 0.5);
}

.series_inner {
  background: #fff;
  border: .5px solid #e2dede;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  padding: 0 20px;
  border-radius: 10px;
}

.series_inner img {
  width: 80%;
}

.series_inner:hover {
  transition: all .3s ease;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
}

.features-list-area {
  background: #96133C;
}

.features-list-area h2 {
  font-size: 50px;
  margin: 60px 0 10px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: cover;
  background-repeat: no-repeat;
  animation: textcolor 10s linear infinite;
}

body #user-button .u-icons,
body #user-button .u-main {
  display: none !important;
}

.textcontainer {
  padding: 80px 0 40px 0;
  text-align: center;
}

body .particletext {
  text-align: center;
  font-size: 40px;
  position: relative;
  font-weight: 700;
  color: #fff;
}

body .particletext.confetti>.particle {
  opacity: 0;
  position: absolute;
  animation: confetti 3s ease-in infinite;
}

body .particletext.confetti>.particle.c1 {
  background-color: rgba(76, 175, 80, 0.5);
}

body .particletext.confetti>.particle.c2 {
  background-color: rgba(156, 39, 176, 0.5);
}

.testi video {
  width: 100%;
}

.lv_sponsors_wrapper {
  /* float: left; */
  width: 100%;
  background-image: url(https://events.eletsonline.com/nbfc100/15th-edition/images/content/sponsor_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.lv_heading_center {
  float: center;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}

.lv_heading_center h2 {
  display: inline-block;
  width: 100%;
  margin: 0px;
  font-size: 45px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.lv_heading_center h2:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 4px;
  width: 60px;
  background: linear-gradient(101.03deg, #D7B290 0%, #000000 100%);
}

.testi {
  background-color: black;
  margin-bottom: 30px;
}

.testi p {
  color: #eeeeee;
}

@keyframes confetti {
  0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
  }

  10% {
    opacity: 1;
  }

  35% {
    transform: translateY(-800%) rotate(270deg);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
  }
}


.nums {
  position: relative;
  margin-bottom: 30px;
}

.nums img {
  border-radius: 5px;
}

.content-nums {
  position: absolute;
  top: 20px;
  left: 20px;
}

.content-nums h2 {
  font-size: 50px;
}

.content-nums h2,
.content-nums h6 {
  color: #fff;
  line-height: 1;
}

.trusted-brands img {
  max-width: 90%;
  max-height: 70px;
}

.series-brand .trusted-brands {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.audi-list li {
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-box {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 10px 0;
  margin-bottom: 30px;
  min-height: 155px;
}

.partner-box p {
  margin-bottom: 15px;
}


.testimonial-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonial-title h2 {
  font-weight: 700;
  font-size: 36px;
}

.testimonial-title p {
  color: #666;
  margin: 20px 0;
}

.view-more-btn {
  background: linear-gradient(to right, #fc466b, #3f5efb);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s;
}

.view-more-btn:hover {
  opacity: 0.9;
}

#testimonialSlider {
  width: 55%;
  height: 540px !important;
  overflow: hidden;
}

#testimonialSlider .swiper-slide {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  opacity: 0.5;
  transform: scale(0.9);
}

#testimonialSlider .swiper-slide-active {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #c1213e;
  opacity: 1;
  transform: scale(1);
}

.testimonial-content h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-content p {
  font-size: 13px;
  margin: 0 0 10px;
  /* font-family: 'Urbanist'; */
  color: #000;
  line-height: 23px;
  font-weight: 400;
}

.testimonials_wrapper h2 {
  color: #c1213e;
  text-align: left;
  /* font-family: "Urbanist", sans-serif !important; */
  font-size: 40px;
  margin: 0 0 20px;
}

.testimonials_name h4 {
  color: #c1213e;
  /* font-family: 'Urbanist'; */
  font-size: 18px;
  margin: 0 0 5px;
}

.testimonials_name h5 {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin: 0 0 5px;
  /* font-family: 'Urbanist'; */
}

.testimonials_name h6 {
  font-size: 14px;
  color: #000;
  /* font-family: 'Urbanist'; */
  font-weight: 300;
  margin: 0;
}



.key19 h2 {
  font-size: 32px;
}

.key19 div {
  padding-left: 20px;
}

.flexi {
  display: flex;
  align-items: flex-end;
}

.flexi img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffbacf;
  filter: grayscale(1);
  margin-right: 20px;
}