@media (max-width: 1728px) {
  .hero {
    height: 36rem;
    padding: 5rem 0;
  }
  .about-us-header picture {
    height: 29rem;
  }
}
@media (max-width: 1440px) {
  .hero {
    height: 32rem;
    padding: 4rem 0;
  }
  .services-section::before {
    top: 4rem;
    left: -14rem;
    background-size: 44%;
  }
  .ig-feed .ig-feed-images {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
  .ig-feed .ig-feed-images a:nth-child(6) {
    display: none;
  }
  .service-card .service-card-image {
    height: 22rem;
  }
  .services-section .service-card .service-card-image {
    height: 28rem;
  }
}
@media (max-width: 1280px) {
  .ig-feed .ig-feed-images {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
  .ig-feed .ig-feed-images a:nth-child(5) {
    display: none;
  }
  .service-card .service-card-image {
    height: 20rem;
  }
  .service-card .service-card-content {
    padding: 1.5rem;
  }
  .breadcrumb {
    padding: 4rem 0;
  } 
  .breadcrumb .breadcrumb-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .about-us-header picture {
    height: 24rem;
  }
  .about-us-header {
    padding: 4rem 0 0;
  }
  .about-us-our-story {
    padding: 4rem 0;
  }
  .about-us-header .about-us-header-content span {
    margin-bottom: 0.5rem;
  }
  .about-us-header .about-us-header-content h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .gallery .gallery-item {
    height: 16rem;
  }
  .product-header .product-header-image {
    height: 24rem;
  }
  .product-header .product-header-content-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .product-header {
    padding: 4rem 0 5rem;
  }
  .catalog-category .btn {
    padding: 1rem;
  }
  .catalog-category .catalog-category-content .catalog-category-title {
    padding: 1rem;
  }
  .service-header .service-header-content .service-header-title {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .service-header .service-header-content .service-header-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .hero .hero-title h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .gallery .gallery-item {
    height: 14rem;
  }
  .product-header .product-header-image {
    height: 20rem;
  }
  .hero .hero-title h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    right: -100%;
    background-image: linear-gradient(45deg, rgba(17, 45, 29, 1) 30%, rgb(31, 69, 47) 120%);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    padding: 10rem 1.5rem;
    overflow: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    flex-direction: column;
    z-index: 999;
  }
  .navbar-collapse.show {
    right: 0;
    height: 100vh;
  }
  .navbar .navbar-toggler, .navbar-brand {
    z-index: 1000;
  }
  .navbar .navbar-toggler {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .navbar .navbar-toggler.open {
    border-radius: 0;
  }
  .navbar-toggler span {
    background-color: var(--white-color);
    position: relative;
    width: 24px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .navbar-toggler span:last-child {
    margin-bottom: 0;
  }
  .navbar-toggler.open span:first-child {
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    display: none;
  }
  .navbar-toggler.open span:last-child {
    top: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .header .navbar-collapse>.container {
    display: block;
  }
  .header .navbar-nav {
    margin-bottom: 1.25rem !important;
  }
  .header .navbar-nav .btn {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
  }
  .header .navbar-nav .nav-link {
    font-size: 1.375rem;
  }
  .header .navbar-expand-lg .navbar-nav {
    gap: 0.5rem;
  }
  .header-top {
    position: relative;
    z-index: 1000;
  }
  .header-top>.container {
    padding: 0.5rem calc(var(--bs-gutter-x)* .5);
  }
  .header .navbar {
    padding: 0.375rem 0;
  }
  .hero .hero-title {
    font-size: 3rem;
  }
  .header .navbar-brand img {
    width: 196px;
  }
  .why-us .why-us-content {
    max-width: 90%;
    padding-top: 0;
  }
  .why-us .why-us-images {
    gap: 1rem;
    height: 32rem;
  }
  .services-section .splide {
    padding-left: 2rem;
    margin-right: -8rem;
  }
  .projects-slider {
    padding: 4rem 0 2rem;
  }
  .projects-slider .splide {
    position: relative;
    z-index: 99;
  }
  .projects-slider .splide .splide__track {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
  }
  .partner-cta .partner-cta-text {
    max-width: 100%;
  }
  .partner-cta .partner-cta-image {
    width: 100%;
  }
  .hero {
    animation: none;
  }
  .cta-banner .cta-banner-content .cta-banner-title {
    max-width: 90%;
  }
  .service-card .service-card-image {
    height: 20rem;
  }
  .service-card .service-card-content {
    padding: 1rem;
  }
  .contact-person .contact-person-image {
    width: 8rem;
    height: 8rem;
  }
  .product-header .product-header-image {
    height: 16rem;
  }
  .product-description .product-description-content {
    width: 100%;
  }
  .features ol {
    gap: 4rem;
  }
  .service-gallery .splide .service-gallery-item {
    height: 20rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .hero .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .header .navbar-brand img {
    width: 180px;
  }
  .hero::before {
    background: radial-gradient(ellipse at center, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.7) 100%);
  }
  .why-us .why-us-content {
    max-width: 100%;
    padding-top: 2rem;
  }
  .services-section .services-section-content {
    margin-bottom: 4rem;
  }
  .services-section .splide {
    position: relative;
    padding-left: 0;
    margin-right: -10rem;
  }
  .services-section {
    padding: 4rem 0;
  }
  .img-txt-section .img-txt-section-content {
    width: 95%;
    padding: 2.5rem 0;
  }
  .img-txt-section .img-txt-section-image {
    height: 24rem;
  }
  .partner-cta .partner-cta-image {
    width: 18rem;
    margin-top: 4rem;
  }
  .ig-feed .ig-feed-images {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  }
  .ig-feed .ig-feed-images a:nth-child(4) {
    display: none;
  }
  .cta-banner .cta-banner-content {
    text-align: center;
  }
  .cta-banner .cta-banner-content a {
    flex-direction: column;
  }
  .cta-banner .cta-banner-content .cta-banner-title {
    max-width: 100%;
  }
  .cta-banner .cta-banner-button {
    margin-top: 2rem;
  }
  .breadcrumb .breadcrumb-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .breadcrumb {
    padding: 4rem 0;
  }
  .about-us-header .about-us-header-content h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .about-us-header .about-us-header-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .gallery .gallery-item {
    height: 12rem;
  }
  .product-header .product-header-image-wrapper {
    width: 100%;
  }
  .product-header .product-header-image {
    height: 22rem;
  }
  .catalog-categories {
    padding: 1rem 0 4rem;
  }
  .features .features-item {
    flex: 0 0 42%;
  }
  .service-gallery .splide .service-gallery-item {
    height: 16rem;
  }
}
@media (max-width: 600px) {
  .header .navbar-collapse>.container {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .header-top .header-top-right ul {
    gap: 1rem;
  }
  .header .navbar-brand img {
    width: 200px;
  }
  .hero {
    height: 28rem;
    padding: 2rem 0.5rem;
  }
  .navbar-collapse {
    padding: 7rem 1rem;
  }
  .why-us .why-us-images {
    height: 26rem;
  }
  .service-card .service-card-image {
    height: 24rem;
  }
  .img-txt-section .img-txt-section-content {
    width: 100%;
    padding: 2rem 0 1rem;
  }
  .img-txt-section .img-txt-section-image {
    height: 20rem;
  }
  .service-card .service-card-content,
  .project-card .project-card-content {
    padding: 1rem;
  }
  .partner-cta .partner-cta-image {
    width: 14rem;
    margin-top: 3rem;
  }
  .footer .footer-item ul li a {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
  .project-card .project-card-image {
    height: 20rem;
  }
  .projects-slider {
    padding: 3rem 0 23rem;
  }
  .section-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
  .section-padding,
  .partner-cta {
    padding: 3rem 0;
  }
  .img-txt-section {
    padding: 3rem 0 1.5rem;
  }
  .ig-feed .ig-feed-images {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
  .ig-feed .ig-feed-images a:nth-child(3) {
    display: none;
  }
  .breadcrumb {
    padding: 3rem 0;
  }
  .cta-banner {
    padding: 4rem 0;
  }
  .cta-banner .cta-banner-content .cta-banner-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .cta-banner .cta-banner-button {
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0.625rem;
  }
  .service-card .service-card-image {
    height: 18rem;
  }
  .contact-person .contact-person-image {
    width: 6rem;
    height: 6rem;
  }
  .about-us-header picture {
    height: 20rem;
  }
  .gallery .gallery-item {
    height: 24rem;
  }
  .product-header {
    padding: 2rem 0;
  }
  .product-description {
    padding: 3rem 0 0;
  }
  .product-header .product-header-content-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .product-header .product-header-content-meta a {
    font-size: 0.875rem;
  }
  .catalog-category .catalog-category-content .catalog-category-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .catalog-category .btn svg {
    height: 1.125rem;
  }
  .catalog-category {
    height: 12rem;
  }
  .catalog-categories {
    padding: 1rem 0 2rem;
  }
  .breadcrumb span {
    margin-bottom: 0.5rem;
  }
  .section-title, .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .features ol {
    gap: 2rem;
  } 
  .features .features-item {
    flex: 0 0 100%;
  }
  .service-gallery .splide .service-gallery-item {
    height: 12rem;
  }
  .service-gallery .splide {
    padding-top: 0;
  }
  .hero .hero-title h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .hero .hero-subtitle p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .btn-lg {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
  .header .navbar-nav .nav-link {
    font-size: 1.25rem;
  }
  .header .navbar-nav .btn {
    font-size: 1.125rem;
    padding: 0.75rem 1.125rem;
  }
  .error-404 .error-404-content h1 {
    font-size: 5rem;
  }
  .error-404 .error-404-content h2 {
    font-size: 2rem;
  }
  .error-404 .error-404-content p {
    margin-bottom: 1.5rem;
  }
  .services-section .service-card .service-card-image {
    height: 20rem;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-item {
    height: 18rem;
  }
  .catalog-category .btn {
    padding: 0.75rem;
  }
  .catalog-category .catalog-category-content .catalog-category-title {
    padding: 0.75rem;
  }
}
@media (max-width: 375px) {
  .hero .hero-title {
    font-size: 2rem;
  }
  .hero .hero-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .hero .btn-lg {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
  .header .navbar {
    padding: 0.25rem 0;
  }
  .header .navbar-brand img {
    width: 172px;
  }
  .service-card .service-card-image {
    height: 20rem;
  }
  .img-txt-section .img-txt-section-image {
    height: 18rem;
  }
  .gallery .gallery-item {
    height: 16rem;
  }
}
@media (max-width: 320px) {
  .header-top .header-top-right ul {
    gap: 0.25rem;
  }
}