@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Cairo:wght@200..1000&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Tajawal", sans-serif;
  /* font-family: "Baloo Bhaijaan 2", sans-serif; */
}
:root {
  /* لون برتقالي */
  --color_orangandorang_1: oklch(532% 0.1 30);
  --color_purpleandwhite_2: #ce00ff;
  --color_purpleandwhite_3: #ff72ff;
  /* لون وردي */
  --color_blue_1: oklch(1% 0.9 300);
  --color_blue_2: oklch(53% 1 200);
  /* لون احمر */
  --color_red_1: oklch(40% 0.5 50);
  --color_red_2: oklch(1% 0.8 30);
  /* لون اخظر */
  --color_grean_1: oklch(1% 0.8 80);
  --color_grean_2: oklch(1% 0.4 70);
  /* لون ذهبي */
  --color_gold_1: oklch(60% 0.2 80);
  --color_gold_2: oklch(90% 0.2 50);
  /* لون احتياطي مستقبلا */
  /* --color_red_2:oklch(53% .2 200); */
}

nav {
  width: 40%;
  height: 40px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 3vh;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-image: linear-gradient(
    to left,
    var(--color_purpleandwhite_2),
    var(--color_blue_1)
  );
  box-shadow: 0 2px 5px #8080808c;
  border-radius: 4px;
  direction: rtl;
  z-index: 999;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
}
nav a:hover {
  scale: 1.1;
}
main {
  width: 100%;
  height: 100vh;
}
.icon {
  width: clamp(300px, 70vw, 400px);
  height: clamp(300px, 70vw, 400px);
  position: absolute;
  left: 50%;
  top: 27%;
  translate: -50% -50%;
  /* التدرج اللي عايزه */
  background: linear-gradient(
    45deg,
    var(--color_purpleandwhite_2),
    var(--color_blue_1),
    var(--color_blue_2)
  );
  /* contain يعني لو النص طويل، الصورة هتكبر عشان تظهر كل الحروف */
  mask: url("../icon/FIROZE-LOGO.png") center / contain no-repeat;
  pointer-events: none;
}

