
@media (min-width: 1440px) {
    .hero-div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-div1 {
        top: 40%;
    }
    .img-box:before {
        width: 96%;
    }
    .img-box img {
        width: 96%;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .hero-div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-div1 {
        position: absolute;
        top: 38%;
    }
    .img-box:before {
        width: 96%;
    }
    .img-box img {
        width: 96%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .margin-res {
        margin-bottom: 20px;
    }
    .hero-div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-div1 {
        position: absolute;
        top: 40%;
    }
    .section-shoots {
        padding-bottom: 0px;
    }
    .section-summer{
        padding-top: 30px;
    }
    .img-box:before {
        width: 96%;
    }
    .img-box img {
        width: 96%;
    }
    .font-28 {
        font-size: 25px;
    }
    .hedermain {
        background-color: black;
    }
    .section-shoot-about {
        padding-top: 100px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .margin-res {
        margin-bottom: 20px;
    }
    .margin-res-hotel {
        margin-top: -24px;
    }
    .img-box:before {
        width: 96%;
    }
    .img-box img {
        width: 96%;
    }
    .hero-div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-div1 {
        position: absolute;
        top: 40%;
    }
    .bg1 {
        height: 450px;
    }
    .bg2 {
        height: 450px;
    }
    .bg3 {
        height: 450px;
    }
    .bg-paris-hotel {
        height: 450px;
    }
    .font-28 {
        font-size: 20px;
    }
    .banner-text {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    .hedermain {
        background-color: black;
    }
    .font-40 {
        font-size: 33px;
    }
    .headerlogo {
        width: 100px;
    }
    .w-80 {
        width: 100%;
    }

    .destination-section{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .section-shoot-about {
        padding-top: 100px !important;
    }
    .moon-tabs .nav {
        flex-wrap: nowrap;
        overflow-y: scroll;
    }
    .theme-box-text p {
        font-size: 13px;
    }
    .theme-box-text h5 {
        font-size: 15px;
    }
    .heading-text {
        font-size: 25px;
    }
   
    .best-text {
        font-size: 17px;
    }
    .section-shoots1 {
        padding-top: 610px;
        padding-bottom: 100px;
    }
    .small-img-about {
        left: 0;
    }
    .img-box-list img {
        width: 100px;
    }
    .mt-32 {
        margin-top: 32px;
    }

    .margin-t-12 {
        margin-top: -5px;
    }
}

@media (max-width: 575px) {
    .img-box img {
        width: 100% !important;
    }

    .img-box:before {
        width: 100% !important;
    }
  
}