@charset "UTF-8";

/*Fonts*/
@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Body.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Disp.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'ss01'; 
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Semi Bold Body.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans-SemiBoldDisp.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/SequelSans-MediumOblBody.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Head.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  color: #333;
  line-height: 1.6;
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 600; 
  font-style: normal; 
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/*Navigation */
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
	padding: 5px 20px; 
  border-bottom: 1px;
	 align-items: center;
	position: relative; 
	 z-index: 2; 
  background: white; 
}


.navbar {
  display: flex;
	 gap: 20px; 
	
}

.navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
	font-size: 11px; 
	 position: relative; 
  padding: 0 10px; 
}


.navbar a:hover {
  color: #666;
	
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.description-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.description-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.description-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
}

.logo {
 
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
	font-size: 16px; 
  padding: 0 10px; 
}


.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 500px;
  background: #000 url('images/CHAIR.jpg') center/cover no-repeat;
  text-align: center;
  overflow: hidden;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  z-index: 1;
  background: transparent;
}

/* Logo image */
.logo-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}


.logo span {
  text-align: center;
	font-size: 14px; 
  line-height: 1.2; 
}

/* Footer Styles */
.brand-footer {
  background: #000;
  background: linear-gradient(90deg, #000, #333);
  color: white;
  padding: 40px 0;
  width: 100%;
  font-family: 'Outfit', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.footer-section h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  padding-bottom: 10px;
}


.footer-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}


.social-icons img {
  width: 15px;
	height: 15px;
	padding-top: 1px;
  transition: all 0.3s ease;
}
	

.social-icons img:hover {
  opacity: 0.8;
}


  
  .logo span {
    font-size: 12px;
  }
  
  .logo-image {
    width: 20px;
    height: 20px;
  }


.row {
	display: block;
  text-align: center; 
  margin-bottom: 20px; 
}

.second{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.our{
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 500;  
  font-feature-settings: 'ss02'; 
}



.redbox {
	background-color: #A82231; 
	padding-bottom: 30px;
	color:#FFFFFF;
	padding-top: 1px;

}

.brand-footer {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-section {
  flex: 1;
  padding-right: 40px;
}

.footer-columns {
  flex: 1;
  display: flex;
}

.address-factory {
  flex: 1;
}

.contact-follow {
  flex: 1;
}

.footer-section {
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 15px;
  height: 15px;
}

.browse:hover {background-color:#76121D;
}

	body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

.hero {
  position: relative;
  background: url('chairs.jpg') no-repeat center center/cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.6);
  z-index:1;
}

.hero-content {
  position: relative;
  z-index:2;
}

.hero h1 {
  font-family: 'Sequel Sans SemiBold', Arial, sans-serif;
  font-size: 36px;
  margin:0;
}

.hero p {
  font-size: 16px;
  margin-top:10px;
  max-width:600px;
}

.container {
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.search-bar input {
  padding: 6px;
}

.search-bar button {
  padding: 6px 10px;
  background: #A82231;
  color: white;
  border: none;
  cursor: pointer;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item {
  background: white;
  padding: 10px;
  text-align: center;
}

.item img {
  width: 100%;
  height: auto;
}

.item h3 {
  margin: 10px 0 5px;
  font-weight: bold;
}

.item p {
  margin:0;
  font-size:14px;
}

.pagination {
  margin-top:30px;
  display:flex;
  align-items: center;
  gap:5px;
}

.page, .arrow {
  padding:6px 10px;
  background:#A82231;
  color:white;
  border:none;
  cursor:pointer;
}


.grid .item img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.grid .item h3,
.grid .item p {
  text-align: left;
}

.hero {
  position: relative;
  background: url("images/kursibyk.jpeg") no-repeat center center/cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .header {
    flex-direction: column;
    padding: 10px;
  }
  
  .navbar {
    width: 100%;
    justify-content: center;
    margin: 5px 0;
  }
  
  .left-nav, .right-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .navbar a:not(:last-child)::after {
    display: none;
  }
  
  .logo {
    order: 0;
    margin: 10px 0;
  }
  
  .main {
    flex-direction: column;
  }
  
  .aside-left, .aside-right {
    width: 100%;
    padding: 10px;
  }
  
  .hero-content h1 {
    font-size: 36px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .col {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 400px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .description-content h2 {
    font-size: 28px;
  }
  
  .col {
    width: 100%;
    max-width: 400px;
  }
  
  .footer-container {
    flex-direction: column;
  }
  
  .footer-columns {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 350px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .hero-content p {
    font-size: 14px;
  }
  
  .cta-button {
    padding: 12px 24px;
  }
  
  .description-content h2 {
    font-size: 24px;
  }
  
  .navbar {
    gap: 10px;
  }
  
  .navbar a {
    font-size: 10px;
    padding: 0 5px;
  }
  
  .logo span {
    font-size: 12px;
  }
  
  .logo-image {
    width: 25px;
    height: 25px;
  }
}

.nav-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  background-color: #FAF7F4;
  z-index: 0;
}

.navbar a {
  padding-top: 6px; 
}

.logo {
  padding-top: 10px; 
}


@media (max-width: 1200px) {
  .grid {
    grid-template-columns: repeat(2, 50%);
  }
  
  .footer-container {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 992px) {
  .header {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  
  .logo {
    order: 1;
    width: 100%;
    position: static;
    transform: none;
    justify-content: center;
    padding: 10px 0;
  }
  
  .left-nav, .right-nav {
    order: 2;
    width: 50%;
    justify-content: center;
  }
  
  .left-nav {
    justify-content: flex-end;
    padding-right: 10px;
  }
  
  .right-nav {
    justify-content: flex-start;
    padding-left: 10px;
  }
  
  .navbar a {
    font-size: 13px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .footer-columns {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .search-bar {
    width: 100%;
  }
  
  .search-bar input {
    width: 80%;
  }
  
  .hero-content {
    padding: 0 20px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .footer-container {
    grid-template-columns: 100%;
  }
  
  .about-section {
    padding-right: 0;
  }
  
  .navbar a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .grid {
    grid-template-columns: 100%;
  }
  
  .left-nav, .right-nav {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  
  .left-nav {
    margin-bottom: 5px;
  }
  
  .right-nav {
    margin-top: 5px;
  }
  
  .navbar {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .navbar a {
    font-size: 15px;
    padding: 5px 8px;
  }
  
  .hero-content h1 {
    font-size: 24px;
  }
  
  .hero-content p {
    font-size: 14px;
  }
  
  .item h3 {
    font-size: 18px;
  }
  
  .item p {
    font-size: 14px;
  }
}