/* .extra-banner{
    background: url('assets/frontend/img/IMG_8313.jpeg') no-repeat center center / cover;
} */
.extra-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  height: 100vh;
  position:relative;
}

/* .tech-trends-wrapper {
  padding: 20px;
} */
.tech-trends-wrapper,
.tech-trends-wrapper * {
  z-index:1;
}
/* Title Styling */
.title {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 10px;
}

/* Subtitle Styling */
.subtitle {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
}

/* Button Container */
.buttons {
  display: flex;
  justify-content: center;
  align-items:center;
  gap: 10px;
}
@media(max-width:768px){
    .buttons {
  flex-direction:column;
}
}

/* Buttons */
.btn {
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  background: #fff;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background: #f0f0f0;
  cursor: pointer;
}
.extra-banner > img {
    object-fit: unset !important;
}
.btn-register-now {
    position: absolute;
    top: 77%;
    left: 39vw;
}

@media (max-width: 768px) {
    .swiper-slide {
        height: 50vh !important;
        min-height: 150px;
    }
}
@media (max-width: 992px) {
    section.main_bnner .banner_content {
        bottom: 74% !important;
    }
    .extra-banner > img {
        object-fit: cover !important;
    }
    .btn-register-now {
        position: absolute;
        top: 73%;
        left: 18vw;
        padding: 6px 12px;
        min-width: 150px;
        font-size: 14px;
    }
    .btn-register-now > .btn_proactive {
        padding: 6px 12px !important;
        min-width: 115px !important;
        font-size: 14px !important;
    }
}