/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /*=== about area start ===*/

    .about-area {
        background-size: cover;
        background-position: center;
    }

    .about-item-inner {
        margin-right: auto;
    }

    /*=== service area start ===*/

    .service-item-inner {
        padding: 50px 39px 70px;
    }

    .service-item ul li {
        padding-left: 39px;
        padding-right: 39px;
    }






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    /*=== main content start ===*/

    .banner-content h2 {
        font-size: 60px;
    }

    /*=== gallery area start ===*/

    .gallery-item {
        grid-template-columns: repeat(2, 1fr);
    }

    /*=== about area start ===*/

    .about-area {
        background-size: cover;
        background-position: center;
    }

    .about-item-inner {
        margin-right: auto;
    }

    /*=== service area start ===*/

    .service-title {
        margin-bottom: 60px;
    }

    .service-area .row {
        --bs-gutter-x: 20px;
    }

    .service-item-inner {
        padding: 50px 20px 70px;
    }

    .service-item ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*=== proccess area start ===*/

    .proccess-area {
        padding-top: 70px;
    }

    .proccess-title h2 {
        font-size: 42px;
    }

    .proccess-item {
        grid-column-gap: 60px;
    }

    .proccess-item-content h2 {
        font-size: 32px;
    }

    .proccess-item-middle-part {
        width: 30px;
        height: 30px;
        right: -30px;
    }

    .proccess-item-middle-part i {
        font-size: 14px;
    }

    .proccess-item-middle-part::after {
        width: 60px;
        transform: rotate(-45deg) translate(-95%, -10px);
        -webkit-transform: rotate(-45deg) translate(-95%, -10px);
        -moz-transform: rotate(-45deg) translate(-95%, -10px);
        -ms-transform: rotate(-45deg) translate(-95%, -10px);
        -o-transform: rotate(-45deg) translate(-95%, -10px);
    }

    .proccess-item-middle-part::before {
        width: 60px;
        transform: rotate(-45deg) translate(95%, 10px);
        -webkit-transform: rotate(-45deg) translate(95%, 10px);
        -moz-transform: rotate(-45deg) translate(95%, 10px);
        -ms-transform: rotate(-45deg) translate(95%, 10px);
        -o-transform: rotate(-45deg) translate(95%, 10px);
    }

    .proccess-item-second {
        padding-top: 80px;
    }

    .proccess-item-second h2 {
        margin-bottom: 80px;
    }

    .proccess-item-second a {
        font-size: 24px;
        letter-spacing: 1px;
        word-spacing: 10px;
        width: auto;
        min-height: 60px;
    }

    .proccess-item-second a i {
        margin-right: 20px;
    }






}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	

    /*=== main content start ===*/

    .banner-content h2 {
        font-size: 32px;
    }

    .banner-content h2 br {
        display: none;
    }

    /*=== precious area start ===*/

    .precious-item h2 {
        font-size: 32px;
    }

    /*=== gallery area start ===*/

    .gallery-item {
        grid-template-columns: repeat(1, 1fr);
    }

    .slider-button {
        width: 80px;
        height: 80px;
    }

    /*=== about area start ===*/

    .about-area {
        background-size: cover;
        background-position: center;
    }

    .about-item-inner {
        max-width: 100%;
    }

    .about-item-inner h2 {
        font-size: 32px;
    }

    .about-item-inner p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-item-inner p:last-of-type {
        margin-bottom: 0;
    }

    /*=== service area start ===*/

    .service-area {
        padding-top: 70px;
    }

    .service-title {
        margin-bottom: 40px;
    }

    .service-title h2 {
        font-size: 32px;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .service-item-inner {
        padding: 30px 20px 40px;
    }

    .service-item-inner h2 {
        margin-bottom: 25px;
    }

    .service-item ul {
        min-height: 100%;
    }

    .service-item ul li {
        font-size: 16px;
        padding: 16px 20px;
    }

    .service-item-button {
        padding-top: 30px;
    }

    /*=== proccess area start ===*/

    .proccess-area {
        padding-top: 30px;
    }

    .proccess-title h2 {
        font-size: 32px;
    }

    .proccess-item {
        grid-template-columns: repeat(1, 1fr);
    }

    .proccess-item::after {
       display: none;
    }

    .proccess-item-content h2 {
        font-size: 28px;
    }

    .proccess-item-middle-part  {
        display: none;
    }

    .proccess-item-middle-part::after,
    .proccess-item-middle-part::before {
        display: none;
    }

    .proccess-item-content-second {
        text-align: left;
    }

    .proccess-item-second {
        padding-top: 40px;
    }

    .proccess-item-second h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .proccess-item-second a {
        font-size: 18px;
        letter-spacing: normal;
        word-spacing: normal;
        width: auto;
        min-height: 40px;
    }

    .proccess-item-second a i {
        margin-right: 10px;
    }

    /*=== footer area start ===*/

    .footer-area {
        padding: 70px 0 40px;
    }

    .footer-item img {
        max-width: 150px;
    }

    .footer-item h3 {
        margin-top: 30px;
    }

    .footer-item h2 {
        margin-bottom: 30px;
    }





}



@media screen and (min-width: 576px)  and (max-width: 767px) {

    /*=== gallery area start ===*/

    .gallery-item {
        grid-template-columns: repeat(2, 1fr);
    }


}