* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.tbc-logo {
  width: 50px;
  height: auto;
  margin-left: -100px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.logo span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
}

.nav ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav ul li a:hover {
  color: #555;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.search input {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.search button {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.search button img {
  width: 15px;
  height: 15px;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.icons a img {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.icons a img:hover {
  opacity: 0.7;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-container {
  position: relative;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: auto;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.hero-content .btn {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.hero-content .btn:hover {
  background-color: #45a049;
}

.new-arrivals {
  text-align: center;
  padding: 40px 0;
}

.new-arrivals h3 {
  margin-bottom: 20px;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.product img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.product {
  background: lightgray;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 250px;
  text-align: center;
}

.product img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.story {
  background-image: url("story-background.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.story h3 {
  margin-bottom: 20px;
}

.read-btn {
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  border: none;
  cursor: pointer;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

.footer-section h4 {
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 10px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.header {
  font-family: "BPG Nino Mkhedruli Bold", sans-serif;
}

.header h1 {
  font-size: 2rem;
  color: #444; 
}

.nav ul li a {
  font-family: "BPG Nino Mkhedruli Bold", sans-serif;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
}


.nav ul li a:hover {
  color: #555;
}

.fb {
  width: 40px;
}

.ig {
  width: 40px;
}

p {
  font-family: "BPG Nino Mtavruli Bold", sans-serif;
}

.quote-section {
  background-color: #002b3e;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.quote-section p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-style: italic;
}

.quote-section h4 {
  font-size: 1.5rem;
  font-weight: bold;
}



@media (max-width: 1200px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 992px) {

  .logo {
    margin-top: -150px;
  }

  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: -150px;
  }

  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .icons {
    margin-top: -150px;
  }

  .search input {
    margin-bottom: 5px;
  }

  .hero-content h2 {
    font-size: 1.5rem;
  }

  .hero-content .btn {
    font-size: 0.9rem;
  }

  .products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product {
    width: 45%;
  }
}

@media (max-width: 576px) {
  
  .header {
    padding: 10px;
  }

  .logo h1 {
    font-size: 1.5rem;
  }

  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    margin-right: -50px;
  }

  .search input {
    width: 100%;
  }

  .hero-content h2 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    .header {
      padding: 10px;
    }
  }

  .hero-content h2 {
    font-size: 1.2rem;
  }

  .new-arrivals h3 {
    font-size: 1.4rem;
  }

  .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .product {
    width: 100%;
  }
}


