*{box-sizing:border-box;margin:0;padding:0;}
.slider-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    
}   
.slider {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    width: 100%;    
    min-width: 100%;    
    max-width: 100%;  
    overflow: hidden;
    display: flex;
    align-items: center;
    gap:100px;
    padding:66px 160px;
}
.left{
    width:35%;
}
.right {
    width:65%;
    color: #fff;
}
.left img {
    width: 100%;
    max-width: 500px;
}
.right h2 {
    font-family: 'Aeonik';
    font-size: 3.5rem;
  line-height: 3.85rem;
   margin-bottom: 20px;
    /* font-size:68px;
   
    line-height:80px; */
    font-weight: 500;
}
.right h2 span{
    display:block;
}
.whitecolor{
    color:#fff;
}
.purpleecolor{
    color:#241046;
}
.slide-buttons {
    display: flex;
    gap:25px;
    margin-top:40px;
}
.btns {
    font-family: 'aeonik_trialregular';
    /* font-size:18px;    
    padding:17px 22px; */
    font-size: 16px;
  padding: 14px 24px;
    border-radius:35px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 300ms ease 0s;
    font-weight: 400;
}
.btns:hover{
color:#ff610f;
}
.bannerbtn{
    width:20px;
    height: 20px;
}
.whitecolor-bg{
   background:#fff;
   color: #1c0b38;
}
.purpleecolor-bg{
    background:#241046;
    color: #fff;
}
/* Prev/Next buttons
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 16px;
    background: #00000060;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.prev { left: 10px; }
.next { right: 10px; }
 */
.prev, .next {
    position: absolute;
    bottom:0px;
    transform: none;
    background:transparent;
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 18px;
    z-index: 20;
}
.next {
    right: 120px;
}
.prev {
    right:165px;
}
.black{
    color: #000;
    width: 25px;
}
.white{
    color: #fff;
}
/* Dots */
.dots {
    position: absolute;
    bottom: 20px;
    left:10%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}
.dots button {
    width:4px;
    height:4px;
    border: none;
    background: #333;
    cursor: pointer;
    transition: 0.3s;
    padding: 0px;
}
.dots button.active {
    background: #fff;
    width:30px;
    transform: scale(1.2);
}
@media (min-width: 1280px) and (max-width: 1707px) {
/* .right h2 {
  font-size: 60px;
  line-height: 60px;
}
.btns{
    font-size: 20px;
    padding: 10px 14px;
} */
.next {
    right: 77px;
}
.prev {
    right:115px;
}
.dots {
    left:15%;
}
.right h2 span {
  display: inline;
}
}
@media only screen and (max-width: 1366px) {
/* .right h2 {
    font-size:44px;
    line-height: 54px;
  }
.btns {
    font-size: 17px;
    padding:12px 12px;
  }     */
}
/* Responsive */
@media (max-width: 768px) {
 .slider-wrapper { 
    background-position: center;
}
.fa_bannerarrow{
    font-size:34px!important;
}
.next {
  right: 5px;
}
.prev {
  right: 54px;
}
.slide {
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 40px;
    text-align: center;
    gap: 0px;
}
.left,
.right{
    width: 100%;
    padding: 0;
}
.right {
    color: #fff;
    max-width: 100%;
    padding: 20px 0px;
    text-align: left;
}
.right h2 {
    font-size:2.5rem;
    line-height:inherit;
}
.right h2 span{
    display: inline;
}
.buttons {
    justify-content: center;
}
.slide-buttons {
    /*flex-direction: column;*/
    display: block;
    justify-content: center;
    gap:10px;
    margin-top:5px;
    align-items: center;
}
.btns{
    font-size: 16px;
    /* padding:15px 15px; */
    margin: 10px auto;
    display: inline-flex;
}
.btns2{
    font-size: 16px;
    /* padding:15px 15px; */
    margin: 10px 10px 10px 0;
    display: inline-flex;
}
.dots {
  left: 19%;
}
.prev, .next{
    bottom:0px;
}


}
