@media only screen and (min-width:1380px) and (max-width:1526px) {
    .hero-section .hero-text h1 {
        font-size: 180px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 143px;
        margin: 0;
        line-height: 0.7;
    }

    .services-section .services-title {
        font-size: 50px;
    }

    .steps-section .project-section {
        border-radius: 20px;
        background: white;
        color: black;
        margin-left: 80px;
        margin-right: 80px;
        margin-top: 80px;
    }

    .steps-section .custom-right p {
        font-size: 20px;
        color: white;
        line-height: 1.5;
    }

    .services-section .services-description {
        font-size: 22px;
        margin: 0 auto 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-section .service-btns {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 555;
    }

    .hero-section .service-btns .our {
        font-size: 55px;
        margin-bottom: 0px;
    }

    .hero-section .service-image img {
        width: 100%;
        max-width: 240px;
        height: 240px;
    }

    .steps-section .project-section .left-section .option-section {
        margin-top: 0px !important;
    }

    .steps-section .custom-left {
        margin-bottom: 30px;
    }

    .portfolio-section .portfolio-title {
        font-size: 50px !important;
    }

    .portfolio-section .portfolio-description {
        font-size: 22px;
        margin: 0 auto 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-width: 100%;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        max-height: 310px !important;
    }

    .portfolio-section .portfolio-content-section {
        margin: 0px 0px;
    }
}

@media only screen and (min-width:1215px) and (max-width:1380px) {

    .hero-section .hero-title p {
        font-size: 30px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section {
        text-align: center;
        padding: 40px 0px;
        margin-top: 0px;
    }

    .services-section {
        padding-top: 0px !important;
    }

    .hero-section .hero-text h1 {
        font-size: 210px !important;
    }

    .hero-section .hero-text h2 {
        font-size: 165px !important;
    }

    .hero-section .service-btns .our {
        font-size: 40px !important;
    }

    .hero-section .service-btns .btn {
        font-size: 16px;
    }

    .steps-section .project-title {
        font-size: 50px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px !important;
    }

    .steps-section .btn-custom {
        padding: 10px 17px !important;
        font-size: 16px !important;
    }

    .steps-section .project-section .left-section .option-section {
        margin-top: 0px !important;
    }

    .steps-section .project-section .left-section {
        padding: 40px 0px 0px 40px !important;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 310px !important;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 70px;
        padding-bottom: 20px;
        margin-top: 0px;
        position: relative;
    }

    .steps-section .step-box {
        padding: 20px;
        padding-left: 75px;
    }

    .steps-section .step-box2 {
        padding: 20px;
        padding-right: 75px;
    }

    .portfolio-section .portfolio-content-section {
        margin: 0px 0px;
    }

    .steps-section .custom-left {
        margin: auto;
    }

    .steps-section .custom-left h2 {
        font-size: 55px;
        font-weight: bold;
        line-height: 1.4;
    }


    .steps-section .custom-right p {
        font-size: 20px;
        color: white;
        line-height: 1.5;
    }

    .portfolio-section .portfolio-title {
        font-size: 50px;
    }

    .portfolio-section .portfolio-description {
        font-size: 22px;
        margin: 0 auto 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1215px) {

    .portfolio-section .portfolio-cards-section .portfolio-view-all {
        position: absolute;
        top: 39%;
        left: 42%;
        background: radial-gradient(circle, #111010, #040404);
        min-width: 150px;
        min-height: 150px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border: 2px solid #fff;
        box-shadow: 4px 0 15px rgba(164, 164, 164, 0.9);
    }
}




@media only screen and (min-width:992px) and (max-width:1024px) {
    .hero-section .hero-title p {
        font-size: 30px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section .hero-text h1 {
        font-size: 160px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 126px;
        margin: 0;
        line-height: 0.7;
    }

    .hero-section .service-image img {
        width: 100%;
        max-width: 230px;
        height: 230px;
        margin-top: 0px;
    }

    .hero-section .service-btns .our {
        font-size: 50px;
        margin-bottom: 0px;
    }

    .hero-section .service-btns .btn {
        display: block;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 34px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .services-section {
        text-align: center;
        padding: 10px 20px;
    }

    .services-section .services-title {
        font-size: 50px;
    }

    .services-section .service-category .border-bottom-div {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 35px;
    }

    .steps-section .step-box {
        padding: 20px;
        padding-left: 50px;
    }

    .steps-section .project-title {
        font-size: 50px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px;
    }

    .steps-section .project-section .left-section .prev-next-btns {
        display: none;

    }

    .steps-section .project-section .right-section .prev-next-btns2 {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 50px;
    }

    .steps-section .project-section .right-main-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-section .project-section .right-section .prev-next-btns2 img {
        width: 36px;
    }

    .steps-section .project-section .left-section .option-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
    }

    .portfolio-section .portfolio-title {
        font-size: 50px;
    }

    .custom-section .custom-left {
        width: 100%;
        text-align: center;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 60px;
        position: relative;
    }

    .steps-section .custom-left h3 {
        color: red;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 36px;
    }

    .steps-section .custom-left h2 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.4;
    }

    .steps-section .border-one {
        margin-top: 50px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 220px;
    }

    .portfolio-section .portfolio-card {
        margin: 10px;
    }

    .portfolio-section .portfolio-cards-section .portfolio-view-all {
        position: absolute;
        top: 41%;
        left: 42%;
        background: radial-gradient(circle, #111010, #040404);
        min-width: 150px;
        min-height: 150px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border: 2px solid #fff;
        box-shadow: 4px 0 15px rgba(164, 164, 164, 0.9);
    }


    .contact_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        /* padding: 40px; */
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* =================================brochure design ========================== */

    .inner-brochure-section {
        margin-bottom: 50px !important;
        margin-top: 30px;
    }

    /* ===============slider=================== */
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: start;
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 900px;
        min-width: 300px;
        border-radius: 10px;
    }

    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        /* border: 1px solid rgba(255, 255, 255, 0.3); */
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 250px;
        height: 250px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 250px;
        height: 250px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 250px;
        height: 250px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 250px;
        height: 250px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 250px;
        height: 250px;
        animation-delay: 2s;
    }

    @keyframes expand {
        from {
            transform: scale(0.9);
            opacity: 1;
        }

        to {
            transform: scale(1.2);
            opacity: 0;
        }
    }

}

@media only screen and (min-width:768px) and (max-width:992px) {
    .nav-link {
        margin: 0 10px !important;
        font-size: 18px;
    }

    .hero-section {
        /* text-align: center;
        padding: 40px 0px; */
        margin-top: 0px;
    }

    .hero-section .hero-title p {
        font-size: 30px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section .hero-text h1 {
        font-size: 120px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 95px;
        margin: 0;
        line-height: 0.7;
    }

    .hero-section .service-image img {
        width: 100%;
        max-width: 250px;
        height: 250px;
        margin-top: 30px;
    }

    .hero-section .service-btns {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 555;
    }

    .hero-section .service-btns .our {
        font-size: 55px;
        margin-bottom: 0px;
    }

    .hero-section .service-btns .btn {
        display: block;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 20px;
        font-size: 24px;
        border-radius: 20px;
        cursor: pointer;
    }



    .services-section {
        padding: 10px 0px;
    }

    .services-section .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .services-section .services-title {
        font-size: 50px;
    }

    .services-section .services-description {
        font-size: 20px;
    }

    .services-section .service-category .border-bottom-div {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
    }

    .steps-section .step-box {
        padding: 20px;
        padding-left: 50px;
    }

    .steps-section .project-title {
        font-size: 50px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px;
    }



    .steps-section .project-section .left-section .prev-next-btns {
        display: none;

    }

    .steps-section .project-section .right-section .prev-next-btns2 {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 50px;
    }

    .steps-section .project-section .right-main-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-section .project-section .right-section {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-radius: 50px;
        margin-bottom: 5px;
    }

    .steps-section .project-section .right-section .prev-next-btns2 img {
        width: 36px;
    }

    .steps-section .project-section .left-section .option-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
    }

    .portfolio-section .portfolio-title {
        font-size: 50px;
    }

    .custom-section .custom-left {
        width: 100%;
        text-align: center;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 60px;
        position: relative;
    }

    .steps-section .custom-right p {
        font-size: 22px;
        color: white;
        line-height: 1.4;
    }

    .steps-section .custom-left h3 {
        color: red;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 36px;
    }

    .steps-section .custom-left h2 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.4;
    }

    .steps-section .border-one {
        margin-top: 50px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 175px;
    }

    .portfolio-section .portfolio-card {
        margin: 5px;
    }

    .portfolio-section {
        padding: 20px 0px;
    }

    .portfolio-section .portfolio-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 45px;
    }

    .portfolio-section .portfolio-cards-section .portfolio-view-all {
        position: absolute;
        top: 41%;
        left: 42%;
        background: radial-gradient(circle, #111010, #040404);
        min-width: 120px;
        min-height: 120px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border: 2px solid #fff;
        box-shadow: 4px 0 15px rgba(164, 164, 164, 0.9);
    }

    /* =================================brochure design ========================== */

    .inner-brochure-section {
        margin-bottom: 150px !important;
        margin-top: 30px;
    }

    /* ===============slider=================== */
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: start;
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 900px;
        min-width: 300px;
        border-radius: 10px;
    }

    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        /* border: 1px solid rgba(255, 255, 255, 0.3); */
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 250px;
        height: 250px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 250px;
        height: 250px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 250px;
        height: 250px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 250px;
        height: 250px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 250px;
        height: 250px;
        animation-delay: 2s;
    }

    @keyframes expand {
        from {
            transform: scale(0.9);
            opacity: 1;
        }

        to {
            transform: scale(1.2);
            opacity: 0;
        }
    }

}

