/* Media Queries for responsive design */
@media (max-width: 575.98px) {
    .splide__list.project-image li {
        justify-content: center;
    }

    .newsletter .image-col {
        display: none !important;
    }

    .faq-question .icon {
        width: 16px;
        height: 16px;
    }

    .hero .container,
    .features .container,
    .services-products .container,
    .why-choose .container,
    .perfect-execution .container,
    .reviews .container,
    .cta .container,
    .partner .container,
    .news-section .container,
    .faq .container,
    .blog .container,
    .newsletter .container,
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn.btn-blue,
    .btn.btn-light-blue,
    .btn.btn-dark-blue-transparent,
    .btn.btn-dark-blue {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .features .item {
        max-width: 100%;
    }

    .hero .hero-content h2 {
        line-height: 130%;
    }

    .hero-little {
        height: 200px;
    }

    /*NAVBAR*/
    .navbar-custom {
        height: 63px;
    }

    .navbar-custom a.navbar-brand img {
        width: 50%;
        height: auto;
    }

    .navbar-top {
        display: none;
    }

    .navbar-bottom .skewed-btn.mobileshow,
    .navbar-bottom li.nav-item.mobileshow {
        display: block;
    }

    .navbar-toggler {
        right: 15px;
        top: 20px;
    }

    .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav {
        padding: 15px;
        background: #001E29;
        position: absolute;
        top: 63px;
        width: 300px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .megamenu-box {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
        box-shadow: none;
    }

    .megamenu-item {
        width: 50%;
        padding: 10px 5px;
    }

    .megamenu-item img {
        width: 50px;
        height: 50px;
    }

    .megamenu-item span {
        font-size: 14px;
    }

    /* END NAVBAR */
    .blog-in .context h1,
    .about-us h1,
    .font-size-48 {
        font-size: calc(48px/1.5);
        line-height: 100% !important;
    }

    .font-size-40 {
        font-size: calc(40px/1.5);
    }

    .font-size-32 {
        font-size: calc(32px/1.5);
    }

    .font-size-24 {
        font-size: calc(24px/1.5);
    }

    .blog-in .context span.date,
    .font-size-20 {
        font-size: calc(20px/1.5);
    }

    .about-us p,
    .font-size-18 {
        font-size: calc(18px/1.3);
    }

    .font-size-16 {
        font-size: calc(16px/1.2);
    }

    .font-size-14 {
        font-size: calc(14px/1.2);
    }

    .why-choose img.index,
    .perfect-execution img.index,
    .blog .index {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 250px;
        object-fit: cover;
    }

    .blog h4 {
        max-width: 100%;
    }

    .prices,
    .blog-in,
    .blog-list,
    .team-section,
    .simple-banner,
    .contact,
    .about-us,
    .request,
    .services-in,
    .faq,
    .partner {
        padding-top: 3rem;
    }

    .faq,
    .perfect-execution,
    .features {
        padding-bottom: 0;
    }

    .blog,
    .price-lists,
    .prices,
    .blog-in,
    .blog-list,
    .team-section,
    .simple-banner,
    .contact,
    .about-us,
    .request {
        padding-bottom: 3rem;
    }

    .services-products .card {
        align-items: normal;
        max-width: 100%;
    }

    .features img {
        width: 64px;
        height: 64px;
    }

    .custom-arrows {
        justify-content: center;
    }

    .custom-arrows button {
        width: 40px;
        height: 40px;
    }

    .slider-outside {
        margin: 0 0 0 0;
    }

    .splide img {
        max-width: 300px;
        height: 300px;
    }

    .team-card {
        margin-left: auto;
        margin-right: auto;
    }

    .icon-box {
        width: 71px;
        height: 54px;
    }

    .icon-box img {
        width: 30px;
        height: 30px;
    }

    .pagination-wrapper {
        margin-top: 0;
    }

    .price-item img {
        width: 64px;
        height: 64px;
    }

    .prices img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .language-onmobile {
        position: relative;
        bottom: -150px;
        right: 10px;
    }
    .language-menu a {
        width: 26px;
        height: 26px;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .newsletter .image-col {
        display: none !important;
    }

    .faq-question .icon {
        width: 18px;
        height: 18px;
    }

    .hero .container,
    .features .container,
    .services-products .container,
    .why-choose .container,
    .perfect-execution .container,
    .reviews .container,
    .cta .container,
    .partner .container,
    .news-section .container,
    .faq .container,
    .blog .container,
    .newsletter .container,
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn.btn-blue,
    .btn.btn-light-blue,
    .btn.btn-dark-blue-transparent,
    .btn.btn-dark-blue {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .features .item {
        max-width: 100%;
    }

    .hero .hero-content h2 {
        line-height: 130%;
    }

    .hero-little {
        height: 200px;
    }

    /*NAVBAR*/
    .navbar-custom {
        height: 63px;
    }

    .navbar-custom a.navbar-brand img {
        width: 50%;
        height: auto;
    }

    .navbar-top {
        display: none;
    }

    .navbar-bottom .skewed-btn.mobileshow,
    .navbar-bottom li.nav-item.mobileshow {
        display: block;
    }

    .navbar-toggler {
        right: 15px;
        top: 20px;
    }

    .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav {
        padding: 15px;
        background: #001E29;
        position: absolute;
        top: 63px;
        width: 300px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .megamenu-box {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
        box-shadow: none;
    }

    .megamenu-item {
        width: 50%;
        padding: 10px 5px;
    }

    .megamenu-item img {
        width: 50px;
        height: 50px;
    }

    .megamenu-item span {
        font-size: 14px;
    }

    /* END NAVBAR */
    .blog-in .context h1,
    .about-us h1,
    .font-size-48 {
        font-size: calc(48px/1.3);
        line-height: 110% !important;
    }

    .font-size-40 {
        font-size: calc(40px/1.3);
    }

    .font-size-32 {
        font-size: calc(32px/1.3);
    }

    .font-size-24 {
        font-size: calc(24px/1.3);
    }

    .blog-in .context span.date,
    .font-size-20 {
        font-size: calc(20px/1.3);
    }

    .about-us p,
    .font-size-18 {
        font-size: calc(18px/1.2);
    }

    .font-size-16 {
        font-size: calc(16px/1.1);
    }

    .font-size-14 {
        font-size: calc(14px/1.1);
    }

    .why-choose img.index,
    .perfect-execution img.index,
    .blog .index {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 250px;
        object-fit: cover;
    }

    .blog h4 {
        max-width: 100%;
    }

    .prices,
    .blog-in,
    .blog-list,
    .team-section,
    .contact,
    .about-us,
    .request,
    .services-in,
    .faq,
    .partner {
        padding-top: 3rem;
    }

    .faq,
    .perfect-execution,
    .features {
        padding-bottom: 0;
    }

    .blog,
    .price-lists,
    .prices,
    .blog-in,
    .blog-list,
    .team-section,
    .contact,
    .about-us,
    .request {
        padding-bottom: 3rem;
    }

    .services-products .card {
        align-items: normal;
        max-width: 100%;
    }

    .features img {
        width: 72px;
        height: 72px;
    }

    .custom-arrows {
        justify-content: center;
    }

    .custom-arrows button {
        width: 50px;
        height: 50px;
    }

    .slider-outside {
        margin: 0 0 0 0;
    }

    .splide img {
        max-width: 100%;
        height: auto;
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        max-height: 400px;
    }

    .team-card {
        margin-left: auto;
        margin-right: auto;
    }

    .icon-box {
        width: 71px;
        height: 54px;
    }

    .icon-box img {
        width: 30px;
        height: 30px;
    }

    .blog-list a.index img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }

    .pagination-wrapper {
        margin-top: 0;
    }

    .price-item img {
        width: 82px;
        height: 82px;
    }

    .prices img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .language-onmobile {
        position: relative;
        bottom: -150px;
        right: 10px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .splide img {
        max-width: 100%;
        height: auto;
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        max-height: 400px;
    }

    .faq-question .icon {
        width: 20px;
        height: 20px;
    }

    .btn.btn-blue,
    .btn.btn-light-blue,
    .btn.btn-dark-blue-transparent,
    .btn.btn-dark-blue {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .features .item {
        max-width: 100%;
    }

    /*NAVBAR*/
    .navbar-custom {
        height: 83px;
    }

    .navbar-custom a.navbar-brand img {
        width: 70%;
        height: auto;
    }

    .navbar-top {
        display: none;
    }

    .navbar-bottom .skewed-btn.mobileshow,
    .navbar-bottom li.nav-item.mobileshow {
        display: block;
    }

    .navbar-toggler {
        right: 15px;
        top: 20px;
    }

    .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav {
        padding: 15px;
        background: #001E29;
        position: absolute;
        top: 83px;
        width: 300px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .megamenu-box {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
        box-shadow: none;
    }

    .megamenu-item {
        width: 50%;
        padding: 10px 5px;
    }

    .megamenu-item img {
        width: 50px;
        height: 50px;
    }

    .megamenu-item span {
        font-size: 14px;
    }

    /* END NAVBAR */
    .blog-in .context h1,
    .about-us h1,
    .font-size-48 {
        font-size: calc(48px/1.2);
    }

    .font-size-40 {
        font-size: calc(40px/1.2);
    }

    .font-size-32 {
        font-size: calc(32px/1.2);
    }

    .font-size-24 {
        font-size: calc(24px/1.2);
    }

    .blog-in .context span.date,
    .font-size-20 {
        font-size: calc(20px/1.2);
    }

    .about-us p,
    .font-size-18 {
        font-size: calc(18px/1.1);
    }

    .font-size-16 {
        font-size: calc(16px/1.05);
    }

    .font-size-14 {
        font-size: calc(14px/1.05);
    }

    .blog .index {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 250px;
        object-fit: cover;
    }

    .perfect-execution img.index,
    .why-choose img.index {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 500px;
        object-fit: cover;
    }

    .blog h4 {
        max-width: 100%;
    }

    .services-products .card {
        align-items: normal;
        max-width: 100%;
    }

    .custom-arrows {
        justify-content: center;
    }

    .slider-outside {
        margin: 0 0 0 0;
    }

    .team-card {
        margin-left: auto;
        margin-right: auto;
    }

    .blog-list a.index img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }

    .price-item img {
        width: 110px;
        height: 110px;
    }

    .prices {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .prices img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .language-onmobile {
        position: relative;
        bottom: -160px;
        right: 10px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .splide img {
        max-width: 100%;
        height: auto;
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        max-height: 400px;
    }

    .btn.btn-dark-blue {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /*NAVBAR*/
    .navbar-custom {
        height: 83px;
    }

    .navbar-custom a.navbar-brand img {
        width: 70%;
        height: auto;
    }

    .navbar-top {
        display: none;
    }

    .navbar-bottom .skewed-btn.mobileshow,
    .navbar-bottom li.nav-item.mobileshow {
        display: block;
    }

    .navbar-toggler {
        right: 15px;
        top: 20px;
    }

    .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav {
        padding: 15px;
        background: #001E29;
        position: absolute;
        top: 83px;
        width: 300px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .megamenu-box {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
        box-shadow: none;
    }

    .megamenu-item {
        width: 50%;
        padding: 10px 5px;
    }

    .megamenu-item img {
        width: 50px;
        height: 50px;
    }

    .megamenu-item span {
        font-size: 14px;
    }

    /* END NAVBAR */
    .blog-in .context h1,
    .about-us h1,
    .font-size-48 {
        font-size: calc(48px/1.2);
    }

    .font-size-40 {
        font-size: calc(40px/1.2);
    }

    .font-size-32 {
        font-size: calc(32px/1.2);
    }

    .font-size-24 {
        font-size: calc(24px/1.15);
    }

    .blog-in .context span.date,
    .font-size-20 {
        font-size: calc(20px/1.1);
    }

    .about-us p,
    .font-size-18 {
        font-size: calc(18px/1.05);
    }

    .font-size-16 {
        font-size: calc(16px);
    }

    .font-size-14 {
        font-size: calc(14px);
    }

    .blog .index {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 250px;
        object-fit: cover;
    }

    .perfect-execution img.index,
    .why-choose img.index {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 500px;
        object-fit: cover;
    }

    .blog h4 {
        max-width: 100%;
    }

    .services-products .card {
        align-items: normal;
        max-width: 100%;
    }

    .blog-list a.index img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }

    .price-item img {
        width: 120px;
        height: 120px;
    }

    .prices img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 600px;
    }

    .language-onmobile {
        position: relative;
        bottom: -170px;
        right: 10px;
    }
}




@media (max-width: 992px) {
    .service-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .blog-item a.index {
        flex: 0 0 auto;
        width: 217px;
    }
}

@media (max-width: 1199.98px) {
    .about-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-flex a {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .price-item {
        flex: 0 1 48%;
    }
}

@media (max-width: 480px) {
    .price-item {
        flex: 0 1 100%;
        /*justify-content: center;*/
    }
}

@media (min-width: 1200px) {
    .prices img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 600px;
    }

    .splide img {
        max-width: 100%;
        height: auto;
        width: 100%;
        height: 100%;
        max-height: 400px;
        aspect-ratio: 1 / 1;
    }

}