
html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    
}

.banner-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* border-radius: var(--radius); */
    height: 19vh;
    /* responsive to screen */
    min-height: 120px;
    max-height: 250px;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity var(--fade-ms) ease;
    -webkit-transition: opacity var(--fade-ms) ease;
    pointer-events: none;
    display: block;
}

.banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.banner-slide .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.banner-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--progress-h);
    background: rgba(255, 255, 255, .20);
    overflow: hidden;
    z-index: 9;
}

.banner-progress>i {
    display: block;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, .85);
    -webkit-transition: width linear;
    transition: width linear;
}

.banner-slider.is-single .banner-progress {
    display: none;
}




/* main slider */
.ms-carousel {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.ms-carousel-item {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s;
    z-index: 1;
}

.ms-carousel-item.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}
 
.media {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    width: 100%;
    margin: 0;
}
.heading-txt-1-4 {
  font-size: 18px;
}
.text-medium2 {
  font-size: 14px;
}
/* smal sider */






.adn-track {
    display: flex;
    height: 100%;
    will-change: transform;
    transition: transform 400ms ease;
    transform: translateX(0px);
    justify-content: flex-start;
    display: flex;
    align-items: stretch;
    gap: 10px;
    padding-left: 0;   /* remove left push */
    padding-right: 6px; /* optional */
}

.adn-carousel-item:last-child {
    margin-right: 0;
}
.adn-carousel {
    height: 64vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    touch-action: pan-y;
    background: transparent;
    user-select: none;
}

 

.adn-track.dragging {
    cursor: grabbing;
    will-change: transform;
    /* Apply will-change only when dragging */
}
adn-carousel-item-title {
    padding: 5px;
}
 
.media-sm {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 19rem;
    width: 100%;
    margin: 0;
    border-radius: 8px;
}
.adn-carousel-item-title{
 
    width: 100%;
    float:right;
}
.adn-carousel-item-title img{
    float: left;
    margin-right: 7px;
}
.adn-carousel-item-title-text{
    width:100%;
    float: right;
    font-family: Paperozi;
    font-weight: 600;
    font-style: 6 SemiBold;
    line-height: 20px;
    letter-spacing: 2%;
    font-size: 15px;    
}
.adn-carousel-item-title-text div:first-child{
    width: 100%;
    float: left;
    
}
.adn-carousel-item-title-text div:last-child{
    width: auto;
    float: left;
    margin-bottom: 5px;
}
.adn-carousel-div-icon{
    position: absolute;
  margin-top: -70px;
  margin-left: -10px;
  opacity: 0.4;
}
 .adn-carousel-item {
    flex: 0 0 auto;
    height: 100%;
    margin-right: 3px;
    cursor: pointer;
    touch-action: pan-y; 
    flex: 0 0 auto;
    
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    width: 58%; 
    min-width: 24.5%;
}

 

@media (min-width:768px) {
    .adn-carousel-item {
        width: 30%;
    }
}
@media (max-width:767.98px) {
    .adn-carousel-item {
        flex-basis: 60%;
        min-width: 60%;
    }
}

@media (max-width:575.98px) {
    .adn-carousel-item {
         flex-basis: 40%;
        min-width: 58%;
        
    }
}