.head {
  background: #0a3153;
  background-size: cover;
  height: 462px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_center_text h3 {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 100px;
}

.lux_text_content a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #828282;
}

.lux_text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.lux__container {
  padding-top: 100px;
}

.cat.active {
  color: #0A3153;
  border-bottom: #0A3153 solid 2px;
}

.lux_button button {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 25px;
  width: 112px;
  height: 42px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #333333;
  background-color: transparent;
}

.lux_first_text {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 25px;
}

.lux_first_subtext p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #333333;
  width: 533px;
  margin-top: 23px;
}

.image_text_h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #333333;
}

.image_text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.image_text_container {
  display: flex;
  gap: 24px;
  margin-top: 17px;
}

.lux_first_subtext h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin-top: 20px;
}

.lux_image_first {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 44px;
}

.lux_image_first1 {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 15px;
}

.lux_first_image_content {
  margin-top: 30px;
}

.lux_right_btn button {
  width: 278px;
  height: 65px;
  border: 2px solid #e0b08b;
  box-sizing: border-box;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #e0b08b;
  background-color: transparent;
}

.lux_right_btn button:hover {
  background-color: #ffffff;
  color: #0A3153;
  border: 2px solid #0A3153;
  cursor: pointer;
  transition: 0.8s;
}

.lux_right_left_btn button {
  background: #e0b08b;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #fbfbfb;
  width: 278px;
  height: 65px;
}

.lux_right_left_btn button:hover {
  background: #0A3153;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.8s;
}

.lux_image_btn_cont {
  display: flex;
  gap: 15px;
  margin-top: 44px;
}

.box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap: 50px;
}

.show_more_btn button {
  width: 575px;
  height: 65px;
  border: 2px solid #E0B08B;
  box-sizing: border-box;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #E0B08B;
  background-color: transparent;
}

.show_more_btn {
  display: flex;
  justify-content: center;
}

.pagination {
  margin-top: 150px;
  padding-bottom: 150px;
}

.number_content a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  color: #828282;
}

.number_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.paginate.active {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  text-align: center;
  color: #E0B08B;
  border-bottom: #E0B08B solid 2px;
}