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

}

@media only screen and (max-width: 998px){
    .main_slider {
        height: 95vh;
    }
    .main_slider .swiper_main_slider .swiper-slide .main_slider_cover .main_slider_content h1 {
        font-size: 2.6rem;
    }
    .hero_section {
        height: 95vh;
    }
    .hero_section:after {
        content: '';
        height: 51px;
    }
    .hero_section .hero_section_image .hero_section_cover .hero_section_content h1 {
        font-size: 2.6rem;
    }
    .intro .intro_title h2 {
        font-size: 1.8rem;
    }
    .more_content .more_content_text h2 {
        font-size: 2.6rem;
    }
    .blog_card {
        min-height: 350px;
    }
}

@media only screen and (max-width: 768px){
    .header {
        height: calc(85vh - 55px);
    }
    .main_slider {
        height: calc(85vh);
    }
    .main_slider:after {
        height: 51px;
    }
    .main_slider .swiper_main_slider {
        height: inherit;
    }
    .main_slider .swiper_main_slider .swiper-slide .main_slider_cover .main_slider_content {
        gap: 15px;
        width: 70%;
    }
    .main_slider .swiper_main_slider .swiper-slide .main_slider_cover .main_slider_content h1 {
        font-size: 2rem;
    }
    .main_slider .swiper_main_slider .swiper-slide .main_slider_cover .main_slider_content p {
        font-size: 1rem;
    }
    .intro {
        padding: 40px 0 40px 0;
    }
    .intro .intro_title h2 {
        font-size: 1.6rem;
    }
    .intro .intro_items {
        gap: 25px;
    }
    .intro .intro_items .intro_item h3 {
        font-size: 1.4rem;
    }
    .intro .intro_items .intro_item p {
        font-size: 0.8rem;
    }
    .about {
        padding: 40px 0;
    }
    .about .about_content {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .about .about_content .about_image img {
        min-height: 30vh;
        max-height: 70vh;
        width: 100%;
    }
    .about .about_content .about_text h2 {
        font-size: 2rem;
    }
    .about .about_content .about_text p {
        margin-bottom: 25px;
        font-size: 1rem;
    }
    .about .about_content .about_text .accordion .accordion-item .accordion-header button {
        font-size: 1.2rem;
        padding: 18px 0;
    }
    .about .about_content .about_text .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 0.8rem;
    }

    .layout_slider {
        margin: 40px 0;
    }
    .layout_slider .layout_box .layout_images {
        border-radius: 0 0 0 0;
        width: 100%;
    }
    .layout_slider .layout_box .layout_images .layout_image img {
        width: 100%;
    }
    .layout_slider .layout_box .layout_texts .layout_text {
        background-color: transparent;
        opacity: 1 !important;
        position: relative;
    }
    .layout_slider .layout_box .layout_texts .layout_text h2 {
        font-size: 2rem;
    }
    .layout_slider .layout_box .layout_texts .layout_text p {
        font-size: 1rem;
    }
    .layout_slider .layout_box .layout_texts .layout_text span {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background: #ffffff7a;
        border-radius: 20px;
        font-size: 22rem;
        color: #15151552;
        width: 100%;
        opacity: 1;
    }

    .solution {
        padding: 40px 0;
    }
    .solution .solution_text {
        min-height: auto;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .solution .solution_text h2 {
        font-size: 2rem;
    }
    .solution .solution_text p {
        font-size: 1rem;
    }
    .solution .solution_slider {
        position: relative;
    }
    .solution .solution_slider .solution_home_swiper .swiper-slide {
        height: 350px;
    }
    .solution .solution_slider .solution_home_swiper .swiper-slide img {
        height: 310px;
    }
    .solution .solution_slider .solution_home_swiper .swiper-slide.swiper-slide-active img {
        height: 350px;
    }


    .more_content {
        padding: 40px 0 40px 0;
        margin: 100px 0 40px 0;
    }
    .more_content .inverted {
        width: 100%;
    }
    .more_content .more_content_image {
        position: relative;
        height: auto;
        top: 0;
    }
    .more_content .more_content_image img {
        border-radius: 20px;
        max-height: 300px;
    }
    .more_content .more_content_text h2 {
        font-size: 2rem;
    }
    .more_content .more_content_text p {
        font-size: 1rem;
    }
    .more_content .more_content_text p:before {
        margin-right: 6px;
        height: 22px;
        width: 22px;
    }

    .home_blog {
        padding: 40px 0 40px 0;
    }
    .blog_archive {
        gap: 15px;
    }
    .blog_card {
        width: calc(50% - 8px);
        min-height: 350px;
    }

    .footer {
        padding: 100px 0 40px 0;
    }
    .footer:before {
        height: 50px;
    }
    .footer .footer_content {
        padding: 30px;
    }
    .footer .footer_typography {
        margin-bottom: -2rem;
    }
    .footer .footer_content .footer_logo {
        border-right: none;
        padding: 20px;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .footer .footer_content .footer_logo img {
        max-width: 220px;
    }
    .footer .footer_content .footer_logo p {
        font-size: 0.9rem;
    }
    .footer .footer_content .footer_list {
        border-right: none;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .footer .footer_content .footer_list ul li {
        margin-bottom: 6px;
        font-size: 0.9rem;
    }
    .footer .footer_content .footer_contact {
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .footer .footer_content .footer_contact .contact_buttons a {
        font-size: 1.5rem;
    }
    .footer .footer_content .footer_contact ul li a {
        font-size: 0.9rem;
    }
    .footer .footer_content .footer_copyright {
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer .footer_content .footer_copyright p {
        letter-spacing: 0;
        font-size: 0.9rem;
    }

    .btn-1 {
        padding: 3px 3px 3px 14px;
        font-size: 0.9rem;
    }

    .blog {
        padding: 40px 0;
    }
    .hero_section {
        height: 85vh;
    }
    .hero_section .hero_section_image .hero_section_cover .hero_section_content {
        gap: 10px;
        width: 80%;
    }
    .hero_section .hero_section_image .hero_section_cover .hero_section_content h1 {
        font-size: 1.8rem;
    }
    .hero_section .hero_section_image .hero_section_cover .hero_section_content p {
        font-size: 0.9rem;
    }

    .about_sections {
        padding: 40px 0;
    }
    .about_section {
        margin: 50px auto;
    }
    .about_section .about_section_flex {
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column-reverse;
    }
    .about_section .about_section_image img {
        display: none;
    }
    .about_section .about_section_image img.about_image {
        border-radius: 20px;
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
    }
    .about_section.opposite .about_section_flex {
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column-reverse;
    }
    .about_section.opposite .about_section_image img.about_image {
        border-radius: 20px !important;
        object-fit: cover;
        margin-right: 0;
        width: 100%;
    }

    .about_team {
        padding-bottom: 30px;
    }
    .about_team .team_person {
        margin-bottom: 20px;
        height: 380px;
    }
    .about_team .team_person .team_person_info {
        padding: 10px;
        bottom: 15px;
        right: 15px;
        left: 15px;
    }

    .contact_box .content_box_background {
        padding: 40px;
    }
    .contact_box .content_box_background .content_box_glass {
        gap: 25px;
        flex-direction: column;
    }
    .contact_box .content_box_background .contact_sidebar {
        position: relative;
        width: 100%;
    }
    .contact_box .content_box_background .contact_sidebar {
        border-right: none;
        padding-right: 0;
    }
    .contact_box .content_box_background .contact_sidebar h3 {
        font-size: 1.4rem;
    }
    .contact_box .content_box_background .contact_sidebar p {
        font-size: 0.9rem;
    }
    .contact_box .content_box_background .contact_form .content_back {
        gap: 5px;
        flex-direction: column;
    }
    .products_archive h3 {
        font-size: 1.8rem;
    }

    .product_content {
        padding-right: 0.75rem;
    }
    .product_content .product_image img {
        max-height: 400px;
    }
    .product_content .content_blocks .table table thead tr {
        padding: 0.7rem;
    }
    .product_content .content_blocks .table table tbody tr {
        padding: 0.7rem;
    }
    .product_content .content_blocks .text_list h2 {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    .product_content .content_blocks .text_list ul li {
        margin-bottom: 12px;
        font-size: 1rem;
    }
    .product_content .content_blocks .text_list ul li:before {
        margin-bottom: -5px;
        margin-right: 6px;
        height: 22px;
        width: 22px;
    }
    .product_content .content_blocks .faq .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1.1rem;
        padding: 20px 10px;
    }
    .product_content .content_blocks .faq .accordion .accordion-item .accordion-header .accordion-button:before {
        margin-right: 8px;
        height: 34px;
        width: 34px;
    }
    .product_content .content_blocks .faq .accordion .accordion-item .accordion-collapse .accordion-body {
        font-size: 0.9rem;
    }
    .product_sidebar .sticky_sidebar .product_sidebar_cat h3 {
        font-size: 1.4rem;
    }
    .product_sidebar .sticky_sidebar .product_sidebar_contact h3 {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 480px){
    .header {
        height: calc(80vh - 60px);
    }
    .header .header_mobile_logo {
        width: 120px;
    }
    .header .header_mobile_span {
        margin-top: 5px;
        width: 36px;
    }
    .main_slider {
        height: calc(80vh);
    }
    .main_slider .swiper_main_slider .swiper-slide .main_slider_cover .main_slider_content {
        gap: 10px;
        width: 80%;
    }
    .intro .intro_title span {
        font-size: 0.8rem;
    }
    .intro .intro_title h2 {
        font-size: 1.2rem;
    }
    .intro .intro_items {
        gap: 20px;
        max-width: 360px;
        flex-direction: column;
    }
    .intro .intro_items .intro_item img {
        max-height: 50px;
        min-height: 50px;
        width: 50px;
    }
    .intro .intro_items .intro_item h3 {
        font-size: 1.1rem;
    }
    .intro .intro_items .intro_item a {
        font-size: 0.7rem;
        padding: 5px 15px;
    }

    .layout_slider .layout_box .layout_images .layout_image {
        height: 94vh;
    }
    .layout_slider .layout_box .layout_texts .layout_text {
        gap: 20px;
        padding: 30px;
        height: 94vh;
    }
    .layout_slider .layout_box .layout_texts .layout_text h2 {
        font-size: 1.8rem;
    }
    .layout_slider .layout_box .layout_texts .layout_text span {
        line-height: 1.3;
        font-size: 20rem;
    }

    .solution .solution_slider {
        padding: 0;
    }
    .solution .solution_slider .solution_home_swiper {
        padding-top: 0.5rem;
    }
    .solution .solution_slider .solution_home_swiper .swiper-slide {
        height: 300px;
    }
    .solution .solution_slider .solution_home_swiper .swiper-slide img {
        height: 260px;
    }
    .solution .solution_slider .solution_home_swiper .swiper-slide.swiper-slide-active img {
        height: 300px;
    }
    .solution .solution_slider .solution_home_swiper .swiper-button {
        width: 74px;
        top: 1rem;
        right: 0.3rem;
    }
    .solution .solution_slider .solution_home_swiper .swiper-button .swiper-button-next:after {
        font-size: 1rem;
        padding: 7px 12px;
    }
    .solution .solution_slider .solution_home_swiper .swiper-button .swiper-button-prev:after {
        font-size: 1rem;
        padding: 7px 12px;
    }

    .more_content {
        margin: 80px 0 40px 0;
    }
    .more_content .inverted {
        height: 40px;
        top: -40px;
    }
    .more_content .more_content_image {
        position: unset;
        padding: 0 15px;
    }
    .more_content .more_content_image img {
        max-height: 320px;
    }
    .more_content .more_content_text {
        padding: 15px;
        gap: 20px;
    }
    .more_content .more_content_text p:before {
        height: 20px;
        width: 20px;
    }

    .home_blog .blog_title .mini_title {
        font-size: 0.8rem;
    }
    .home_blog .blog_title {
        font-size: 2rem;
    }
    .blog_card {
        width: 100%;
        min-height: 360px;
    }
    .blog_card a .blog_card_content {
        padding: 14px;
        gap: 12px;
    }

    .hero_section {
        height: 80vh;
    }

    .about_section .about_section_text h2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .about_team .team_person .team_person_info span {
        font-size: 0.8rem;
    }
    .about_team .team_person .team_person_info h3 {
        font-size: 1.3rem;
    }

    .content p {
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .contact_box .content_box_background .contact_sidebar h3 {
        font-size: 1.3rem;
    }
    .contact_box .content_box_background .contact_form p {
        font-size: 1rem !important;
        padding-bottom: 0 !important;
        margin-bottom: 1rem !important;
    }
    .contact_box .content_box_background .contact_form .content_back {
        gap: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


}

@media only screen and (max-width: 340px){

}
