/* v1.0.0 */
/* [dir="rtl"] .swiper-button-next { left: 10px; right: auto; }
[dir="rtl"] .swiper-button-prev { right: 10px; left: auto; }

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

@media (max-width:992px) {
    .container { max-width: 720px }
}

@media (max-width:768px) {
    .container { max-width: 540px }
    .swiper { height: 300px }
}

@media (max-width:576px) {
    .container { max-width: 100%; padding: 0 15px }
    .swiper { height: 250px }
} */


@media screen and (max-width: 1920px){
}
@media screen and (max-width: 1800px){
}
@media screen and (max-width: 1700px){
}
@media screen and (max-width: 1600px){
}
@media screen and (max-width: 1440px){
}
@media screen and (max-width: 1400px){

    /* cmn */

    .cmn_navigation_btn {
        width: 93%;
    }
}
@media screen and (max-width: 1300px){

    /* cmn */

    .herobanner {
        padding: 120px 0 90px !important;
    }
    .cmn_pad {
        padding: 90px 0;
    }
    .cmn_navigation_btn {
        width: 100%;
    }

    /* Project Details */

        .porject_banner_otr {
            aspect-ratio: 18 / 9;
        }


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

    /* cmn */

    h1, .title_h1 {
        font-size: 60px;
    }
    h2, .title_h2 {
        font-size: 46px;
    }
    .cmn_title_otr {
        margin-bottom: 50px;
    }

    /* home */

    .our_services_box_otr .our_services_box {
        width: 31.5%;
    }
    .footer_logo_otr {
        width: 26%;
    }
}
@media screen and (max-width: 1024px){

      /************** MOBILE MENU **************/

  .mobileIcon {
    height: 48px;
    width: 48px;
    display: flex;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    border-radius: 100px;
  }
  .dark .mobileIcon span, .dark .mobileIcon span::before, .dark .mobileIcon span::after {
    background: #fff !important;
 }

  .mobileIcon span, .mobileIcon span::before, .mobileIcon span::after {
        content: "";
        width: 25px;
        height: 3px;
        background: #000 !important;
        position: absolute;
        transition: all 0.3s ease;
    }

  .mobileIcon span::before {
    transform: translateY(-8px);
  }

  .mobileIcon span::after {
    transform: translateY(8px);
  }

  .menu-open .mobileIcon {
    background: transparent;
  }

  .menu-open .mobileIcon span {
    background: transparent;
    width: 38px;
  }

  .menu-open .mobileIcon span::before {
    transform: rotate(45deg);
    background: var(--red);
    width: 38px;
  }

  .menu-open .mobileIcon span::after {
    transform: rotate(-45deg);
    background: var(--red);
    width: 38px;
  }

  .header_right {
    position: fixed;
    inset: 0;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    padding: 140px 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    box-sizing: border-box;
    overflow: hidden;
    background: hsl(var(--surface-glass) / .8);
    -webkit-backdrop-filter: blur(40px) saturate(1.8);
    backdrop-filter: blur(40px) saturate(1.8);
    border: 1px solid hsl(var(--border));
}

  .menu-open .header_right {
    transform: translateX(0);
  }

  .header_menu ul.menu {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
  .menu-open {
    overflow: hidden;
  }
  .mobile_shown {
    display: flex;
    gap: 12px;
  }

  .header_main {
    justify-content: space-between;
   }
   .menu-open .mobileIcon span {
        background: transparent !important;
    }

    .menu-open .header_logo {
        position: relative;
        z-index: 9999;
    }

    .header_right .dark_btn_otr {
        width: 100%;
        justify-content: center;
    }

    .header_right .dark_btn_otr .dark_mode_toggle {
        display: none;
    }
    .mode_btn {
        height: 48px;
        width: 48px;
    }

   /* cmn */

    h1, .title_h1 {
        font-size: 54px;
    }

    .twenty_p p {
        font-size: 18px;
        line-height: 26px;
    }

    .btn {
        font-size: 16px;
        line-height: 26px;
    }

   /* home */

    .our_services_box_otr .our_services_box {
        padding: 25px;
        width: 31.3%;
    }
    .post_pagination_main .post_pagination_left a svg, .post_pagination_main .post_pagination_right a svg {
        width: 40px;
        height: 40px;
    }
    .menu-scrolled.menu-open .header {
        backdrop-filter: unset;
    }
    .our_project_row .cmn_navigation_btn {
        display: flex;
        width: 100%;
        left: 50%;
    }
    .project_pagination {
        margin-top: 0;
    }
    .our_project_btn {
        margin-top: 50px;
    }


    .porject_banner_otr {
        aspect-ratio: 18 / 11;
    }
    .banner.porject_banner_otr.cmn_pad {
        padding-bottom: 40px;
    }

}
@media screen and (max-width: 900px){

    /* cmn */

    .herobanner {
        padding: 120px 0 70px !important;
    }
    .herobanner .container {
        padding: 0 20px;
    }
    .cmn_pad {
        padding: 70px 0;
    }
    .container {
        padding: 0 40px;
    }
    h1, .title_h1 {
        font-size: 52px;
    }

    /* home */

    .header .container {
        padding: 0 20px;
    }

    .mobileIcon {
        height: 35px;
        width: 35px;
    }

    .mode_btn {
        width: 35px;
        height: 35px;
    }

    .mobile_shown {
        gap: 18px;
    }

    .banner_main {
        flex-direction: column;
        gap: 40px;
    }

    .banner_left {
        width: 58%;
    }
    .our_services_box_otr .our_services_box {
        width: 48%;
    }

    .our_value_box_otr {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer_logo_otr {
        width: 33%;
    }

    /* blog */

    .blog_otr {
        padding-bottom: 80px;
    }
    .post_pagination_main {
        gap: 30px;
    }

    .project_wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
@media screen and (max-width: 767px){

    /* cmn */

    h1, .title_h1 {
        font-size: 40px;
    }
    .cmn_pad {
        padding: 50px 0;
    }

    .herobanner {
        padding: 120px 0 50px !important;
    }

    h2, .title_h2 {
        font-size: 34px;
    }

    /* home */

    .banner_left {
        width: 70%;
    }
    .banner_small_tag {
        margin-bottom: 26px;
    }
    .banner_description {
        padding: 24px 0 30px;
    }
    .our_services_box_otr .our_services_box {
        width: 100%;
    }
    .cmn_main_description {
        align-items: center;
    }
    .contact_content_otr {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact_content_otr {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer_top {
        flex-wrap: wrap;
    }
    .footer_logo_otr {
        width: 100%;
    }
    .footer {
        padding: 50px 0 25px;
    }
    .copyright_text {
        margin-top: 40px;
        padding-top: 25px;
    }

    /* blog */

    .blog_content {
        margin-top: 30px;
    }
    .blog_content h1, .blog_content h2, .blog_content h3, .blog_content h4, .blog_content h5, .blog_content h6 {
        padding-bottom: 12px;
    }
    .blog_content div {
        margin-bottom: 25px;
    }
    .blog_otr {
        padding-bottom: 50px;
    }
    .post_pagination_main {
        flex-direction: column;
        gap: 25px;
    }
    .post_pagination_main .post_pagination_left, .post_pagination_main .post_pagination_right {
        width: 100%;
    }
    .post_pagination_main .post_pagination_left a svg, .post_pagination_main .post_pagination_right a svg {
        width: 35px;
        height: 35px;
    }
    .blog_title_otr {
        gap: 30px;
    }


    .gallery-swiper {
        flex-direction: column-reverse;
    }
    .swiper-nav-section {
        flex-direction: row !important;
        width: 100%;
        max-width: 100%;
    }
    .swiper-nav-section .swiper-thumb-item {
        width: 120px;
        height: 120px;
    }
    .swiper-thumb-track {
        max-width: calc((120px * 3) + (12px * 2) + 10px);
    }
    .cmn_gallery_btn svg {
        transform: rotate(180deg);
    }



    .porject_banner_otr {
        aspect-ratio: 18 / 14;
    }
    .project_info_otr .our_value_box_otr {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .project_info_otr .our_value_box_otr .our_value_box:nth-child(3) {
        grid-column: span 1;
        min-height: 280px;
    }
    .project_info_otr .our_value_box_otr .our_value_box:nth-child(1) {
        grid-row: 2;
    }
    .project_cta_main {
        gap: 24px;
    }

}
@media screen and (max-width: 600px){

    /* cmn */

    h4, .title_h4 {
        font-size: 22px;
        line-height: 28px;
    }

    /* home */

    .banner_left {
        display: none;
    }
    .banner_right_top {
        text-align: center;
    }
    .banner_btn_otr {
        justify-content: center;
        margin-bottom: 35px;
    }
    .banner_counter_otr {
        justify-content: center;
    }
    h1, .title_h1 span {
        display: block;
    }
    .cmn_main_description p {
        text-align: center;
    }
    .our_value_box_otr {
        grid-template-columns: repeat(1, 1fr);
    }
    /* .testimonial_section .container {
        padding: 0;
    }
    .testimonial_section .container .testimonial_row {
        padding: 0 40px;
    } */
    .testimonial_section > .container {
        padding: 0 15px;
    }
    .blogs > .container {
        padding: 0 15px;
    }
    .our_projects > .container {
        padding: 0 15px;
    }
    .testimonial_section .container .testimonial_row .testimonial_swiper .testimonial_box {
        padding: 10px 10px 30px 30px;
    }
    .cmn_pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .cmn_pagination {
        gap: 8px;
    }


    .project_wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cmn_main_description h1 {
        text-align: center;
    }
    .project_banner_content .cmn_main_description h1 {
        text-align: right;
    }

}
@media screen and (max-width: 479px){

    :root{
        --br_sixteen:12px;
        --br_twelve: 8px;
    }

    /* cmn */

    .twenty_p p {
        font-size: 16px;
        line-height: 24px;
    }

    h1, .title_h1 {
        font-size: 38px;
    }

    .cmn_main_description .title_h2 {
        text-align: center;
    }

    h2, .title_h2 {
        font-size: 32px;
    }

    .testimonial_section .container .testimonial_row .testimonial_swiper .testimonial_box {
        padding: 10px 10px 30px 30px;
    }

    .banner_btn_otr {
        flex-direction: column;
        align-items: center;
    }

    .blog-slider .swiper-slide .bolg_box .bolg_list_content {
        padding: 20px;
    }

    .blog-slider .swiper-slide .bolg_box .bolg_list_content .blog_list_btn {
        width: 100%;
    }

    .blog-slider .swiper-slide .bolg_box .bolg_list_image {
        padding-top: 75%;
    }

    .footer_menu_main .menu {
        grid-template-columns: repeat(1, 1fr);
    }
    .header_menu ul.menu {
        gap: 26px;
    }
    .banner_btn_otr .banner_blue_btn {
        width: 100%;
    }
    .banner_btn_otr .banner_blue_btn .btn {
        width: 100%;
    }
    .contact_form {
        padding: 24px;
    }
    .wpcf7 form .wpcf7-response-output {
        font-size: 14px;
    }
    .our_project_btn {
        margin-top: 30px;
    }

    /* blog */

    .blog_image {
        aspect-ratio: 16 / 11;
    }


    .swiper-nav-section .swiper-thumb-item {
        width: 60px;
        height: 60px;
    }
    .swiper-thumb-track {
        width: calc((60px * 3) + (12px * 2) + 10px);
    }
    .porject_banner_otr {
        aspect-ratio: 18 / 22;
    }
}
@media screen and (max-width: 374px){
} 