.navbar {
    background-color: #e6e4d7;
  }
  .navbar-brand {
    margin-left: 10px;

  }
  .responsive-logo {
    width: auto;
    height: 60px; 
    max-height: 100px;
}
.nav-item {
    margin-left: 50px;
     padding: 0 10px;
     font-family: "Montserrat", sans-serif;
     font-size: 23px;
     text-shadow:  1px 1px 2px rgb(63, 63, 63), 0 0 1px rgb(62, 62, 80), 0 0 1px rgb(83, 78, 78);
     font-weight: 500;
    }
  .form-control {
    font-family: 'Balsamiq Sans', cursive;
  }

  #search {
    width: 70%;
}
.d-flex {
    display: flex;
    justify-content: center;
}
.uparrow {
    position: fixed;
    right: 50px;
    bottom: 20px;
    display: none;
    z-index: 10;
    background: rgba(205, 212, 221, 0.5);
    width: 50px;
 }


  
.header, .head {
    display: flex;
    justify-content: center;
    font-family: 'Balsamiq Sans', cursive;
    text-shadow:  1px 1px 2px rgb(63, 63, 63), 0 0 1px rgb(62, 62, 80), 0 0 1px rgb(83, 78, 78);
}
.header {
font-size: 40px;
margin-top: 10px;
}
.head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}












.cta11 {
    padding: 10px;
    margin: 1px;
    border-radius: 20px;
    font-family: 'Balsamiq Sans', cursive;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    width: 190px;
    text-shadow:  1px 1px 2px rgb(63, 63, 63), 0 0 4px rgb(62, 62, 80), 0 0 2px rgb(83, 78, 78);
}
.cta11:hover {
    color: #502d2d;
    text-shadow: none;
    font-weight: bolder;
}




body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}
.container1, .container2, .container3,
.container4, .container5, .container6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.boxStyle {
    background-color: #ffffff; /* Белый фон для каждой карточки */
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 220px; /* Ширина карточки */
    text-align: center;
    transition: transform 0.3s ease;
    margin: 10px;
}

.boxStyle:hover {
    transform: translateY(-5px); /* Эффект подъема при наведении */
}

.picture {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

.name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.price {
    font-size: 14px;
    color: #666;
    margin: 5px 0;

}

.price del {
    color: #999;
    font-size: 13px;
    margin-right: 5px;
    font-weight: bold;
}

.price ins {
    color: #e63946;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

.cta {
    display: inline-block;
    padding: 8px 16px;
    margin: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #555;
}

.cta1 {
    background-color: #ff6f61;
}

.cta2 {
    background-color: #ffb74d;
}

.cta3 {
    background-color: #4caf50;
}

.cta4 {
    background-color: #29b6f6;
}

.cta5 {
    background-color: #9575cd;
}
@media all and (max-width: 1120px) {
    .nav-item {
        margin-left: 20px;

        padding: 0 ;
         font-size: 20px;


        }
       
}


@media all and (max-width: 970px) {
    .nav-item {
        margin-left: 20px ;


         font-size: 20px;


        }
    }


@media all and (max-width: 768px) {
    .responsive-logo {
       height: 50px; 
   }
   .nav-item {
    font-size: 18px; /* Уменьшаем размер шрифта для планшетов */
    margin-left: 30px;
    padding: 0 5px;  
  }
}


@media (max-width: 550px) { 
 
    .responsive-logo {
        height: 40px; 
    }
    .nav-item {
        font-size: 16px; /* Еще меньше для мобильных устройств */
        margin-left: 15px;
        padding: 0 3px;
      }
  }



  @media (max-width: 600px) {
  .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px; /* немного отступов между кнопками */
  }

  .buttons a {
    width: 45%; /* чтобы помещались по две в строку */
    display: flex;
    justify-content: center;
     text-decoration: none;
  }

  .buttons .cta11 {
    font-size: 16px;
    padding: 8px;
    width: 100%; /* чтобы кнопка заполнила ссылку */
    border-radius: 15px;
   
  }
  .uparrow {
  
    right: 30px;
    bottom: 20px;
    width: 30px;
 }

}
