/* -----------homebanner------ */
    .Picture--background .Picture__img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        display: block;
    }
    @media screen and (min-width: 1px) and (max-width: 740px){
    .HeroSlide {
        position: relative;
    }
    .img-mobile-size{
        height: 26vh !important;
    }
    }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
        .img-mobile-size{
            height: 37vh !important;
        }
        .sidenav .closebtn,
    .sidenavR .closebtn {
        font-size: 37px;
        margin-left: 43px;
        position: absolute;
        right: 22px !important;
        z-index: 999;
        top: -13px;
    }
    }
    @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
        .img-mobile-size{
            height: 30vh !important;
        }
        .sidenav .closebtn,
    .sidenavR .closebtn {
        font-size: 37px;
        margin-left: 43px;
        position: absolute;
        right: 22px !important;
        z-index: 999;
        top: -13px;
    }
    }
    @media screen and (min-width: 1px) and (max-width: 1024px){
       
     
       
        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: -10px !important;
            left: -60px !important;
        }
    }
    @media screen and (min-width: 900px) and (max-height: 1080px){
    .HeroSlide {
        height: calc(104vh - 72px) !important;
    }

    }
   
    @media screen and (min-width: 741px){
    .HeroSlide {
        display: flex;
        height: 662px;
        align-items: center;
        overflow: hidden;
    }

    }


    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 11px;
        height: 11px;
        padding: 0;
        margin-right: 3px;
        margin-left: 14px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #d1cdcd00;
        background-clip: padding-box;
        border: 2px solid white;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        opacity: 0.8;
        transition: opacity 0.8s ease;
        border-radius: 23px;
        display: block;
    }

    .carousel-control-next, .carousel-control-prev {  
        opacity: 0.8;
        width: 5%;
       
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        background-size: 41px;
    }

   .hero-caption {
   position: absolute;
    pointer-events: auto;
    left: 52px;
    display: flex !important;
    top: 38%;
    color: #fff !important;
    z-index: 5;
    /* width: 372px; */
    background: #181313b8;
    text-align: start;
    /* color: #1e1e1e; */
    height: 166px;
    bottom: 0;
    padding: 20px 20px;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    }
    .hero-caption1 {
        position: relative;
        pointer-events: auto;
        left: 0;
        top: 38%;
        z-index: 5;
        width: 100%;
        background: #ffffffd9;
        text-align: center;
        color: #1e1e1e;
        height: 201px;
        bottom: 0;
        padding: 20px 20px;
        text-transform: uppercase;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 41px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: left;
        padding: 0;
        margin-bottom: 1rem;
        list-style: none;
        margin-left: 70px;
    }
    .carousel-indicators .active {
        background-color: #fff;
        opacity: 1 !important;
        width: 15px;
        height: 15px;
        border:0px;
    }
    .HeroSlide__scroll-down-container {
        z-index: 10;
        left: calc(50% - 25px);
        bottom: 0px;
        position: absolute;
    }
    .HeroSlide__scroll-down-container .ScrollDown {
        top: auto;
        border: 0;
        position: unset;
    }
    .ScrollDown {
        display: inline-block;
        width: 50px;
        line-height: 50px;
        background-color: #0c121c;
        color: #fff;
        text-decoration: none;
        text-align: center;
        z-index: 5;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -webkit-transition: background-color .5s,color .5s;
        -moz-transition: background-color .5s,color .5s;
        -o-transition: background-color .5s,color .5s;
        transition: background-color .5s,color .5s;
        position: relative;
        top: -50px;
        border: 0;
    }
    /* -----------homebanner ends------ */