@media only screen and (min-width:576px) and (max-width:768px) {
    .menu-items {
        display: none;
    }

    .nav-link {
        margin: 0 10px;
        font-size: 18px;
    }

    .hero-section {
        /* text-align: center;
        padding: 40px 0px; */
        margin-top: 0px;
    }

    .hero-section .hero-title p {
        font-size: 30px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section .hero-text h1 {
        font-size: 120px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 95px;
        margin: 0;
        line-height: 0.7;
    }

    .hero-section .service-image img {
        width: 100%;
        max-width: 175px;
        height: 175px;
        margin-top: 0px;
    }

    .hero-section .service-btns {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 555;
    }

    .hero-section .service-btns .our {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .hero-section .service-btns .btn {
        display: block;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 10px;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
    }

    .services-section {
        padding: 10px 0px;
    }

    .services-section .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .services-section .services-title {
        font-size: 50px;
    }

    .services-section .services-description {
        font-size: 20px;
    }

    .services-section .service-category .border-bottom-div {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
    }

    .services-section .service-category .border-bottom-div2 {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
    }

    .steps-section .step-box {
        padding: 10px;
        padding-left: 50px;
    }

    .steps-section .project-title {
        font-size: 50px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px;
    }

    .steps-section .project-section .right-section img {
        width: 100%;
        max-height: 300px;
        border: 1px solid black;
        border-radius: 50px;
    }

    .steps-section .project-section {
        border-radius: 20px;
        background: white;
        color: black;
        max-width: 90%;
        margin: auto;
        margin-top: 80px;
        padding-bottom: 15px;
    }

    .steps-section .slider-item img {
        width: 100%;
        border-radius: 15px;
        height: 90px;
    }

    .steps-section .project-section .left-section .prev-next-btns {
        display: none;

    }

    .steps-section .project-section .right-section .prev-next-btns2 {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 50px;
    }

    .steps-section .project-section .right-main-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-section .project-section .right-section {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-radius: 50px;
        margin-bottom: 5px;
    }

    .steps-section .project-section .right-section .prev-next-btns2 img {
        width: 36px;
    }

    .steps-section .project-section .left-section .option-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
    }

    .portfolio-section .portfolio-description {
        font-size: 20px;
        margin: 0 auto 40px;
    }

    .portfolio-section .portfolio-title {
        font-size: 40px;
    }

    .custom-section .custom-left {
        width: 100%;
        text-align: center;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 60px;
        position: relative;
    }

    .steps-section .custom-right h3 {
        color: red;
        font-size: 34px;
        font-weight: bold;
    }

    .steps-section .custom-right p {
        font-size: 18px;
        color: white;
        line-height: 1.4;
    }

    .steps-section .custom-left h3 {
        color: red;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 36px;
    }

    .steps-section .custom-left h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.4;
    }

    .steps-section .border-one {
        margin-top: 50px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 210px;
        width: 330px;
    }

    .portfolio-section .portfolio-card {
        margin: 5px;
    }

    .portfolio-section {
        padding: 20px 0px;
    }

    .portfolio-section {
        text-align: center;
        padding: 20px 20px;
        margin-top: 30px;
    }

    .portfolio-section .portfolio-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 45px;
    }

    .footer .footer-content-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .footer .footer-content-section .footer-logo {
        margin-bottom: 20px;
    }

    /* =================================website templates ========================== */

    .website-temp-hero-section .content-section {
        margin-left: 100px;
    }

    .website-temp-hero-section .website-temp-hero-section-title {
        font-size: 30px;
    }

    .website-temp-section {
        text-align: center;
        padding: 0px 0px;
        margin-top: 20px;
        margin-bottom: 130px;
    }

    .website-temp-section .website-temp-card {
        margin-bottom: 20px;
    }

    /* =================================brochure design ========================== */

    .inner-brochure-section {
        margin-bottom: 150px !important;
        margin-top: 30px;
    }

    /* =================================banner design ========================== */
    .banners-design-hero-section .content-section {
        margin-left: 80px;
    }



    .banner-inner-page-section {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 0px;
        margin-bottom: 150px;
    }

    .banner-card {
        margin: 10px;
    }

    /* ==========================logo designs ========================= */
    .logo-design-hero-section .content-section {
        margin-left: 50px;
    }

    .logo-card {
        margin-left: 15px;
        margin-right: 15px;
    }

    .logo-design-section {
        margin-bottom: 150px;
    }

    /* =========================certificate designs=============== */
    .certificate-design-hero-section .content-section {
        margin-left: 80px;
    }

    .inner-certificat-section {
        margin-bottom: 150px;
        margin-top: 40px;
    }

    /* ====================== id card designs================ */
    .idcard-design-hero-section .content-section {
        margin-left: 80px;
    }

    /* .idcard-design-hero-section-title {
        font-size: 30px;
    } */

    .idcard-section {
        padding: 15px 0;
    }

    .idcard-card {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .idcard-design-section {
        margin-bottom: 150px;
        margin-top: 30px;
    }


    /* ===============slider=================== */
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: start;
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 900px;
        min-width: 300px;
        border-radius: 10px;
    }

    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        /* border: 1px solid rgba(255, 255, 255, 0.3); */
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 250px;
        height: 250px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 250px;
        height: 250px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 250px;
        height: 250px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 250px;
        height: 250px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 250px;
        height: 250px;
        animation-delay: 2s;
    }

    @keyframes expand {
        from {
            transform: scale(0.9);
            opacity: 1;
        }

        to {
            transform: scale(1.2);
            opacity: 0;
        }
    }

}

