/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.7441em;
    }

    .mt--120 {
        margin-top: -50px;
    }

    .pt-150 {
        padding-top: 50px;
    }

    .ptb-150 {
        padding: 90px 0;
    }

    .hero-slider-content h1 {
        font-size: 2.25rem;
    }

    .action-btns a.btn,
    .app-download-list li {
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub {
        top: -10px;
    }

    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100 {
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn {
        margin-bottom: 10px;
    }

    .portfolio-item,
    .gap {
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .counter-wrap li {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card {
        margin-bottom: 0;
    }

    /*all col*/
    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row>div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .footer-bottom .row>div[class*='col-']:first-child {
        margin-bottom: 0 !important;
    }
    .wrapperr{
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .wrapperr{
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        padding: 10px !important;
    }
    .mt--120 {
        margin-top: -50px;
    }

    .pt-150 {
        padding-top: 60px;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub {
        top: -10px;
    }

    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100 {
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn {
        margin-bottom: 10px;
    }

    .portfolio-item,
    .gap {
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .counter-wrap li {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card {
        margin-bottom: 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row>div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .footer-bottom .row>div[class*='col-']:first-child {
        margin-bottom: 0 !important;
    }
    .wrapperr{
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120 {
        margin-top: -50px;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }
.wrapperr{
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .wrapperr{
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
   
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}
@media (max-width:1600px) {
    footer {
        background-image: none;
        background: linear-gradient(90deg, rgba(101, 34, 102, 1) 30%, rgba(210, 12, 108, 1) 70%);
        ;
    }
}


@media (max-width: 1200px) {
  
}

@media (max-width: 992px) {

    #particles-js {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5% 5%;
        background-size: cover !important;
    }

    .product-img-wrapper {
        height: 40%;
    }


    .slider-text {
        width: 100%;

    }

    #particles-js {
        background-size: cover;
        background-position: 85%;
    }




    .get-in-touch-list {
        width: 70%;
    }

    .services-customized {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 1%;
        grid-row-gap: 0px;
    }



    .services-customized div:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .services-customized div:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .services-customized div:nth-of-type(3) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .services-customized div:nth-of-type(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .services-customized div:nth-of-type(5) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .services-customized div:nth-of-type(6) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .services-customized div:nth-of-type(7) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .services-customized div:nth-of-type(8) {
        grid-area: 4 / 2 / 5 / 2;
    }



    .services-customized div:nth-of-type(9) {
        display: none;
    }

    

    .iso-wrapper a {
        height: 4.5rem;
    }

}

@media (max-width: 767px) {



    

}

@media (max-width: 576px) {

    .services-customized {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 1fr);
        grid-row-gap: 1%;
    }

    .services-customized div:nth-of-type(1) {
        grid-area: 1 / 1 / 1 /1;
    }

    .services-customized div:nth-of-type(2) {
        grid-area: 2 / 1 / 2 / 1;
    }

    .services-customized div:nth-of-type(3) {
        grid-area: 3 / 1 / 3 / 1;
    }

    .services-customized div:nth-of-type(4) {
        grid-area: 4 / 1 / 4 / 1;
    }

    .services-customized div:nth-of-type(5) {
        grid-area: 5 / 1 / 5 / 1;
    }

    .services-customized div:nth-of-type(6) {
        grid-area: 6 / 1 / 6 / 1;
    }

    .services-customized div:nth-of-type(7) {
        grid-area: 7 / 1 / 7 / 1;
    }

    .services-customized div:nth-of-type(8) {
        grid-area: 8 / 1 / 8 / 1;
    }

    /* 
    .iso-wrapper a {
        height: 6rem;
        top: 2%;
    } */

    .get-in-touch-list li {
        margin-bottom: 10px;
    }
}