
.box-slider{
    text-align: center;
    color:#fff;
    height: auto;
    border-radius: 1rem;
    width: unset !important;
   
}
.gap{
    margin: 0 2vw !important;
}
.gap-l{
    margin-left: 2vw !important;
}
.wrapper-slider{
    width: 80vw;
    text-align: center;
    margin: 5% auto;
  }
  .slider{
    margin-top: 5rem;
    margin-bottom: 12rem;
  }
  .heading-cust{
    margin-bottom: 8vh !important;
    padding-top: 6rem !important;
    display: inline-block !important;
    font-size: 4.2rem !important;
    color:var(--color) !important;
    position: relative !important;
    letter-spacing: .2rem !important;
    font-family: cursive !important;
  }
.image-area{
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.glide__arrow--left {
    left: -6vw !important;
}
.glide__arrow--right {
    right: -7vw;
}
.glide__arrow {
    color: #0a4271 !important;
    padding: 1.7vh 1.4vw !important;
    border: 3px solid rgb(232 11 11 / 0%) !important;
    border-radius: 10px !important;
    box-shadow: 0 0em 11px 0px #00294c69 !important;
    text-shadow: 0 0.25em 0.5em #0a42713d !important;
    font-size: 16px;
    transition: .15s all;
}
.glide__arrow:hover{
    box-shadow: 0 0em 11px 5px #ca070763 !important;
}
.image-area li img{
    /*max-width: 100%;
    min-width: 9vw;
    max-height: 8vw;
    min-height: 7vw;*/
    max-width: 17vw;
}
#img-2{max-width: 22vw;}
#img-3{max-width: 21vw; height: 16vw;}
#img-7{max-width:21vw;}
#img-9{max-width:13vw;}
#img-11{height:12vw;}
#img-15{width: 14vw;}
#img-18{width: 18vw;}
#img-19{max-width: 22vw;}
#img-21{max-width: unset !important; width:23vw ;}
#img-27{width: 15vw;}
#img-36{width: 15vw;}
#img-43{width: 15vw;}
#img-47{max-width: 22vw;}

@media (max-width:885px)
{
    .heading-cust {
        margin: 1rem !important;
        padding-top: 6rem !important;
        font-size: 6vw !important;
        text-align: center !important;
        margin-bottom: 9vw !important;
        position: relative !important;
        /* letter-spacing: .2rem; */
        font-family: 'Poppins' !important;
    }
    .cust-image {
        width: 95vw;
        height: 27vh;
        padding: 1rem;
        margin-left: 2vw;
        box-shadow: 0px 4px 2rem #02152569;
        border-radius: 2rem;
    }
    .image-area li img{
        max-width: 42vw !important; 
    }
    #img-2{max-width: 22vw;}
    #img-3{max-width: 58vw !important;height: 46vw;}
    #img-7{max-width: 74vw !important;height: 16vw;}
    #img-11{height: 41vw;}
    #img-15{width: unset;}
    #img-18{width: unset !important;}
    #img-19{max-width: 50vw !important;}
    #img-21{max-width: unset !important; width: 52vw;}
    #img-27{width: unset !important;}
    #img-36{width: unset !important;}
    #img-38{max-width: unset !important;width: 58vw !important;}
    #img-43{width: unset !important;}
    #img-47{max-width: 53vw !important;}

    .gap{
        margin: 0 3rem !important;
    }
    .wrapper-slider {
        width: 96vw;
        margin: 5% auto;
    }
    .glide__arrow--left {
        left: -8rem !important;
    }
    .glide__arrow--right {
        right: -8rem;
    }

}