@media only screen and (min-width:425px) and (max-width:576px) {
    .menu-items {
        display: none;
    }

    .nav-link {
        margin: 0 10px;
        font-size: 18px;
    }

    .hero-section {
        /* text-align: center;
        padding: 40px 0px; */
        margin-top: 0px;
    }

    .hero-section .hero-title p {
        font-size: 24px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section .hero-text h1 {
        font-size: 100px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 80px;
        margin: 0;
        line-height: 0.7;
    }

    .hero-section .service-image img {
        width: 100%;
        max-width: 160px;
        height: 160px;
        margin-top: 0px;
    }

    .hero-section .service-btns {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 555;
    }

    .hero-section .service-btns .our {
        font-size: 40px;
        margin-bottom: 0px;
    }


    .hero-section .service-btns .btn {
        display: block;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 10px;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
    }

    .services-section {
        padding: 10px 0px;
    }

    .services-section .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .services-section .services-title {
        font-size: 36px;
    }

    .services-section .services-description {
        font-size: 20px;
    }

    .services-section .service-category .border-bottom-div {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .services-section .service-category .border-bottom-div2 {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .steps-section .step-box {
        padding: 10px;
        padding-left: 24px;
    }

    .steps-section .project-title {
        font-size: 50px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px;
    }

    .steps-section .project-section .right-section img {
        width: 100%;
        max-height: 250px;
        border: 1px solid black;
        border-radius: 50px;
    }

    .steps-section .project-section .left-section {
        padding: 30px;
    }

    .steps-section .project-section {
        border-radius: 20px;
        background: white;
        color: black;
        max-width: 95%;
        margin: auto;
        margin-top: 80px;
        padding-bottom: 15px;
    }

    .steps-section .slider-item img {
        width: 100%;
        border-radius: 15px;
        height: 90px;
    }

    .steps-section .project-section .left-section .prev-next-btns {
        display: none;

    }

    .steps-section .project-section .right-section .prev-next-btns2 {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 50px;
    }

    .steps-section .project-section .right-main-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-section .project-section .right-section {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-radius: 50px;
        margin-bottom: 5px;
    }

    .steps-section .project-section .right-section .prev-next-btns2 img {
        width: 36px;
    }

    .steps-section .project-section .left-section .option-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
    }

    .portfolio-section .portfolio-description {
        font-size: 20px;
        margin: 0 auto 40px;
    }

    .portfolio-section .portfolio-title {
        font-size: 36px;
    }

    .custom-section .custom-left {
        width: 100%;
        text-align: center;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 60px;
        position: relative;
    }

    .steps-section .custom-right h3 {
        color: red;
        font-size: 30px;
        font-weight: bold;
    }

    .steps-section .custom-right p {
        font-size: 18px;
        color: white;
        line-height: 1.4;
    }

    .steps-section .custom-left h3 {
        color: red;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .steps-section .custom-left h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
    }

    .steps-section .border-one {
        margin-top: 50px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 210px;
        width: 330px;
    }

    .portfolio-section .portfolio-card {
        margin: 5px;
    }

    .portfolio-section {
        padding: 20px 0px;
    }

    .portfolio-section {
        text-align: center;
        padding: 20px 15px;
        margin-top: 20px;
    }

    .portfolio-section .portfolio-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 45px;
    }

    .portfolio-section .row {
        padding: 0px;
        margin: 0px;
    }

    .portfolio-section .col-md-6 {
        padding: 0px;
        margin: 0px;
    }

    .footer .footer-content-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .footer .footer-content-section .footer-logo {
        margin-bottom: 20px;
    }

    /* =================================website templates ========================== */

    .website-temp-hero-section .content-section {
        margin-left: 0px;
    }

    .website-temp-hero-section .website-temp-hero-section-title {
        font-size: 30px;
    }

    .website-temp-section {
        text-align: center;
        padding: 0px 0px;
        margin-top: 20px;
        margin-bottom: 130px;
    }

    .website-temp-section .website-temp-card {
        margin-bottom: 20px;
    }

    /* =================================brochure design ========================== */
    .brochure-design-hero-section .content-section {
        margin-left: 30px;
    }

    .brochure-design-hero-section-title {
        font-size: 30px;
    }

    .inner-brochure-section {
        margin-bottom: 150px !important;
        margin-top: 30px;
    }

    /* =================================banner design ========================== */
    .banners-design-hero-section .content-section {
        margin-left: 50px;
    }

    .logo-design-hero-section-title {
        font-size: 30px;
    }

    .banner-inner-page-section {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 0px;
        margin-bottom: 150px;
    }

    .banner-card {
        margin: 10px;
    }

    /* ==========================logo designs ========================= */
    .logo-design-hero-section .content-section {
        margin-left: 0px;
    }

    .logo-card {
        margin-left: 15px;
        margin-right: 15px;
    }

    .logo-design-section {
        margin-bottom: 150px;
    }

    /* =========================certificate designs=============== */
    .certificate-design-hero-section .content-section {
        margin-left: 0px;
    }

    .inner-certificat-section {
        margin-bottom: 150px;
        margin-top: 40px;
    }

    /* ====================== id card designs================ */
    .idcard-design-hero-section .content-section {
        margin-left: 0px;
    }

    .idcard-design-hero-section-title {
        font-size: 30px;
    }

    .idcard-section {
        padding: 15px 0;
    }

    .idcard-card {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
        margin-right: 15px;
    }

    .idcard-design-section {
        margin-bottom: 150px;
        margin-top: 30px;
    }

    /* ===============slider=================== */
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: start;
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 900px;
        min-width: 300px;
        border-radius: 10px;
    }
}

