body{
    background: #FFF8E1;
    margin: 0;
    font-family: sans-serif;
}

.title_bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1vw;
    padding-right: 2vw;
    background: #6D4C41;
    height: 4vw;
    color: #FFCCBC;
    

}


.nav a{
    text-decoration: none;
    color: #FFCCBC;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.nav a:hover {
    background-color: rgba(255, 204, 188, 0.1);
}

.main_img{
    width: 100%;
    position: relative;
}

.main_text{
    width: 50%;
    height: 50%;
    color: #FFCCBC;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    position: absolute;
    z-index: 2;
}

.main_it{
    overflow: hidden;
    position: relative;
    padding-bottom: -10%;
}

.zatemnenie{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.logo1{
    width: 8%;
    margin: 0px;
    position: relative;
}

.logo{
    display: flex;
    align-items: center;
}

.spans {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap ;

}
.spans span{
    border: 3px solid #6D4C41;
    border-radius: 10px;
    background-color: #FFB74D;
    width: 13%;
    height: 40vh;
    margin: 0.2%;
    margin-top: 1%;
    display: inline-block; 
    overflow: hidden;  
    transition: transform 0.2s ease
}

.spans span:hover{
  transform: translateY(-1%);
  box-shadow: 0 6px 20px rgba(109, 76, 65, 0.1);
}

.popular_products{
    text-align: center;
    font-size: 200%;
}

.spans span img{
    width: 94%;
    margin: 3%;
    margin-bottom: -0.5%;
    border-radius: 5px;
}

.spans span h2{
    margin: 0px;
    margin-left: 3%;
    font-size: 100%;
}

.spans span p{
    font-size: 90%;
    margin: 10px;
    margin-left: 3%;
}

.footer_div{
    color: #FFCCBC;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 2px solid black;
    background-color: #553c33;
    margin-top: 4%;
    height: 10vw;
}

.footer_div a{
    text-decoration: none;
    color: #FFCCBC;
    font-size: 80%;
}

.footer_div p{
    font-size: 80%;
}

.footer_div h1{
    font-size: 100%;
}

.our_socnet div{
    margin: 10px;

}

.cards span{
    color: #6D4C41;
    border: 3px solid #6D4C41;
    border-radius: 10px;
    background-color: #FFB74D;
    width: 20%;
    height: 30vw;
    margin: 0.2%;
    margin-bottom: -2vw;
    display: inline-block; 
    overflow: hidden;
    transition: transform 0.3s ease
}

.cards span:hover{
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(109, 76, 65, 0.1);
}

.cards img{
    margin: 5%;
    width: 90%;
    margin: 3%;
    margin-bottom: -0.5%;
    border-radius: 5px;
}

.cards span div{
    margin: 5%;
}

.cards {
    padding-bottom: 2%;
    display: flex;
    justify-content: space-around;
}

.profile div{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200%;
    color: #553c33;
    background-color: #FFB74D;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.profile div img{
    height: 100%;
}

.reg{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    width: 20vw;
    color: #FFCCBC;
    border: 2px solid #553c33;
    background-color: #6D4C41;
}

.reg div{
    color: #6D4C41;
    background-color: #FFF8E1;
    justify-content: space-between;
    width: 100%;
    padding: 1%;
    display: flex;
    border: 2px solid #553c33;
}

.reg p{
    font-size: 1vw;
    margin-top: 0px;
    margin-bottom: 0px;
}

.reg input{
    color: #553c33;
    background-color: #FFF8E1;
    width: 15vw;
}

.reg h1{
    margin: 0px;
    margin-bottom: 2vw;
}

.prereg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF8E1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    overflow: hidden;
}

.blocknewyear {
    padding: 1%;
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-20%, -20%);
    color: #FFCCBC;
    font-size: 100%;
    border: 5px solid rgba(85, 60, 51, 0.5);
    border-radius: 20px;
    height: 25vh;
    width: 40vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    overflow: hidden;
}

.blocknewyear h1 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFB74D;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.for_ny{
    position: relative;
    border: 5px solid #553c33;
    height: 100vh;
    overflow: hidden;
    border-radius: 3%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3vw; 
}

.for_ny pre {
    font-size: clamp(0.9rem, 1.1vw, 1.1rem);
    margin-bottom: 0.5em;
    white-space: pre-wrap;
    line-height: 1.4;
    font-family: inherit;
}

