.common-banner-sec {
    height: 500px;
    background-position: top;
}

.common-banner-sec .breadcrumb {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.common-banner-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22222285;
    /* background: linear-gradient(315deg, #00000000 44%, rgba(3, 3, 3, .3) 36%, rgb(3 3 3 / 16%) 0); */
}

.common-banner-sec .main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    z-index: 1;
}

/* about-sec page css start */
.about-sec .col-half img {
    height: 600px;
    object-fit: cover;
    border-radius: 1000px 0 0 000px;
    width: 500px;
    margin-left: auto;
}

.about-sec .col-half h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 60px;
}

.our-vision-mision-sec {
    padding: 100px 0;

}

.our-vision-mision-sec .row {
    margin-top: 40px;
}

.our-vision-mision-sec h2 {
    margin-bottom: 20px;
}

.view-tours-sec3 {
    padding: 140px 0 200px;
    background-position: bottom;
}

.view-tours-sec3 .row .col-5 {
    background-color: transparent;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.view-tours-sec3 .row .col-5 h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.view-tours-sec3::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #00000000 40%, rgba(0, 0, 0, .3) -38%, rgb(0 0 0 / 53%) 0);
}

@media (max-width:1200px) {}

@media (max-width:767px) {
    .common-banner-sec {
        height: 320px;
    }

    .common-banner-sec .main-title {
        text-align: center;
        font-size: 50px;
        width: 100%;
    }

    .common-banner-sec .main-title .destination-sec .row {
        row-gap: 20px;
    }

    .view-tours-sec3 {
        padding: 100px 0 60px;
    }

    .view-tours-sec3::after {
        background: linear-gradient(135deg, #00000000 18%, rgba(0, 0, 0, .3) -38%, rgb(0 0 0 / 55%) 0);
    }

    .view-tours-sec3 .row .col-5 {
        width: 100%;
    }
}

@media (max-width:580px) {

    .common-banner-sec .main-title {
        font-size: 40px;
    }

    .common-banner-sec {
        height: 240px;
    }

    .about-sec .row .col-half {
        width: 100%;
    }

    .view-tours-sec3 .row .col-5 h2 {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .common-banner-sec .main-title {
        font-size: 30px;
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: unset;
        position: relative;
        z-index: 1;
        top: auto;
        left: 0;
        padding: 80px 0;
    }

}