@media screen and (max-width: 480px) {
    .container {
        /* margin: 0 auto; */
        width: 99%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-info {
        margin-left: 0;
        width: 100vw;
        padding-left: 0;
    }

    .container-2 {
        margin-left: 7px;
        width: 99%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Navigation */
    .nav-container {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #5F5F5F;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
        display: flex;
        z-index: -1;
    }

    .nav-links {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .nav-links a {
        display: block;
        padding: 15px;
        border-top: 1px solid #444;
    }

    .menu-toggle {
        display: block;
        color: white;
    }

    .linie {
        width: 23rem;
    }

    /* Menü aktiv */
    .nav-container.active {
        max-height: 300px;

    }

    /* Animation für das Burger-Menü */
    .menu-toggle.active i {
        transform: rotate(90deg);
    }

    .menu-toggle i {
        color: white;
    }

    header {
        width: 100%;
        position: fixed;
    }

    .carousel-container {

        width: 100%;

    }

    .header-contact p {
        display: none;
    }

    .main {
        margin-top: 0;
    }

    .main-section {
        margin-top: -870px;
    }

    .main-info {
        width: 330px;
    }


    .main-info h1 {
        font-size: 30px;
    }

    .main-info p {
        font-size: 18px;
        font-weight: 400;
    }

    .section-1 {
        margin-top: 100px;
        height: 1300px;
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 23rem;


    }

    .section-1__header {
        margin-top: 130px;
        width: 23rem;
        text-align: center;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .section-1__header h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 20px;
    }



    .section-1__cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 23rem;
        margin-top: 50px;
    }

    .card {
        margin-bottom: 30px;

    }

    .card-info p {
        color: white;
        font-size: 18px;
        font-weight: 500;
    }

    .card i {
        font-size: 70px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    /* about us */

    .about-us__info {
        width: 23rem;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-aubout__us {
        width: 23rem;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .about-us__header {
        margin-bottom: 40px;
        width: 23rem;
    }

    .about-us__card p {
        line-height: 22px;
        font-size: 15px;
        width: 300px;
    }

    .about-us__card img {
        width: 100px;
        height: 100px;
    }

    .about-us__card {
        display: flex;
        align-items: flex-start;
        width: 23rem;
    }



    .section-our__products {
        width: 23rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .our-product__card {
        width: 22rem;
        height: 45rem;

    }

    .our-product__cards {

        margin-right: 0;
    }

    /* blog */
    .blog-section {
        width: 23rem;
    }

    .blog-section__cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 23rem;

    }

    .blog-header {
        text-align: center;
        margin-bottom: 50px;
        font-size: 36px;
        margin-right: 0;
    }

    .blog-section__card {
        margin-bottom: 30px;
    }

    /* section-4 */
    .section-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 23rem;
    }

    .section-4__info {
        width: 23rem;
        margin-right: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-5 {
        width: 23rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-5__info {
        width: 23rem;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-5__info h2 {
        font-size: 30px;
    }



    .section-5__img img {
        width: 700px;
        margin-left: 0;
    }

    .social-media__section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 23rem;
    }

    .social-media__info {
        width: 23rem;
        margin-top: 30px;
        padding: 10px;
        box-sizing: border-box;
    }

    .social-media__info h2 {
        font-size: 30px;
    }

    .social-media__img img {

        margin-right: 0;
    }

    /* footer */

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 20px;
    }

    .footer-brand {
        width: 23rem;
        margin-bottom: 30px;
    }

    .footer-product {
        margin-bottom: 30px;
    }

    .footer-social__media {
        width: 23rem;
    }

    #main-info__footer {
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        margin-top: 100px;
        width: 23rem;
    }
}



@media screen and (min-width: 481px) and (max-width: 768px) {
    .container {

        width: 99%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-2 {
        margin-left: 7px;
        width: 99%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .nav-container {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #5F5F5F;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
        display: flex;
        z-index: -1;
    }

    .nav-links {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .nav-links a {
        display: block;
        padding: 15px;
        border-top: 1px solid #444;
    }

    .menu-toggle {
        display: block;
        color: white;
    }

    .linie {
        width: 23rem;
    }

    .nav-container.active {
        max-height: 300px;

    }

    .menu-toggle.active i {
        transform: rotate(90deg);
    }

    .menu-toggle i {
        color: white;
    }

    header {
        width: 100%;
        position: fixed;
    }

    .carousel-container {

        width: 100%;

    }

    .header-contact p {
        display: none;
    }

    .main {
        margin-top: 0;
    }

    .main-section {
        margin-top: -870px;
    }

    .main-info {
        width: 330px;
    }


    .main-info h1 {
        font-size: 30px;
    }

    .main-info p {
        font-size: 18px;
        font-weight: 400;
    }

    .section-1 {
        margin-top: 100px;
        height: 1300px;
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 23rem;


    }

    .section-1__header {
        margin-top: 130px;
        width: 23rem;
        text-align: center;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .section-1__header h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 20px;
    }



    .section-1__cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 23rem;
        margin-top: 50px;
    }

    .card {
        margin-bottom: 30px;

    }

    .card-info p {
        color: white;
        font-size: 18px;
        font-weight: 500;
    }

    .card i {
        font-size: 70px;
        margin-bottom: 30px;
        margin-top: 30px;
    }



    .about-us__info {
        width: 23rem;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-aubout__us {
        width: 23rem;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .about-us__header {
        margin-bottom: 40px;
        width: 23rem;
    }

    .about-us__card p {
        line-height: 22px;
        font-size: 15px;
        width: 300px;
    }

    .about-us__card img {
        width: 100px;
        height: 100px;
    }

    .about-us__card {
        display: flex;
        align-items: flex-start;
        width: 23rem;
    }



    .section-our__products {
        width: 23rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .our-product__card {
        width: 22rem;
        height: 45rem;

    }

    .our-product__cards {

        margin-right: 0;
    }


    .blog-section {
        width: 23rem;
    }

    .blog-section__cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 23rem;

    }

    .blog-header {
        text-align: center;
        margin-bottom: 50px;
        font-size: 36px;
        margin-right: 0;
    }

    .blog-section__card {
        margin-bottom: 30px;
    }


    .section-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 23rem;
    }

    .section-4__info {
        width: 23rem;
        margin-right: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-5 {
        width: 23rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-5__info {
        width: 23rem;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-5__info h2 {
        font-size: 30px;
    }



    .section-5__img img {
        width: 700px;
        margin-left: 0;
    }

    .social-media__section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 23rem;
    }

    .social-media__info {
        width: 23rem;
        margin-top: 30px;
        padding: 10px;
        box-sizing: border-box;
    }

    .social-media__info h2 {
        font-size: 30px;
    }

    .social-media__img img {

        margin-right: 0;
    }



    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 20px;
    }

    .footer-brand {
        width: 23rem;
        margin-bottom: 30px;
    }

    .footer-product {
        margin-bottom: 30px;
    }

    .footer-social__media {
        width: 23rem;
    }

    #main-info__footer {
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        margin-top: 100px;
        width: 23rem;
    }
}

/* ==================== 481px - 768px (Planshetlar) ==================== */

/* @media screen and (min-width: 481px) and (max-width: 768px) {
    .container {
        max-width: 720px;
        padding: 0 15px;
    }

    .nav-links {
        display: flex;
        gap: 25px;
    }

    .menu-toggle {
        display: none;
    }

    .main-section {
        margin-top: 120px;
    }

    .section-1__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .about-us__card {
        flex-direction: row;
        gap: 25px;
    }

    .section-our__products {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-section__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .section-4,
    .section-5 {
        flex-direction: row;
        gap: 40px;
    }
} */

/* ==================== 769px - 1024px (Kichik ekranlar) ==================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .container {
        width: 100vw;
        min-width: 769px;
        max-width: 1024px;
    }

    .container-2 {
        margin-left: 0;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .header {
        width: 100vw;
        min-width: 769px;
        max-width: 1024px;
    }

    .main-info {
        margin-left: 0;
        width: 100vw;
        min-width: 769px;
        max-width: 1024px;
        padding-left: 0;
    }

    .footer {
        width: 100vw;
        min-width: 769px;
        max-width: 1024px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .section-1 {
        width: 98vw;
        min-width: 769px;
        max-width: 1024px;
        margin-left: 0;
    }

    .section-1__header {
        margin-left: 10px;
        width: 90vw;
    }

    .section-1__cards {
        width: 95vw;
        min-width: 769px;
        max-width: 1024px;
    }

    .nav-links {
        gap: 35px;
    }

    .section-1__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-our__products {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-section__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-5__img img {
        max-width: 450px;
    }

    .footer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .social-media__img img {
        width: 40vw;
    }
}

/* ==================== 1025px - 1300px (O'rta ekranlar) ==================== */
/* @media screen and (min-width: 1025px) and (max-width: 1300px) {
    .container {
        width: 100vw;
        max-width: 1300px;
        min-width: 1025px;
        margin: 0 auto;
    }

    .container-2 {
        margin-left: 0;
        padding-left: 15px;
        max-width: 1270px;
        min-width: 1025px;
        width: 100vw;
        box-sizing: border-box;
    }

    .header {
        margin: 0 auto;
        width: 100vw;
        max-width: 1300px;
        min-width: 1025px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .section-1 {
        width: 100vw;
        max-width: 1280px;
        min-width: 1025px;
        margin-left: -15px;
    }

    .section-1__header {
        width: 90vw;

        margin-left: 20px;
    }

    .section-1__cards {
        width: 90vw;
        display: flex;
        justify-content: space-around;
    }

    .section-4__info {
        margin-right: 10px;
    }

    .section-4__img img {
        width: 50vw;
    }

    .main-info h1 {
        font-size: 3.5rem;
    }

    .blog-section__cards,
    .our-product__cards {
        display: flex;
        justify-content: space-around;
        margin-right: 0;
    }

    .section-5,
    .section-4,
    .section-6 {
        width: 97vw;

    }

    .section-1__cards {
        grid-template-columns: repeat(4, 1fr);
    }

    .section-our__products {
        grid-template-columns: repeat(4, 1fr);
    }

    .section-5 {
        gap: 80px;
    }

    .section-5__img img {
        max-width: 400px;
    }

    .social-media__img img {
        max-width: 500px;
    }
} */






/* ==================== 1025px - 1300px (O'rta ekranlar) ==================== */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .container {
        width: 1600px;
        margin-right: 0px;
        margin-left: -19px;
    }

    .header {
        width: 1300px;
    }

    .container-2 {
        margin-left: -80px;
    }

    .main {
        padding-left: 100px;
    }

    .main-info {
        margin-left: 50px;
    }

    .section-1 {
        padding-left: 110px;
    }

    .section-aubout__us {
        padding-left: 120px;
    }

    .section-our__products {
        padding-left: 180px;
        margin-right: 0px;
    }

    .our-product__card-hover {
        width: 350px;
    }

    .our-product__card {
        width: 350px;
        margin-right: 10px;
        height: 715px;
    }

    .blog-section {
        padding-left: 180px;
    }

    .blog-section__card {
        width: 350px;
        height: 660px;
        margin-left: 0px;
    }

    .section-4 {
        padding-left: 110px;
    }

    .section-4__info {
        position: relative;
        left: 50px;
        width: 700px;
    }

    .section-4__img {
        width: 770px;
    }

    .section-5__info {
        position: relative;
        left: 109px;
    }

    .section-6 {
        padding-left: 120px;
    }

    /* .container {
    width: 100vw;
    max-width: 1300px;
    min-width: 1025px;
    margin: 0 auto;
  }
  .carousel-container {
    width: 1300px;
  }
  .container-2 {
    margin-left: 0px;
    padding-left: 15px;
    max-width: 1300px;
    min-width: 1025px;
    width: 100vw;
    box-sizing: border-box;
  }

  .header {
    margin: 0 auto;
    width: 100vw;
    max-width: 1300px;
    min-width: 1025px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .section-1 {
    width: 100vw;
    max-width: 1300px;
    min-width: 1025px;
    margin-left: -15px;
  }

  .section-1__header {
    width: 90vw;

    margin-left: 20px;
  }

  .section-1__cards {
    width: 90vw;
    display: flex;
    justify-content: space-around;
  }

  .section-4__info {
    margin-right: 10px;
  }

  .section-4__img img {
    width: 50vw;
  }

  .main-info h1 {
    font-size: 3.5rem;
  }

  .blog-section__cards,
  .our-product__cards {
    display: flex;
    justify-content: space-around;
    margin-right: 0;
  }

  .section-5,
  .section-4,
  .section-6 {
    width: 97vw;
  }

  .section-1__cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-our__products {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-5 {
    gap: 80px;
  }

  .section-5__img img {
    max-width: 400px;
  }

  .social-media__img img {
    max-width: 500px;
  } */
}

/* ==================== 1300px+ (Katta ekranlar) ==================== */
@media screen and (min-width: 1301px) and (max-width: 1450px) {
    .container {
        max-width: 1450px;
        min-width: 1301px;
        margin-left: 0;
        margin-right: 0;
        width: 100vw;
    }

    .header {
        width: 100vw;
        max-width: 1450px;
        min-width: 1301px;
    }

    .blog-section__cards,
    .our-product__cards {
        display: flex;
        justify-content: space-around;
        margin-right: 0;
    }

    .main-info h1 {
        font-size: 4rem;
    }

    .section-1__cards {
        margin-left: 0;
        width: 90vw;
        display: flex;
        justify-content: space-around;
    }

    .section-1__header h2 {
        font-size: 3.5rem;
    }

    .section-5__img img {
        max-width: 800px;
    }

    .social-media__img img {
        max-width: 700px;
    }

    .footer {
        width: 100vw;
        max-width: 1450px;
        min-width: 1301px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}



/* ==================== 1450px+ (Katta ekranlar) ==================== */
/* 1451px+ (4K/UHD/Ultra-wide) */
@media screen and (min-width: 1451px) and (max-width: 1530px) {
    .container {
        max-width: 1452px;
        margin: 0 auto;
    }

    .header {
        max-width: 1452px;
        /* padding: 0 40px; */
        margin: 0 auto;
    }

    /* Типографика */
    .main-info h1 {
        font-size: 4.5rem;
        line-height: 1.1;
        max-width: 90%;
        margin: 0 auto;
    }

    .section-1__header h2 {
        font-size: 4rem;
    }

    /* .card h2 {
        font-size: 2.2rem;
    } */

    /* Сетки */
    .section-1__cards,
    .our-product__cards {
        grid-template-columns: repeat(5, 1fr);
        gap: 2.5rem;
    }

    .blog-section__cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
    }

    /* Изображения */
    .section-5__img img,
    .social-media__img img {
        max-width: 1000px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .carousel-container {
        max-width: 1400px;
        margin: 40px auto;
    }

    .footer {
        max-width: 1452px;
        padding: 40px 20px;
        margin: 0 auto;
    }

}