/* Something creative is cooking.... */
.min-vh-80{
  min-height: 78vh  !important;
}

.icon {
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
}
.dots {
  display: inline-block;
  margin-left: 5px;
}

.dots span {
  animation: blink 1.5s infinite;
  font-size: 2.5rem; /* حجم النقاط */
  font-weight: bold;
}

.dots span:nth-child(2) {
  animation-delay: 0.3s;
}

.dots span:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/* لما تعمل hover تتغير الصورة */
.icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.x-icon {
  background-image: url("../images/Comin soon/X dark.svg");
}
.x-icon:hover {
  background-image: url("../images/Comin soon/XLight.svg");
}

.insta-icon {
  background-image: url("../images/Comin soon/Instagram Dark.svg");
}
.insta-icon:hover {
  background-image: url("../images/Comin soon/InstagramLight.svg");
}

.linkedin-icon {
  background-image: url("../images/Comin soon/linked in Dark.svg");
}
.linkedin-icon:hover {
  background-image: url("../images/Comin soon/linkedinLight.svg");
}
.pText{
font-weight: 400;
font-style: Italic;
font-size: 21px;

width: 70%;
color: #755DF0;
}
.min-vh-80 {
  min-height: 78vh !important;
}

.icon {
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
}

/* Hover icons */
.x-icon:hover {
  content: url("../images/Comin soon/XHover.png");
}
.insta-icon:hover {
  content: url("../images/Comin soon/instaHover.png");
}
.linkedin-icon:hover {
  content: url("../images/Comin soon/linkedHover.png");
}

.pText {
  font-weight: 400;
  font-style: italic;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 1.2px;
  width: 70%;
  color: #755df0;
}

/* ===== Responsive ===== */
@media (min-width: 1440px) {
 .underLine{
  width: 100% !important;
 }
 .headTextCooming {
    width: 100% !important;

 }
 .pText{
    width: 100% !important;

 }
 .leftSite{
  width: 40% !important;
 }
}
@media (max-width: 1440px) {
  .underLine{
  width: 100% !important;
 }
 .headTextCooming {
    width: 100% !important;

 }
 .pText{
    width: 100% !important;

 }
  .leftSite{
  width: 50% !important;
 }
}
.rightSite img {
  max-width: 100%;
  height: auto;
}

.input-group {
  flex-wrap: wrap;
}

.input-group input {
  flex: 1;
  min-width: 200px;
}

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

.copyright-text p {
  font-size: 14px;
  text-align: center;
}

/* Tablet */
@media (max-width: 992px) {
  .comingSoon {
  flex-wrap: wrap;
      flex-direction: column-reverse;
  gap: 3rem;

}
 .leftSite{
  width: 100% !important;
 }


  .pText {
    font-size: 18px;
  }
  .comingSoon {
    justify-content: center;
    text-align: center;
    margin: 50px 0;
  }
  .leftSite {
    text-align: center;
  }
  .input-group {
    width: 100% !important;
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  h4.fs-3_5rem {
    font-size: 1.8rem !important;
    width: 100% !important;
  }
  .pText {
    font-size: 16px;
    width: 100%;
  }
  .copyright-text p {
    font-size: 12px;
  }
  .container-fluid.d-flex {
    flex-direction: column-reverse;
    gap: 3rem;
    text-align: center;
  }
}
 /*  */
.project-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 80px !important;

  padding-top: 50px;
}

.info-left {
  display: flex;
  gap: 80px;
  padding-right: 60px;
}

.info-right {
  width: 55%;

  color: #373777;
  line-height: 1.7;
}

.info-block h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #373777;

  margin-bottom: 20px;
}

.info-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #373777;
  margin-bottom: 10px;
}

.info-right p {
  font-weight: 400;
}

/* key */

.keyVisuals {
  margin-top: 50px;
  margin-bottom: 50px;
}

.keyVisuals h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #373777;

  margin-bottom: 60px;
}

.keyVisuals h3 > span {
  font-weight: 400;
  font-size: 16px;
}

.fs-3_5rem {
  width: 45%;
}

