/* 1440 */
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 0;
  padding: 0;
}

/*----------- container-------------- */
.container {
  width: min(100%, 1440px);
  margin: auto;
  background-color: #012426;
  overflow-x: scroll;
}

/* --------------home page header---------- */
header {
  width: 1440px;
  position: relative;
  box-shadow: 0 2px 0 #05bcca;
}
.header-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 96px;
  margin: auto;
  background-color: #012426;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: inherit;
  width: inherit;
  z-index: 1;
  box-shadow: 0 2px 0 #05bcca;
}

.header-burger-manu {
  display: none;
}
.header-burger-manu :hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255),
    0 0 40px rgb(0, 102, 255), 0 0 50px rgb(0, 174, 255);
}

.haeder-list {
  display: flex;
  justify-content: center;
}

.header-nav-list {
  display: flex;
  column-gap: 32px;
}

.nav-list {
  display: flex;
  align-items: center;
  column-gap: 36px;
  justify-content: space-between;
  color: #a1c3c9;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}
.nav-list:hover {
  box-shadow: 0 0 20px rgb(0, 183, 255), 0 0 30px rgb(0, 195, 255),
    0 0 40px rgb(0, 238, 255), 0 0 50px rgb(0, 174, 255);
}

.logo-link :hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255);
}

.logo-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff5722;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
}

.logo-link:hover::after {
  transform: scaleX(1);
}

.haeder-list2 {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}

.home-page-section2-container {
  object-fit: cover;
  cursor: pointer;
  transition: 1s linear;
}

.header-icon-button {
  column-gap: 32px;
}

.header-icon-button:hover {
  box-shadow: 0 0 50px hsl(199, 100%, 50%), 0 0 50px rgb(0, 238, 255),
    0 0 50px rgb(0, 200, 255), 0 0 70px rgb(0, 174, 255);
}

/* ---------home page section1----------- */
.section1 {
  width: 100%;
  height: 560px;
  background-image: url(../images/cover-guitar.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  row-gap: 24px;
  padding-top: 72px;
  flex-direction: column;
}

.section1-text-and-icon {
  display: flex;
  align-items: center;
  padding-top: 72px;
  gap: 24px;
  text-decoration: none;
}

.word-new {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0%;
}
.word-new:hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255);
}

.word-collection {
  color: #05bcca;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0%;
}
.word-collection:hover {
  opacity: 0.8;
  filter: brightness(1.2);
}
/* --------- home page section 2 ------- */

.home-page-section2 {
  background-color: #1a1a1a;
  padding: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 56px;
}

.home-page-section2-all-image-title-button {
  display: flex;
  column-gap: 20px;
}

.home-page-section2-main-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #05bcca;
  border-bottom: 2px solid #05bcca;
}

.home-page-section2-container {
  display: flex;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 1s linear;
}

.home-page-section2-container:hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255),
    0 0 40px blue, 0 0 50px rgb(0, 174, 255);
}

.home-page-section2-article-image-and-title {
  background-color: #2c4246;
  width: 298px;
  height: 331px;
  padding: 8px 8px 18px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  cursor: pointer;
  border: 2px solid #05bcca;
}

.home-page-section2-article-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transition: 1s linear;
}

.section2-article-title-and-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-info {
  display: block;
}

.section2-article-product-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #d9d9d9;
}

.section2-article-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #05bcca;
}

.section2-article-button {
  width: 58;
  height: 28;
  left: 224px;
  opacity: 1;
  border-radius: 4px;
  background: #c46a2b;
}

.section2-article-button-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------------------catalog section1--------------------- */
.catalog-section1-main-container{
  overflow-x: scroll;
}