@media only screen and (min-width:375px) and (max-width:425px) {

    .navbar-brand .logo {
        height: 40px;
    }

    .menu-items {
        display: none;
    }

    .nav-link {
        margin: 0 10px;
        font-size: 18px;
    }

    .hero-section {
        /* text-align: center;
        padding: 40px 0px; */
        margin-top: 0px;
    }

    .hero-section .hero-title p {
        font-size: 20px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section .hero-text h1 {
        font-size: 100px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 80px;
        margin: 0;
        line-height: 0.7;
    }

    .hero-section .service-image img {
        width: 100%;
        max-width: 175px;
        height: 175px;
        margin-top: 0px;
    }

    .hero-section .service-btns {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 555;
    }

    .hero-section .service-btns .our {
        font-size: 40px;
        margin-bottom: 0px;
    }



    .hero-section .service-btns .btn {
        display: block;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 10px;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
    }

    .services-section {
        padding: 10px 0px;
    }

    .services-section .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .services-section .services-title {
        font-size: 36px;
    }

    .services-section .services-description {
        font-size: 20px;
    }

    .services-section .service-category .border-bottom-div {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .services-section .service-category .border-bottom-div2 {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .steps-section .step-box {
        padding: 10px;
        padding-left: 24px;
    }

    .steps-section .project-title {
        font-size: 50px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px;
    }

    .steps-section .project-section .right-section img {
        width: 90%;
        max-height: 250px;
        border: 1px solid black;
        border-radius: 50px;
        margin: auto;
    }

    .steps-section .project-section .left-section {
        padding: 30px;
    }

    .steps-section .project-section {
        border-radius: 20px;
        background: white;
        color: black;
        max-width: 95%;
        margin: auto;
        margin-top: 80px;
        padding-bottom: 15px;
    }

    .steps-section .slider-item img {
        width: 100%;
        border-radius: 15px;
        height: 65px;
    }

    .steps-section .project-section .left-section .prev-next-btns {
        display: none;

    }

    .steps-section .project-section .right-section .prev-next-btns2 {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 50px;
    }

    .steps-section .project-section .right-main-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-section .project-section .right-section {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-radius: 50px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .steps-section .project-section .right-section .prev-next-btns2 img {
        width: 36px;
        margin: 5px;
    }

    .steps-section .project-section .left-section .option-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
    }

    .portfolio-section .portfolio-description {
        font-size: 20px;
        margin: 0 auto 40px;
    }

    .portfolio-section .portfolio-title {
        font-size: 36px;
    }

    .custom-section .custom-left {
        width: 100%;
        text-align: center;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 60px;
        position: relative;
    }

    .steps-section .custom-right h3 {
        color: red;
        font-size: 30px;
        font-weight: bold;
    }

    .steps-section .custom-right p {
        font-size: 18px;
        color: white;
        line-height: 1.4;
    }

    .steps-section .custom-left h3 {
        color: red;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .steps-section .custom-left h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
    }

    .steps-section .border-one {
        margin-top: 50px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 210px;
        width: 330px;
    }

    .portfolio-section .portfolio-card {
        margin: 5px;
    }

    .portfolio-section {
        padding: 20px 0px;
    }

    .portfolio-section {
        text-align: center;
        padding: 20px 15px;
        margin-top: 20px;
    }

    .portfolio-section .portfolio-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 45px;
    }

    .portfolio-section .row {
        padding: 0px;
        margin: 0px;
    }

    .portfolio-section .col-md-6 {
        padding: 0px;
        margin: 0px;
    }

    .portfolio-section .container {
        padding: 0px;
        margin: 0px;
    }

    .footer .footer-content-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .footer .footer-content-section .footer-logo {
        margin-bottom: 20px;
    }


    /* =================================website templates ========================== */

    .website-temp-hero-section .content-section {
        margin-left: 0px;
    }

    .website-temp-hero-section .website-temp-hero-section-title {
        font-size: 30px;
    }

    .website-temp-section {
        text-align: center;
        padding: 0px 0px;
        margin-top: 20px;
        margin-bottom: 130px;
    }

    .website-temp-section .website-temp-card {
        margin-bottom: 20px;
    }

    /* =================================brochure design ========================== */
    .brochure-design-hero-section .content-section {
        margin-left: 0px;
    }

    .brochure-design-hero-section-title {
        font-size: 30px;
    }

    .inner-brochure-section {
        margin-bottom: 150px !important;
        margin-top: 30px;
    }

    /* =================================banner design ========================== */
    .banners-design-hero-section .content-section {
        margin-left: 0px;
    }

    .logo-design-hero-section-title {
        font-size: 30px;
    }

    .banner-inner-page-section {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 0px;
        margin-bottom: 150px;
    }

    .banner-card {
        margin: 10px;
    }


    /* ==========================logo designs ========================= */
    .logo-design-hero-section .content-section {
        margin-left: 0px;
    }

    .logo-card {
        margin-left: 15px;
        margin-right: 15px;
    }

    .logo-design-section {
        margin-bottom: 150px;
    }

    /* =========================certificate designs=============== */
    .certificate-design-hero-section .content-section {
        margin-left: 0px;
    }

    .inner-certificat-section {
        margin-bottom: 150px;
    }

    /* ====================== id card designs================ */
    .idcard-design-hero-section .content-section {
        margin-left: 0px;
    }

    .idcard-design-hero-section-title {
        font-size: 30px;
    }

    .idcard-section {
        padding: 15px 0;
    }

    .idcard-card {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
        margin-right: 15px;
    }

    .idcard-design-section {
        margin-bottom: 150px;
        margin-top: 30px;
    }

    /* ===============slider=================== */
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: start;
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 900px;
        min-width: 300px;
        border-radius: 10px;
    }
}

@media only screen and (min-width:320px) and (max-width:375px) {

    .navbar-brand .logo {
        height: 35px;
    }

    .menu-items {
        display: none;
    }

    .nav-link {
        margin: 0 10px;
        font-size: 18px;
    }

    .hero-section {
        /* text-align: center;
        padding: 40px 0px; */
        margin-top: 0px;
    }

    .hero-section .hero-title p {
        font-size: 20px;
        margin: 0;
        font-family: 'Neue Haas Grotesk', sans-serif;
    }

    .hero-section .hero-text h1 {
        font-size: 80px;
        margin: 0;
        line-height: 1;
    }

    .hero-section .hero-text h2 {
        font-size: 65px;
        margin: 0;
        line-height: 0.7;
    }



    .hero-section .service-image img {
        width: 100%;
        max-width: 150px;
        height: 150px;
        margin-top: 0px;
    }


    .hero-section .service-btns {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 555;
    }

    .hero-section .service-btns .our {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .hero-section .service-btns .btn {
        display: block;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 6px 10px;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
    }

    .services-section {
        padding: 10px 0px;
    }

    .services-section .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .services-section .services-title {
        font-size: 36px;
    }

    .services-section .services-description {
        font-size: 20px;
    }

    .services-section .service-category .border-bottom-div {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .services-section .service-category .border-bottom-div2 {
        border-bottom: 1px solid rgb(103, 103, 103);
        padding-bottom: 40px;
        margin-right: 15px;
        padding-left: 10px;
    }

    .steps-section .step-box {
        padding: 10px;
        padding-left: 24px;
    }

    .steps-section .project-title {
        font-size: 36px;
    }

    .steps-section .project-section .left-section p {
        font-size: 18px;
    }

    .steps-section .project-section .right-section img {
        width: 90%;
        max-height: 250px;
        border: 1px solid black;
        border-radius: 50px;
        margin: auto;
    }

    .steps-section .project-section .left-section {
        padding: 30px;
    }

    .steps-section .project-section {
        border-radius: 20px;
        background: white;
        color: black;
        max-width: 95%;
        margin: auto;
        margin-top: 80px;
        padding-bottom: 15px;
    }

    .steps-section .slider-item img {
        width: 100%;
        border-radius: 15px;
        height: 65px;
    }

    .steps-section .project-section .left-section .prev-next-btns {
        display: none;

    }

    .steps-section .project-section .right-section .prev-next-btns2 {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 50px;
    }

    .steps-section .project-section .right-main-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-section .project-section .right-section {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-radius: 50px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .steps-section .project-section .right-section .prev-next-btns2 img {
        width: 36px;
        margin: 5px;
    }

    .steps-section .project-section .left-section .option-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
    }

    .portfolio-section .portfolio-description {
        font-size: 20px;
        margin: 0 auto 40px;
    }

    .portfolio-section .portfolio-title {
        font-size: 36px;
    }

    .custom-section .custom-left {
        width: 100%;
        text-align: center;
    }

    .steps-section .custom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 60px;
        position: relative;
    }

    .steps-section .custom-right h3 {
        color: red;
        font-size: 26px;
        font-weight: bold;
    }

    .steps-section .custom-right p {
        font-size: 18px;
        color: white;
        line-height: 1.4;
    }

    .steps-section .service-tag {
        padding: 5px 15px;
        background-color: #fff;
        border-radius: 0px;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .steps-section .custom-left h3 {
        color: red;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .steps-section .custom-left h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
    }

    .steps-section .border-one {
        margin-top: 50px;
    }

    .portfolio-section .portfolio-card img.main-image {
        max-height: 210px;
        width: 330px;
    }

    .portfolio-section .portfolio-card {
        margin: 5px;
    }

    .portfolio-section {
        padding: 20px 0px;
    }

    .portfolio-section {
        text-align: center;
        padding: 20px 15px;
        margin-top: 20px;
    }

    .portfolio-section .portfolio-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 45px;
    }

    .portfolio-section .row {
        padding: 0px;
        margin: 0px;
    }

    .portfolio-section .col-md-6 {
        padding: 0px;
        margin: 0px;
    }

    .portfolio-section .container {
        padding: 0px;
        margin: 0px;
    }

    .contact-section {
        background: linear-gradient(255deg, #ffebeb, #d9d9d9);
        border-radius: 15px;
        padding: 0px;
        margin: 0px 0px 160px 0px;
    }

    .contact_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        /* padding: 40px; */
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px;
    }

    .container2 {
        /* max-width: 350px; */
        background: #fdf8f8;
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(251, 244, 244) 100%);
        border-radius: 40px;
        padding: 20px;
        border: 5px solid rgb(255, 255, 255);
        box-shadow: rgba(215, 144, 133, 0.878) 0px 30px 30px -20px;
        margin: 0px;
        margin-bottom: 20px;
    }


    .footer .footer-content-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .footer .footer-content-section .footer-logo {
        margin-bottom: 20px;
    }

    .footer .copy-right {
        margin-bottom: 0px;
        align-items: center;
        font-size: 16px;
    }

    /* =================================website templates ========================== */

    .website-temp-hero-section .content-section {
        margin-left: 0px;
    }

    .website-temp-hero-section .website-temp-hero-section-title {
        font-size: 30px;
    }

    .website-temp-section {
        text-align: center;
        padding: 0px 0px;
        margin-top: 20px;
        margin-bottom: 130px;
    }

    .website-temp-section .website-temp-card {
        margin-bottom: 20px;
    }

    /* =================================brochure design ========================== */

    .brochure-design-hero-section .content-section {
        margin-left: 0px;
    }

    .brochure-design-hero-section-title {
        font-size: 30px;
    }

    .inner-brochure-section {
        margin-bottom: 150px !important;
        margin-top: 30px;
    }

    /* =================================banner design ========================== */
    .banners-design-hero-section .content-section {
        margin-left: 0px;
    }

    .logo-design-hero-section-title {
        font-size: 30px;
    }

    .banner-inner-page-section {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 0px;
        margin-bottom: 150px;
    }

    .banner-card {
        margin: 10px;
    }


    /* ==========================logo designs ========================= */
    .logo-design-hero-section .content-section {
        margin-left: 0px;
    }

    .logo-card {
        margin-left: 15px;
        margin-right: 15px;
    }

    .logo-design-section {
        margin-bottom: 150px;
    }

    /* =========================certificate designs=============== */
    .certificate-design-hero-section .content-section {
        margin-left: 0px;
    }

    .inner-certificat-section {
        margin-bottom: 150px;
    }

    /* ====================== id card designs================ */
    .idcard-design-hero-section .content-section {
        margin-left: 0px;
    }

    .idcard-design-hero-section-title {
        font-size: 30px;
    }

    .idcard-section {
        padding: 15px 0;
    }

    .idcard-card {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
        margin-right: 15px;
    }

    .idcard-design-section {
        margin-bottom: 150px;
        margin-top: 30px;
    }

    /* ===============slider=================== */
    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: start;
        height: auto;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 900px;
        min-width: 210px;
        border-radius: 10px;
    }
}


