
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html, body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}


.header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    background-color: #E4E1D8;
}


.header .logo {
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}


.header nav {
    display: flex;
    gap: 50px; 
    align-items: center;
}

.header nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s;
}

.header nav a:hover {
    color: white; 
}


.header .cart {
    margin-left: 20px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.header .cart:hover {
    color: white;
}

.imgINDEX {
    width: 100%;
    max-width: 100%;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    overflow: hidden;
}

.imgINDEX img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 600px) {
    header, footer {
        padding: 15px; 
    }
    .header nav {
        gap: 15px;
    }

    .header nav a {
        font-size: 11px;
    }

    .header .cart {
        margin-left: 10px;
    }

    .imgINDEX, .imgINDEX img {
        width: 100vw;
    }
    .header img{
        width: 60px;
    }
}



.centerINDEX2{
    max-height: 338px;
    font-weight: 900;
    background-color: #929192;
    color: white;
    max-width: 670px;
    width: 100%;
    line-height: 2;
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px ;

  

}
.imgCENTER2{
    max-width: 590px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;


}
.container2{
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 30px auto;
    
}
.offers{
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.text{
    display: flex;
    flex-direction: column;
    gap: 50px;
    
}

.centerINDEX2 button{
  
  font-weight: 900;
  text-decoration: none;
  padding: 12px 25px;
  background-color: #EBE8E3;
  border: none;
  border-radius: 6px;
  color: #3D3939;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 180px;
  height: 70px;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 60px rgba(19, 0, 0, 0.3);
  margin-top: 25px;
}
.centerINDEX2 button:hover {
  background-color: #d36a4c;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); 
}
@media(max-width:1090px){
    .centerINDEX2 h3{
        font-weight: 500;
        font-size: 16px;
    }
    .imgCENTER2{
        width: 70%;
    }
    .centerINDEX2 h1{
        font-weight: 700;
        font-size: 18px;
    }
}
@media(max-width:1024px){
    .imgCENTER2{
        display: none;
    }
    .centerINDEX2{
        border-radius: 15px;
        
    }
}
@media(max-width:700px){
    .centerINDEX2{
        width: 70%;;

    }

}
.offers {
      display: flex;
  align-items: flex-start;
  gap: 10px;
  transform: translateX(6%);
  margin-top: 30px;

}
.clickINDEX1 {
  padding: 12px 25px;
  display: flex;
  align-items: center; 
  gap: 10px;        
   background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
  color: black;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 300px;
  height: 100px;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(19, 0, 0, 0.3);
} 

.clickH h1 {
  margin: 0; 
}
.carusel {
  position: relative; 
  display: flex;
  align-items: center;
  width: 100%;
  
  margin: 30px auto;

  border-radius: 10px;
  padding: 20px 40px;
   overflow-x: auto;
  scroll-snap-type: x mandatory;

}

.carusel-track {
  display: flex;
  transition: transform 0.4s ease-in-out; 
}

.carusel-item {
  flex: 0 0 400px;
  margin-right: 20px;
  padding: 75px;
  border-radius: 8px;
  background: #C1B5A6;
  color: #FFFFFF;
  text-align: center;
  height: 250px;
  width: 400px;
  font-size: 18px;
  font-weight: 700
  ;
}


.carusel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #000;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 10;
  transition: background 0.3s, color 0.3s;
}

.carusel .prev {
  left: 10px;
}

.carusel .next {
  right: 10px;
}

.carusel button:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 600px) {
  .carusel-item {
    flex: 0 0 250px;
    padding: 40px;
  }

}
.center3 {
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    height: 220px;
    margin-top: 70px;
    background: linear-gradient(to left, grey, white);
    padding: 30px;

    display: flex;
    justify-content: space-between; 
    align-items: flex-start; 
    box-shadow: 4px 4px 10px rgba(20,20,20,0.3);
}

.left-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.gmail-block,
.grafik-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.right-block button {

  margin-top: 35px;

  padding: 32px 35px;
  background-color: #72747A;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 300px;
  height: 100px;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(19, 0, 0, 0.3);
}

.right-block button:hover {
  background-color: #d36a4c;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); 
  transform: translateY(-5px);
}

.right-block:active {
    transform: scale(0.95); 
}
@media (max-width: 1024px) {
    .center3 {
        flex-direction: column; 
        height: auto;           
        padding: 20px;
        font-size: 12px;      
    }

    .right-block {
        width: 100%;
        display: flex;
        justify-content: center; 
        margin-top: 20px;      
    }

    .right-block button {
        width: 90%;         
        max-width: 300px;    
        height: 80px;      
        font-size: 15px;     
        padding: 10px 20px;
    }
}


@media (max-width: 768px) {
    .right-block button {
        width: 90%;
        height: 70px;
        font-size: 14px;
        padding: 10px 18px;
    }
}


@media (max-width: 480px) {
    .right-block button {
        width: 95%;
        height: 60px;
        font-size: 13px;
        padding: 8px 16px;
    }
}
.footer {
  width: 100%;
  margin-top: 90px;
  position: relative; 
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  gap: 0; 
  height: 340px;
  line-height: 2;
  background-color: #3D3939;
  color: white;
}

@media (max-width: 1024px) {
    .footer {
        flex-wrap: wrap;      
        justify-content: center;
        align-items: flex-start;
        height: auto;         
        padding: 20px 30px;
        gap: 20px;
    }

    .footerIMG {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .Footercenter1,
    .Footercenter2 {
        flex: 1 1 45%;
        min-width: 200px;
        margin-bottom: 20px;
    }

    .Footercenter3 {
        width: 100%;           
        margin-top: 20px;
        display: block;      
    }
}


@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 20px;
        padding: 15px 20px;
    }

    .footerIMG,
    .Footercenter1,
    .Footercenter2,
    .Footercenter3 {
        width: 100%;         
        text-align: center;  
        margin-bottom: 15px;
    }

    .footerIMG img {
        width: 120px;      
    }
}