.catalog-section1 {
  padding: 192px 94px 64px 94px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.filter-sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d9d9d9;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.filter-section {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-icon {
  margin-right: 5px;
  font-size: 18px;
}
.arrow-down-icon, .arrow-left-icon, .arrow-right-icon {
  display: none;
}

.filter-text {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}

.sort-section {
  display: flex;
  align-items: center;
}

.sort-text {
  margin-right: 10px;
  color: #d9d9d9;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}

.sort-dropdown {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #00aaff;
  border-radius: 3px;
  background-color: #A1C3C9;
  color: #2C4246;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.sort-dropdown:focus {
  outline: none;
  border-color: #33ccff;
}

/* --------------------catalog card section1------------------ */
.catalog-cards-section1 {
  display: flex;
  flex-direction: column;
  padding-right: 96px;
  padding-left: 96px;
  row-gap: 40px;
}

.catalog-section2-article-image-and-title {
  width: 404px;
  height: 400px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.section2-article-title-and-button {
  background-color: #2c4246;
  padding: 5px 8px;
}
.catalog-section1-guitar-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transition: 1s linear;
}

.catalog-cards-prise-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #05bcca;
}

.catalog-section1-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #012426;
}
/* ---------------------catalog pages section1 --------------------- */

.pagination-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-top: 96px;
    padding-bottom: 64px;
    color: #d9d9d9;
    font-family: Arial, sans-serif;
}

.pagination-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px; 
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
}

.previous-btn {
    background-color: #C46A2B; 
    color: #d9d9d9;
    margin-right: 15px;
}
.next-btn {
    background-color: #05BCCA; 
    color: #d9d9d9;
    margin-left: 15px;
}

.page-status {
    font-size: 16px;
    color: #cccccc;
    white-space: nowrap; 
}

.arrow-icon {
    font-size: 18px;
    line-height: 1;
}

.previous-btn .arrow-icon {
    margin-right: 5px;
}

.next-btn .arrow-icon {
    margin-left: 5px;
}
/* ----------------------contact page content-------------- */
.contact-section-container {
  width: 100%;
  height: 720px;
  background-image: url(../images/Rectangle\ 7.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 32px;
  padding: 236px 201px 140px 201px;
  overflow-x: scroll;
}

.contact-page-container {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #1a3a41;
  padding: 32px;
  border-radius: 10px;
  border: 2px solid #05bcca;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  align-items: center;
}
/* ---------------title-------------- */

.contact-header {
  align-items: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: #f9d9d9;
  margin-right: 40px;
}

/* ------------------social media------------------ */
.contact-social-media {
  display: flex;
  gap: 72px;
  padding-left: 66px;
  padding-bottom: 66px;
}
/* ------------aplication form-------------- */
.social-icons-form {
  display: flex;
  align-items: center;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.contact-form {
  flex: 1;
}

.input-row {
  display: flex;
  gap: 60px;
  margin-bottom: 36px;
  margin-top: 64px;
}

.input-row input,
.contact-form textarea {
  display: flex;
  background-color: transparent;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  width: 190px;
  height: 40px;
  opacity: 1;
  border-radius: 10px;
  border-width: 2px;
}

.input-row input:hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255),
    0 0 40px black, 0 0 50px rgb(0, 174, 255);
}

.contact-form textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 36px;
  width: 440px;
  height: 96px;
  top: 76px;
  opacity: 1;
  border-radius: 10px;
  border-width: 2px;
  row-gap: 40px;
}

.contact-form textarea:hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255),
    0 0 40px blue, 0 0 50px rgb(0, 174, 255);
}

.send-message-btn {
  display: flex;
  background-color: #ff8c00;
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  width: 440px;
  height: 56px;
  top: 208px;
  opacity: 1;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  justify-content: center;
}

.send-message-btn:hover {
  box-shadow: 0 0 20px rgb(0, 140, 255), 0 0 30px rgb(0, 132, 255),
    0 0 40px blue, 0 0 50px rgb(0, 174, 255);
}
/* -----------------------map-------------------- */
.map-container {
  width: 440px;
  height: 264px;
  opacity: 1;
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

/* ---------footer ------------*/
footer {
  width: 1440px;
  height: 276;
  opacity: 1;
  background: #2c4246;
  column-gap: 157px;
  padding-block: 72px;
  padding-left: 372px;
  display: flex;
}

.footer-brands {
  flex-direction: column;
  row-gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #d9d9d9;
}

.title-brands {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  padding-bottom: 24px;
}

.footer-information {
  flex-direction: column;
  row-gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #d9d9d9;
}

.title-information {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  padding-bottom: 24px;
}

.footer-contact {
  flex-direction: column;
  row-gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #d9d9d9;
}

.title-contact {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  padding-bottom: 24px;
}

.footer-social-media {
  display: flex;
  gap: 16px;
}