@media only screen and (max-width:767px) {
    .hero-section .service-image {
        margin-top: 50px;
    }
}

@media only screen and (max-width:768px) {
    .portfolio-view-all {
        display: none !important;
    }

    .portfolio-view-all-none {
        display: block !important;
    }

    .contact-section {
        background: linear-gradient(255deg, #ffebeb, #d9d9d9);
        border-radius: 15px;
        padding: 0px;
        margin: 0px 0px 160px 0px;
    }

    .contact_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        /* padding: 40px; */
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 10px;
    }

    .container2 {
        /* max-width: 350px; */
        background: #fdf8f8;
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(251, 244, 244) 100%);
        border-radius: 40px;
        padding: 20px;
        border: 5px solid rgb(255, 255, 255);
        box-shadow: rgba(215, 144, 133, 0.878) 0px 30px 30px -20px;
        margin: 0px;
        margin-bottom: 20px;
    }

    /* .circles {
        display: none !important;
    } */


}

@media only screen and (max-width:1200px) {
    .contact_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        /* padding: 40px; */
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}







@media only screen and (min-width:576px) and (max-width:768px) {
    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        /* border: 1px solid rgba(255, 255, 255, 0.3); */
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 200px;
        height: 200px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 200px;
        height: 200px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 200px;
        height: 200px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 200px;
        height: 200px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 200px;
        height: 200px;
        animation-delay: 2s;
    }

    @keyframes expand {
        from {
            transform: scale(0.9);
            opacity: 1;
        }

        to {
            transform: scale(1.2);
            opacity: 0;
        }
    }

}

