.prev-next-btn-wrapper{
  max-width: 1170px;
  margin: auto;
  width: 100%;
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-main-2 {
  height: calc(100vh - 90px);
}


.banner-main-2 .uk-slideshow-items{
  height: 100%;
  min-height: 0px !important;
  
}

.banner-main-2 .banner-content { 
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: auto;
  padding: 0 20px;
}

.banner-main-2 .banner-content .banner-text-box{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.banner-main-2 .banner-text-container{
  padding-right: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}


.banner-main-2 .banner-overline{
  margin-bottom: 15px;
  display: inline-block;
}

.banner-main-2 .banner-title{
  margin-bottom: 20px;
}

{# Button #}
.banner-main-2 .btn-group{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}


.banner-main-2 .button.uk-button-primary:hover,
.banner-main-2 .button.uk-button-primary:active{
  background: transparent;
}

.banner-main-2 .button.uk-button-default{
  background: transparent;
}


.banner-main-2 .banner-content .banner-image{
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-main-2 .banner-image img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}


.banner-main-2 .slidenav-previous-btn,
.banner-main-2 .slidenav-next-btn{
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-main-2 .slidenav-next-btn{
  left: 80px;
}

.banner-main-2 .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #FFF;
  stroke-width: 3;
}

.banner-main-2 .slidenav-previous-btn:hover,
.banner-main-2 .slidenav-next-btn:hover{
  background-color: #FFF;
}

.banner-main-2 .slidenav-previous-btn:hover.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),
.banner-main-2 .slidenav-next-btn:hover.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #3452ff;
}




/* Media query for responsive */
@media screen and (max-width: 1198px) {
  .banner-main-2 .banner-text-container{
    padding-right: 70px;
  }

}

@media screen and (max-width: 767px) {

  .banner-main-2 .banner-text-container{
    padding-right: 55px;
  }

  .banner-main-2 .banner-content { 
    gap: 30px;
    flex-wrap: wrap;
  }

  .banner-main-2 .banner-content .banner-text-box{
    width: 100%;

  }

  .banner-main-2 .banner-content .banner-image {
    width: 100%;
    height: 100%;
    position: static;
    order: 2;
  }
