.history-package {
    margin: 5% 0;
}

.main-package-slide {
    position: relative;
}

.history-package .white-bggg-history {
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #ccc;
    padding: 30px;
}


.history-package .img-ourwork-class {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
}

.history-package .img-ourwork-class .package-img {
    position: relative;
    background: no-repeat;
    width: 100%;
    display: block;
    transition: 1.4s;
    aspect-ratio: 1/0.8;
    border-radius: 10px;
}

.history-package .img-ourwork-class:hover .package-img {
    transform: scale(1.1);
}

.history-package .white-bggg-history .location-namee {
    background: #000000;
    color: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.history-package .white-bggg-history .show-txttt {
    background: #B8B8B8;
    box-shadow: 0px 3px 6px #00000029;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    width: 180px;
    font-weight: 500;
    margin-right: 5px;
}

.history-package .white-bggg-history .email-us-btnn {
    background: #FED015 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 180px;
}

.history-package .white-bggg-history .white-sub-bggg {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
}

.history-package .white-bggg-history .main-class {
    position: relative;
}



.history-package .white-bggg-history .location-dot {
    color: #000;
    padding: 10px 14px;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: -22px;
    background: #FFF;
}

.history-package .white-bggg-history .black-main {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 64px;
}

.slider-holder {
    position: relative;
}
/* 
.history-package .white-bggg-history .silder-btn {
    position: absolute;
    border-radius: 12px 0px 0px 12px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.history-package .white-bggg-history .silder-btn .back-btn {
    width: 20px;
    height: 60px;
    margin: 10px;
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    bottom: 50%;
    transform: translateY(-100%);
    z-index: 999;
    left: -28px;
    z-index: 1;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 0px 8px 8px 0px;
}


.history-package .white-bggg-history .silder-btn .next-btn {
    width: 20px;
    height: 60px;
    margin: 10px;
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    bottom: 50%;
    transform: translateY(-100%);
    z-index: 999;
    right: -28px;
    z-index: 1;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 8px 0px 0px 8px;
} */


.history-package .white-bggg-history .swiper-button-prev,.history-package .white-bggg-history  .swiper-button-next {
    color: #fff;
    width: 20px;
    height: 60px;
    margin: 10px;
    cursor: pointer;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: #000;
    border-radius: 0px 8px 8px 0px;
    font-size: 11px;
     top: 36%;
}

.history-package .white-bggg-history .swiper-button-prev:after, .history-package .white-bggg-history .swiper-button-next:after {
    font-size: 11px;
    font-weight: 600;
}



.history-package .white-bggg-history .swiper-button-prev {
   left: -10px;
}


.history-package .white-bggg-history .swiper-button-next {
  right: -10px;
}





@media (min-width: 0px) and (max-width: 379px) {

    .history-package .white-bggg-history .location-dot {
        padding: 10px 14px;
        font-size: 19px;
        margin-bottom: -10px;
    }


    .history-package .white-bggg-history .email-us-btnn {
        font-size: 11px;
        padding: 10px 2px;
        width: 140px;
    }

    .history-package .white-bggg-history .show-txttt {
        font-size: 11px;
        padding: 10px 2px;
        width: 140px;
    }

    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -118px;
        left: 0;
        right: 0;
        width: 100%;
    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }


    .history-package .white-bggg-history .location-namee {
        padding: 10px;
        font-size: 12px;
    }

}

@media (min-width: 380px) and (max-width: 419px) {
    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 23px;
        right: 24px;

    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }
}

@media (min-width: 420px) and (max-width: 485px) {

    /* .history-package .white-bggg-history .silder-btn .back-btn {
        bottom: 157px;
    }

    .history-package .white-bggg-history .silder-btn .next-btn {
        bottom: 157px;
    } */


    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 23px;
        right: 24px;

    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }
}

@media (min-width: 486px) and (max-width: 539px) {

/* 
    .history-package .white-bggg-history .silder-btn .back-btn {
        bottom: 157px;
    }

    .history-package .white-bggg-history .silder-btn .next-btn {
        bottom: 157px;
    } */

    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 36px;
        right: 44px;
    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    /* .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 10px;
        right: 20px;
    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    } */

    /* .history-package .white-bggg-history .silder-btn .back-btn {
        bottom: 157px;
    }

    .history-package .white-bggg-history .silder-btn .next-btn {
        bottom: 157px;
    } */

    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 10px;
        right: 13px;
    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {


    /* .history-package .white-bggg-history .silder-btn .back-btn {
        bottom: 157px;
    }

    .history-package .white-bggg-history .silder-btn .next-btn {
        bottom: 157px;
    } */

    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 10px;
        right: 13px;
    }

    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }
}


@media (min-width: 992px) and (max-width: 1399px) {

    /* .history-package .white-bggg-history .silder-btn .back-btn {
        bottom: 157px;
    }

    .history-package .white-bggg-history .silder-btn .next-btn {
        bottom: 157px;
    } */

    .history-package .white-bggg-history .white-sub-bggg {
        bottom: -98px;
        left: 10px;
        right: 13px;
    }



    .history-package .white-bggg-history .email-us-btnn {
        margin-top: 5px;
    }
}