.for_ny button {
    border: 4px solid #553c33;
    border-radius: 5px;
    background: rgba(255, 183, 77, 0.8);
    color: #553c33;
    margin-top: 0.5em;
    font-size: clamp(0.9rem, 1.1vw, 1.1rem);
    width: 10vw;
    min-width: 120px;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.for_ny button:hover {
    background: rgba(255, 183, 77, 1);
    transform: scale(1.05);
}

.form {
  background-color: #FFF8E1;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(109, 76, 65, 0.1);
  border: 2px solid #FFCCBC;
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  position: relative;
  overflow: hidden;
  padding-top: 1%;
}

.form h2 {
  color: #6D4C41;
  text-align: center;
  font-family: 'Georgia', serif;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.form__label {
  display: block;
  margin-bottom: 1.2rem;
  color: #6D4C41;
  font-family: 'Arial', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.4rem;
  border: 2px solid #FFCCBC;
  border-radius: 8px;
  background-color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  color: #6D4C41;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form__input:focus,
.form__textarea:focus {
  outline: none;
  border-color: #FFB74D;
  box-shadow: 0 0 0 3px rgba(255, 183, 77, 0.2);
  background-color: #FFF8E1;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #A1887F;
  opacity: 0.7;
}

.form__textarea {
  resize: vertical;
  min-height: 100px;
}

.btn {
  display: block;
  width: 100%;
  padding: 0.9rem;
  background: linear-gradient(135deg, #6D4C41 0%, #8D6E63 100%);
  color: #FFF8E1;
  border: none;
  border-radius: 8px;
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  background: linear-gradient(135deg, #FFB74D 0%, #FFA726 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 183, 77, 0.4);
}

.form-hint {
  text-align: center;
  color: #8D6E63;
  font-family: 'Arial', sans-serif;
  font-size: 0.85rem;
  margin-top: 1.2rem;
  padding: 0.8rem;
  background-color: rgba(255, 204, 188, 0.2);
  border-radius: 6px;
  border-left: 3px solid #FFB74D;
  font-style: italic;
  line-height: 1.4;
}

.note__text{
  font-weight: 600;
  font-size: 1.1rem;
  color: #5D4037;
  padding: 0.5rem 0 0.5rem 1.8rem;
  background: linear-gradient(90deg, rgba(255, 183, 77, 0.1), transparent);
  border-radius: 6px;
  margin-bottom: 1.2rem;
}

.coffee-content {
  padding: 2rem;
  margin-bottom: -5%;
}

.content-section {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  border-left: 4px solid #FFB74D;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(109, 76, 65, 0.1);
}

.section-title {
  color: #6D4C41;
  font-family: 'Georgia', serif;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #FFCCBC;
  position: relative;
}


.coffee-list, .locations-list, .contacts-list {
  list-style-type: none;
  padding-left: 0;
}

.list-item, .location-item, .contact-item {
  color: #5D4037;
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
}


.list-item::before, .location-item::before, .contact-item::before {
  content: "•";
  color: #FFB74D;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -2px;
}

.review-card {
  background-color: rgba(255, 204, 188, 0.2);
  padding: 1.2rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #FFCCBC;
  transition: all 0.3s ease;
}

.review-author {
  color: #6D4C41;
  font-family: 'Georgia', serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.review-text {
  color: #5D4037;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
}

.contact-info {
  font-weight: 600;
  color: #6D4C41;
  background-color: rgba(255, 183, 77, 0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-left: 0.3rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.social-item {
  background-color: #FFCCBC;
  color: #6D4C41;
  padding: 0.8rem;
  border-radius: 8px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: default;
  text-decoration: none;
}

.social-item:hover {
  background-color: #FFB74D;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 183, 77, 0.3);
}

.menu-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #FFCCBC;
    position: relative;
}

.section-heading {
    color: #6D4C41;
    font-family: 'Georgia', serif;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.drinks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.drink-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #FFE0B2;
    position: relative;
    box-shadow: 0 4px 12px rgba(109, 76, 65, 0.1);
}

.drink-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #FFB74D;
    box-shadow: 0 12px 24px rgba(109, 76, 65, 0.15);
}

.drink-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 2px solid #FFE0B2;
    transition: transform 0.5s ease;
}

.drink-card:hover .drink-image {
    transform: scale(1.05);
}

.drink-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Занимает всё доступное пространство */
    padding: 1.5rem;
}

.drink-title {
    color: #5D4037;
    font-family: 'Georgia', serif;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    min-height: 3rem;
}

.drink-description {
    color: #8D6E63;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    min-height: 4rem;
}

.drink-price {
    color: #6D4C41;
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    padding: 0.5rem;
    background-color: rgba(255, 183, 77, 0.1);
    border-radius: 6px;
    text-align: center;
}

.butandprice{
    margin-top: auto;
}

.drink-button {
    display: block;
    width: 100%;
    padding: 0.8rem;
    background: linear-gradient(135deg, #6D4C41 0%, #8D6E63 100%);
    color: #FFF8E1;
    border: none;
    border-radius: 8px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.drink-button:hover {
    background: linear-gradient(135deg, #FFB74D 0%, #FFA726 100%);
    box-shadow: 0 4px 12px rgba(255, 183, 77, 0.3);
}

.drink-button:active {
    transform: translateY(-2px);
}

.coming-soon {
    text-align: center;
    color: #8D6E63;
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
    padding: 3rem;
    background-color: rgba(255, 204, 188, 0.2);
    border-radius: 12px;
    border: 2px dashed #FFB74D;
    margin: 2rem auto;
    max-width: 600px;
    animation: pulse 2s infinite;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.drink-card {
    animation: fadeInUp 0.5s ease-out backwards;
}

.drink-card:nth-child{ animation-delay: 0.1s; }




