@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");

@font-face {
  font-family: "pinkCatFont";
  src: url(AmsterdamOne-eZ12l.ttf);
}

@font-face {
  font-family: "yadYad";
  src: url(KtavYadCLM-MediumItalic.otf);
}

:root {
  --color1: #f8ebeb;
  --color2: #515558;
  --color3: #f4f0f0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  direction: rtl;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: var(--color1);
  font-family: "Heebo", sans-serif;
  color: var(--color2);
  height: 100%;
}

.yellowribbon {
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.pinkcatlogo {
  position: fixed;
  right: -0.8%;
  top: 5%;
  z-index: 1000;
}

.pinkcatlogo img {
  width: 8rem;
  transform: rotate(-90deg);
}

.pink-gift {
  position: fixed;
  left: 1%;
  bottom: 0;
  z-index: 1000;
}

.pink-gift img {
  width: 10rem;
  object-fit: cover;
}

.order_whatssup {
  width: 100%;
  max-width: 70rem;
  padding-right: 3rem;
  background-color: var(--color2);
  position: fixed;
  bottom: 1%;
  right: 50%;
  transform: translate(50%);
  border-radius: 3rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.order_whatssup a:first-child {
  display: none;
}

.order_whatssup a {
  font-family: "yadyad";
  font-size: 2.5rem;
  color: var(--color1);
  text-align: center;
  text-decoration: none;
}

/* ---------hero_section--------- */

.hero_section {
  width: 100%;
  height: 100vh;
}

.hero-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.header {
  width: 100%;
}

h1 {
  font-family: "pinkCatFont";
  text-align: center;
  font-size: 5rem;
}

.banners-container {
  width: 100%;
}

.thinBanner {
  padding-top: 5px;
  width: 100%;
  font-family: "yadYad";
  font-size: 2rem;
  background-color: var(--color2);
  color: var(--color1);
  text-align: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.thinBanner p {
  white-space: nowrap;
}

.thinBannerMiddle {
  padding-right: 1rem;
  font-family: "yadYad";
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thinBannerMiddle_cube {
  font-family: "Heebo";
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-items: center;
  row-gap: 0;
  column-gap: 1rem;
  font-size: 1.5rem;
}

.thinBannerMiddle_cube span:nth-child(2) {
  grid-column: 1/2;
}

.thinBannerMiddle_cube span:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
  font-size: 3rem;
  justify-self: start;
}

.video_container {
  position: relative;
  display: block;
  width: 100%;
}

video {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8ebeb3f;
  pointer-events: none;
}

/* ------gallery_section----- */

.gallery_section {
  padding: 15rem 0;
  position: relative;
  display: grid;
  justify-content: center;
}

.gallery-grid {
  padding: 1rem;
  max-width: 93.6rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 156px);
  gap: 1rem;
  position: relative;
  border-radius: 0.6rem;
}

.gallery-grid_item img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}

.gallery-grid_item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}

.gallery-grid_item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}

.gallery-grid_item:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1/2;
}

.gallery-grid_item:nth-child(4) {
  grid-column: 5/7;
  grid-row: 1/3;
}

.gallery-grid_item:nth-child(5) {
  grid-column: 1/2;
  grid-row: 3/4;
}

.gallery-grid_item:nth-child(6) {
  grid-column: 2/3;
  grid-row: 3/4;
}

.gallery-grid_item:nth-child(7) {
  grid-column: 3/5;
  grid-row: 2/4;
}

.gallery-grid_item:nth-child(8) {
  grid-column: 5/6;
  grid-row: 3/4;
}

.gallery-grid_item:nth-child(9) {
  grid-column: 6/7;
  grid-row: 3/4;
}

.gallery-grid_item:nth-child(10) {
  grid-column: 1/3;
  grid-row: 4/5;
}

.gallery-grid_item:nth-child(11) {
  grid-column: 3/5;
  grid-row: 4/5;
}

.gallery-grid_item:nth-child(12) {
  grid-column: 5/7;
  grid-row: 4/5;
}

/* --------quality_section----- */