@media only screen and (min-width:425px) and (max-width:576px) {
    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 200px;
        height: 200px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 200px;
        height: 200px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 200px;
        height: 200px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 200px;
        height: 200px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 200px;
        height: 200px;
        animation-delay: 2s;
    }

}

@media only screen and (min-width:375px) and (max-width:425px) {
    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 200px;
        height: 200px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 200px;
        height: 200px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 200px;
        height: 200px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 200px;
        height: 200px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 200px;
        height: 200px;
        animation-delay: 2s;
    }

}

@media only screen and (min-width:320px) and (max-width:375px) {
    .service-image img {
        width: 200px !important;
    }

    .service-image .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    .service-image .circle {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        position: absolute;
        animation: expand 3s infinite;
    }

    .service-image .circle:nth-child(1) {
        width: 200px;
        height: 200px;
        animation-delay: 0s;
    }

    .service-image .circle:nth-child(2) {
        width: 200px;
        height: 200px;
        animation-delay: 0.5s;
    }

    .service-image .circle:nth-child(3) {
        width: 200px;
        height: 200px;
        animation-delay: 1s;
    }

    .service-image .circle:nth-child(4) {
        width: 200px;
        height: 200px;
        animation-delay: 1.5s;
    }

    .service-image .circle:nth-child(5) {
        width: 200px;
        height: 200px;
        animation-delay: 2s;
    }

}




.idcard-div {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}