main h4 {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  direction: rtl;
  width: max-content;
  height: min-content;
  font-weight: bold;
  font-size: clamp(12px, 1vw, 20px);
  text-align: center;
}
.name {
  color: var(--color_purpleandwhite_2);
}
.link {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  translate: -50% -50%;
  gap: 10px;
  column-gap: clamp(10px, 4vw, 20px);
}
.link a,
.link button {
  width: clamp(250px, 10vw, 200px);
  height: clamp(40px, 6vw, 50px);
  background-color: var(--color_blue_1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: none;
  border: none;
  font-weight: bold;
}

.link a:nth-child(2) {
  background-color: var(--color_purpleandwhite_2);
}
#out {
  background-image: linear-gradient(
    to left,
    var(--color_purpleandwhite_2),
    var(--color_blue_1)
  );
  display: none;
}
.item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: linear-gradient(
    var(--color_orangandorang_1) 30%,
    var(--color_purpleandwhite_2)
  );
  box-shadow: 0 4px 5px rgba(128, 128, 128, 0.596);
  animation: imoge 2s linear alternate infinite;
}
.item1 {
  width: clamp(60px, 5vw, 122px);
  height: clamp(60px, 5vw, 122px);
  position: absolute;
  left: 20%;
  bottom: 33%;
}
.item2 {
  width: clamp(60px, 15vw, 122px);
  height: clamp(60px, 15vw, 122px);
  position: absolute;
  left: 15%;
  top: 20%;
}
.item3 {
  width: clamp(80px, 15vw, 80px);
  height: clamp(80px, 15vw, 80px);
  position: absolute;
  right: 20%;
  top: 30%;
}
.item4 {
  width: clamp(70px, 15vw, 150px);
  height: clamp(70px, 15vw, 150px);
  position: absolute;
  left: 20%;
  top: 40%;
}
.item5 {
  width: clamp(90px, 15vw, 350px);
  height: clamp(90px, 15vw, 350px);
  position: absolute;
  right: 20%;
  bottom: 5%;
}
.item6 {
  width: clamp(70px, 15vw, 250px);
  height: clamp(70px, 15vw, 250px);
  position: absolute;
  right: 10%;
  top: 40%;
}
.item7 {
  width: clamp(70px, 15vw, 250px);
  height: clamp(70px, 15vw, 250px);
  position: absolute;
  left: 30%;
  bottom: 5%;
}
.imoge {
  width: 50px;
  position: absolute;
  filter: drop-shadow(0 4px 5px #808080e3);
  z-index: 888;
  pointer-events: none;
}
@keyframes imoge {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0px);
  }
}
::selection {
  background-color: var(--color_blue_1);
  color: white;
}
.imoge-1 {
  left: 20%;
  transform: rotate(20deg);
  bottom: 300px;
}
.imoge-2 {
  left: 10%;
  transform: rotate(-30deg);
  top: 30%;
}
.imoge-3 {
  left: 35%;
  top: 25%;
}
.imoge-4 {
  right: 15%;
  top: 25%;
}
.imoge-5 {
  right: 35%;
  bottom: 35%;
  transform: rotate(30deg);
}
.shadow {
  width: 200px;
  height: 100px;
  background-image: linear-gradient(
    var(--color_orangandorang_1),
    var(--color_blue_1)
  );
  border-radius: 50%;
  filter: blur(100px);
}
.about {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about h1 span img,
.stor h1 span img {
  width: 40px;
}
.about > h1,
.stor h1 {
  font-size: clamp(35px, 8vw, 50px);
  font-family: "Baloo Bhaijaan 2", sans-serif;
  position: absolute;
  right: 3%;
  top: 5%;
  background-color: var(--color_blue_2);
  background-clip: text;
  color: transparent;
  direction: rtl;
}
.cards {
  width: 100%;
  min-height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 5%;
  position: relative;
}
.card {
  width: clamp(400px, 80vw, 400px);
  height: clamp(450px, 80vw, 500px);
  box-shadow: 0 4px 5px #80808081;
  border-radius: 30px 0 30px;
  position: relative;
  transition: all 0.1s ease;
  overflow: hidden;
  background-color: white;
}
.card:hover {
  border: 1px solid black;
  transform: translateY(-10px);
}
.background {
  width: 100%;
  height: 50%;
  border-radius: 30% 0 30% 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 5px gainsboro;
}
.background1 {
  background-image: linear-gradient(var(--color_gold_1), gold);
}
.background2 {
  background-image: linear-gradient(var(--color_blue_2), #7ffbff);
}
.background3 {
  background-image: linear-gradient(
    var(--color_blue_1),
    var(--color_orangandorang_1)
  );
}
.card1 h1 {
  background-image: linear-gradient(
    var(--color_gold_1),
    var(--color_orangandorang_1)
  );
  background-clip: text;
  color: transparent;
}
.card2 h1 {
  background-image: linear-gradient(var(--color_blue_2), #7ffbff);
  background-clip: text;
  color: transparent;
}
.card3 h1 {
  background-image: linear-gradient(
    var(--color_blue_1),
    var(--color_orangandorang_1)
  );
  background-clip: text;
  color: transparent;
}
.background1 img {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.background2 img {
  left: 50%;
  transform: translateX(-50%);
}
.background3 img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.background img {
  width: clamp(150px, 40vw, 180px);
  position: absolute;
}
.card h1 {
  position: absolute;
  left: 50%;
  top: 60%;
  translate: -50% -50%;
  pointer-events: none;
}
.card h4 {
  position: absolute;
  bottom: 15%;
  direction: rtl;
  margin-left: 10px;
  margin-right: 10px;
  right: 5%;
  pointer-events: none;
  width: 80%;
  
}
.stor {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-image: url(../img_card/img_card_2/backgond.png);
  background-size: cover;
  background-position: left center;
}
.clothes {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 5px;
}
.img {
  width: clamp(300px, 70vw, 400px);
  height: clamp(400px, 70vw, 500px);
  position: relative;
  border: 2px ridge var(--color_blue_1);
  border-radius: 5px;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:    /* غيّر الرقم عشان تغيّر لون كل الدنيا */ saturate(200%)
    /* يخلّي الألوان تطلع من الشاشة */; /* لمعان خفيف */
}
.img h2 {
  position: absolute;
  bottom: 15%;
  font-size: clamp(12px, 5vw, 17px);
  direction: rtl;
  color: white;
  right: 5%;
  width: max-content;
}
.img a {
  width: 100px;
  height: 40px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: var(--color_blue_1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
footer {
  width: 100%;
  height: 40vh;
  background-color: var(--color_blue_1);
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 25vh;
}
footer {
  width: 100%;
  min-height: 25vh;
  background-color: #b1adad2a;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
footer a img {
  width: 40px;
}
footer a {
  color: var(--color6);
}
footer a {
  color: var(--color6);
  text-decoration: none;
  font-weight: bold;
}
#facbook {
  width: 25px;
  margin-right: 6px;
}
h3,
h4,
h5 {
  width: max-content;
}
@media (max-width: 1399px) {
  .cards {
    margin-top: 20vh;
  }
}
@media (max-width: 1120px) {
  nav {
    display: none;
  }
  .item4 {
    display: none;
  }
  .item6 {
    right: 0;
  }
  .imoge-3 {
    top: 10%;
  }
  .cards {
    margin-top: 20vh;
  }
  .photo_stor {
    top: 65%;
  }

  .item {
    display: none;
  }
  .imoge {
    animation: imoge 3s linear alternate infinite;
  }
  .imoge-1 {
    bottom: 10%;
  }
  .item1 {
    bottom: 25%;
  }
  .imoge-5 {
    bottom: 20%;
    right: 10%;
  }
  .imoge-2 {
    left: 0;
  }
  .item1 {
    display: block;
  }
  .item6 {
    display: block;
    top: 5%;
    right: 5%;
  }
  .item5 {
    display: block;
  }
  .link {
    flex-direction: column;
    position: absolute;
    top: 55%;
  }
  .clothes {
    padding-top: 25%;
    padding-bottom: 5%;
  }
  .img h2 {
    bottom: 20%;
  }
  .img {
    margin-top: 5%;
  }
  
}
@media (max-width:600px) {
  footer{
    height: 100vh;
  }
  .card3 h4{
    transform: translateY(10px);
  }
}