.cardImgs , .cardImgsApplications{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px 0;
}
.cardImgsApplications img {
  width: 100%;
  height: 400px;
}

.cardImgsSocial {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 50px 0;
}

.MainVideo {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 50px 0;
}

.MainVideo img {
  width: 100%;
  object-fit: cover;
}

.cardImgs img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.cardImgs img,
.cardImgsSocial img,
.cardSocial img,
.MainVideo img {
  height: auto;
}
.Alternatives .cardImgsSocial{
 display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;

}
.Alternatives .cardImgsSocial img{
  flex: 1 1 calc(25% - 20px); /* 4 صور في الصف مع فراغات */
  object-fit: none;
  height: 150px;

}

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

.cardSocial img,
.cardImgsSocial img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
  .cash4 img{
  width: 100%;
  height: 400px;
  object-fit: none;
}
.LogoColored {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LogoColored img {
  width: 459.79248046875px;
  height: auto;
  object-fit: cover;
}



.video-js {
  width: 80vw;
  border: none !important;
  margin-top: -280px !important;
  transition: transform .5s ease-in-out, width .5s ease-in-out;

  height: auto;
  background-color: transparent !important;
  object-fit: cover;
}
.video-js.scaled {
  width: 100vw;
  height: 746px;

  transform: scale(1.171);
  object-fit: cover;

}
.textCareerHeader {
  width: 70%;
  font-size: 32px;
  font-weight: 900 !important;
  text-transform: uppercase;
  line-height: 1.4;
}

.textCareerHeaderRight {
  width: 60%;
}

.listPoriect {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
}

.textCareer > span {
  color: var(--bs-info);
}


.paddingRound {
  padding-bottom: 6rem !important;
}

/* icons-section */

.icons-section h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #1e3a8a; /* لون أزرق غامق */
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
  margin-top: 50px;
}

.icons-grid img {
  width: 50px;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.icons-grid img:hover {
  transform: scale(1.2);
}

/* gridIcons */
.gridIcons {
  justify-content: space-between;
}
.gridIcons .rightSide {
  width: 40%;
}

.icon-gridSide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.gridIcons .icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  margin: 0;
}

@media (max-width: 1500px){
  .cash4 img{
 width: auto;

 object-fit: none;
}
}
@media (max-width: 1024px) {
  .project-info {
    flex-wrap: wrap !important;
    gap: 40px;
  }

  .info-left {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .info-right {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cardImgs {
    grid-template-columns: 1fr;
    /* from 2 → 1 */
  }

  .cardImgs img,
  .cardImgsSocial img,
  .cardSocial img {
    object-fit: contain;
    height: auto;
  }

  .cardImgsSocial {
    grid-template-columns: repeat(2, 1fr);
    /* from 4 → 2 */
  }

  .cardSocial {
    grid-template-columns: repeat(2, 1fr);
    /* from 3 → 2 */
  }

  .CareerSection {
    flex-wrap: wrap !important;
  }

  .leftSideCareer,
  .rightSideCareer,
  .textCareer,
  .textCareerHeader {
    width: 100% !important;
  }

  .bgVideo {
    height: 50vh !important;
    margin-bottom: 0 !important;
  }

  .video-js {
    height: 50vh;
  }
}


@media (max-width: 600px) {
  .cardImgs,
  .cardImgsSocial,
  .cardSocial {
    grid-template-columns: 1fr;
    /* all become 1 column */
  }

  .LogoColored img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .info-left {
    gap: 40px;

    width: 100% !important;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .paddingRound {
    padding-bottom: 2rem !important;
    height: 40vh !important;
  }

  .video-js {
    height: 40vh;
  }

  .bgVideo {
    height: 35vh !important;
    margin-bottom: 0 !important;
  }

  .fs-3_5rem {
    width: 100% !important;
    font-size: 33px !important;
  }
}

@media (max-width: 600px) {
  .video-js {
    height: 30vh;
    margin-top: -250px !important;
  }

  .bgVideo {
    height: 30vh !important;
    margin-bottom: 0 !important;
  }
}