.quality_section {
  padding: 15rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.quality-item {
  width: 32rem;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.6rem;
}

.quality-item i {
  font-size: 7rem;
}

.quality-item h3 {
  font-size: 2rem;
}

.quality-item p {
  font-size: 1.5rem;
}

/* -------strings_section----- */
.strings_section {
  padding: 15rem 10rem;
  display: grid;
  justify-items: center;
  gap: 4rem;
}

.strings_section h2 {
  width: 100%;
  border-bottom: 1px solid var(--color2);
  font-family: "yadYad";
  font-size: 4rem;
  justify-self: right;
}

.strings_section-grid {
  display: grid;
  grid-template-columns: repeat(3, 30rem);
  column-gap: 4rem;
  row-gap: 9rem;
}

.bracelet-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.bracelet-item img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}

.beads-grid {
  row-gap: 7rem;
}

.aspect-ratio1 {
  aspect-ratio: 1/1;
}

.bracelet-item_details {
  padding: 1.5rem 0;
  border-top: 1px solid var(--color2);
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
}

/* ------four-symbol_section----- */

.four-symbol_section {
  padding: 15rem 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.four-symbol_section h2 {
  width: 100%;
  border-bottom: 1px solid var(--color2);
  font-family: "yadYad";
  font-size: 4rem;
}

.four-symbol_section h3 {
  padding-top: 4rem;
  font-family: "yadYad";
  font-size: 2.5rem;
  text-align: center;
}

.threeBlackSymbols {
  padding-top: 8rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.threeBlackSymbols-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.threeBlackSymbols-item img {
  width: 15rem;
  border-radius: 50%;
}

.threeBlackSymbols-item p {
  font-family: "yadYad";
  font-size: 2rem;
}

.mano-meisita_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mano-meisita480 {
  width: 100%;
  display: none;
}

.mano-meisita {
  width: 55%;
  border-radius: 70%;
}

.four-symbol_price {
  width: 50%;
}

/* -------meaning_section------ */
.meaning_section {
  padding: 15rem 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meaning_section h2 {
  width: 100%;
  border-bottom: 1px solid var(--color2);
  font-family: "yadYad";
  font-size: 4rem;
}

.meaning-grid {
  padding: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 25rem);
  gap: 1rem;
}

.meaning_item {
  padding: 1rem;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: space-between;
}

.meaning_item div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.meaning_item img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.meaning_item p {
  padding: 3.5rem;
  background-color: var(--color3);
  font-size: 1.6rem;
  border-radius: 0.6rem;
}

/* ----------special-section-------- */
/* ------------gifts-section--------- */
.our-specials_section,
.gift-from-sum_section {
  padding: 15rem 10rem;
  display: grid;
  justify-items: center;
  gap: 4rem;
}

.our-specials_section h3,
.gift-from-sum_section h3 {
  width: 100%;
  border-bottom: 1px solid var(--color2);
  font-family: "yadYad";
  font-size: 4rem;
  justify-self: right;
}

.our-specials_grid,
.gift-from-sum_grid {
  padding: 4rem;
  background-color: #f1d8d880;
  display: grid;
  grid-template-columns: repeat(3, 30rem);
  column-gap: 4rem;
  row-gap: 9rem;
}

.gift img,
.gift img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -------ribbon meaning-------- */
.ribbon_meaning-section {
  padding: 4rem;
  font-size: 1.6rem;
  display: flex;
  height: 100%;
}

.yellowribbon-meaning {
  padding: 2rem 1rem;
  background-color: #f1d8d880;
  align-content: center;
  text-align: center;
}

.yellowribbon-meaning {
  object-fit: contain;
}

.ribbon_meaning-section p {
  background-color: #f1d8d880;
  padding: 4rem;
}

/* ---------footer section------- */

.footer_section {
  padding: 0 10rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.connect {
  width: 100%;
  border-bottom: 1px solid var(--color2);
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.connect1,
.connect2 {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.connect2 img {
  width: 8rem;
}

.connect p {
  font-family: "pinkCatFont";
}

.media-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 3rem;
  transform: translateY(25%);
}

.media-icons a {
  color: var(--color2);
  font-size: 3.3rem;
}

.copy {
  padding-bottom: 2rem;
  width: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-around;
}