@media (max-width: 480px) {
    .Footercenter1 h4,
    .Footercenter2 h4,
    .Footercenter3 h4,
    .Footercenter3 h2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .Footercenter3 h2 {
        font-size: 16px;
    }
}

.textABOUT{
    width: 631px;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.textABOUT h3 , h1{
    margin-bottom: 20px;
}
.emojis{
    display: flex;
    justify-content: flex-end;   
}
.history{
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    gap: 5px;
    padding: 87px;
    margin: 0 auto;

}
.zasnovnyk{
    display: flex;
    justify-content: center;
    
}
.zasnovnykimg{
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 40px;

}
.zasnovnykTEXT{
    display: flex;
    justify-content: center;
    gap: 90px;
    margin-top: 15px;
}

@media (max-width: 1024px) and (min-width: 601px) {
    .history {
        flex-direction: row;     
        align-items: center;       
        justify-content: space-between;
        padding: 30px 20px;
        gap: 20px;
       
    }

    .textABOUT {
        flex: 1 1 60%;             
        max-width: 600px;
    
        padding: 25px;
        box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
        border-radius: 12px;
        background: #fff;

    }

    .emojis {
        flex: 1 1 35%;             
        display: flex;
        justify-content: flex-end;
    }

    .emojis img {
        max-width: 420px;
        height: auto;
    }
}


@media (max-width: 600px) {
    .history {
        padding: 20px 10px;
        flex-direction: column; 
    }

    .textABOUT {
        width: 100%;
        max-width: 90%;
        padding: 15px;
        font-size: 14px;
        box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
        border-radius: 8px;
        background: #fff;
        margin: 0 auto;
    }

    .textABOUT h1 {
        font-size: 18px;
        text-align: center;
    }

    .textABOUT h3 {
        font-size: 13px;
        line-height: 1.4;
        text-align: justify;
    }

    .emojis {
        display: none; 
    }
}

@media (max-width: 1024px) and (min-width: 601px) {
    .zasnovnyk img {
        width: 45%;
        height: auto;
    }

    .zasnovnykimg {
        gap: 60px; 
    }

    .zasnovnykTEXT {
        gap: 40px; 
    }

    .zasnovnykTEXT h2 {
        font-size: 18px;
    }

    .zasnovnyk h1 {
        font-size: 28px;
    }
}


@media (max-width: 600px) {
    .zasnovnykimg img {
        width: 45%;   
        height: auto;
        
    }

    .zasnovnykimg {
        
        gap: 30px; 
       
        justify-content: center;
    }

    .zasnovnykTEXT {
        gap: 15px;
        justify-content: center;
    }

    .zasnovnykTEXT h2 {
        font-size: 16px;
        text-align: center;
    }

    .zasnovnyk h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
        font-weight: 900;
        
    }
}
.containerCOFFE {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    background-color: #929192;
    color: whitesmoke;
    width: 900px;
    height: 420px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 100px;
    border-radius: 10px;
    line-height: 2;
}


.COFFEIMG {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center;
   
}

.COFFEBUTTON button {
 
  
  background-color: #EBE8E3;
  border: none;
  border-radius: 6px;
  color: #3D3939;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 220px;
  height: 50px;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(19, 0, 0, 0.3);
}

.COFFEBUTTON :hover {
  background-color: #d6d2ca;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); 
  transform: translateY(-5px);
}


@media (max-width: 1024px) {
    .containerCOFFE {
        flex-direction: column;
        width: 90%;
        height: auto;
        padding: 15px;
    }

    .COFFETEXT, .COFFEIMG {
        width: 100%;
        text-align: center;
    }

    .COFFEIMG img {
        width: 180px;
        margin: 0 auto;
    }

    .COFFEBUTTON {
        margin-top: 15px;
    }
}


@media (max-width: 600px) {
    .containerCOFFE {
       
        width: 80%;
     
    }

    .COFFETEXT h1, .COFFETEXT h3, .COFFETEXT h4 {
        font-size: 14px;
    }

    .COFFEIMG img {
        width: 150px;
    }

    .COFFEBUTTON button {
        width: 180px;
        height: 45px;
        font-size: 14px;
    }
}

.footer a {
  

  color: #ccc;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.footer a:hover {

  color: #fff;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f4f4f9; 
}

form {
  margin: 200px auto; 
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 600px;
}

.field {
  margin-bottom: 25px;
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

.field input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.3s ease;
}

.field input:focus {
  border-color: #4460AA;
  box-shadow: 0 0 5px rgba(68, 96, 170, 0.4);
  outline: none;
}

input[type="submit"] {
  display: block;
  padding: 10px 30px;
  font-size: 15px;
  background-color: #4460AA;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #36508a;
}
@media (max-width: 768px) {
  form {
    width: 80%;
    padding: 25px 30px;
    margin: 150px auto;
  }

  .field label {
    font-size: 12px;
  }

  .field input {
    padding: 8px 10px;
    font-size: 13px;
  }

  input[type="submit"] {
    padding: 10px 0;
    font-size: 14px;
  }
  .text{
    gap: 0;
  }
}

@media (max-width: 500px) {
  form {
    width: 75%;
    padding: 20px;
    margin: 100px auto;
  }

  .field label {
    font-size: 12px;
  }

  .field input {
    padding: 8px;
    font-size: 13px;
  }

  input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}
