@font-face {
  font-family: 'CairoSemiBold';
  src: url('../webfonts/Cairo-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../webfonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'LabradorA';
  src: url('../webfonts/LabradorA-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* preloader logo loading */
/* #preloader {
  position: fixed;
  inset: 0;
  /* background: #fff; لون الخلفية أثناء التحميل */
  /* display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader .logo-wrapper {
  width: 120px;
  height: 120px;
}

#preloader svg {
  width: 100%;
  height: 100%; */
  /* animation: spin 1.5s linear infinite; حركة دوران خفيفة */
/* } */
/* @keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
} */
/* loading */



  /* ------- NAVBAR STYLING -------- */
.navbar-brand svg{
  width: 100%;
  max-width: 120px; 
  height: auto;
}
.navbar {
  padding-top: 0;  /* قلل المسافة فوق */
  padding-bottom: 0; /* قلل المسافة تحت */
}
.transparent-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent !important;
  box-shadow: none !important;
}
.navbar-nav.text-end .nav-item .nav-link {
    color: #fff;            
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.navbar-nav.text-end .nav-item .nav-link:hover {
    color: #54C0E8;         
}
.navbar-toggler{
  background-color: #001689 !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(84,192,232,1)' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* -------- END NAVBAR STYLING -----------*/

/* -------- FOOTER STYLING ---------- */
/* .footer {
  background-color: #54C0E8; 
}

.logo-part p{
  margin: 0;
} */

/* .footer-logo {
  width: 180px; 
  max-width: 100%; 
  height: auto;    
} */

/* .footer-icons {
  width: 40px;  
  max-width: 100%; 
  height: auto;   
} */

/* .footer-item {
  margin: 0 20px;
}

.address{
  text-decoration: none;
  color: #fff;
} */



/* Main Footer Style */
.footer {
  background-color: #54C0E8;
  padding: 60px 0 30px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Logo */
.footer-logo {
  width: 170px;
  height: auto;
}

/* Text under the logo */
.footer-text {
  margin: 4px 0;
  font-size: 15px;
}

/* Social Icons (uniform white) */
.footer-icon {
  width: 28px;
  height: auto;
  /* filter: brightness(0) invert(1);  */
  opacity: 0.9;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 10px;

}

.footer-icon:hover {
  background-color: #001689;
}

/* Links */
.footer-link {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.footer-link:hover {
  opacity: 0.8;
}

/* Social icons spacing */
.footer-social {
  gap: 20px;
}

/* Bottom copyright */
.footer-bottom {
  font-size: 14px;
  opacity: 0.9;
}

/* .footer-social a {
  color: #ccc;
  font-size: 18px;
}

.footer-social a:hover {
  color: #fff;
} */

/* Footer Nav Vertical */
.footer-right .footer-nav {
  padding: 0 0 0 40%;           /* إزالة أي padding افتراضي */
  margin: 0;            /* إزالة أي margin افتراضي */
  list-style: none;     /* إزالة النقاط من ul */
  text-align: left;     /* محاذاة العناصر ناحية الشمال */
}

.footer-right .footer-nav .footer-nav-item {
  margin-bottom: 10px;  /* مسافة بين العناصر */
}

.footer-right .footer-nav .footer-nav-link {
  color: #fff;           /* لون أبيض للنصوص */
  text-decoration: none; /* إزالة underline */
  font-weight: 500;      /* وزن الخط */
  display: block;        /* مهم علشان يبقوا تحت بعض */
  /* padding-left: 5px;     مسافة بسيطة من الشمال */
}

.footer-right .footer-nav .footer-nav-link:hover {
  color: #f0f0f0;        /* لون فاتح عند hover */
  text-decoration: underline;
}

/* -------- END FOOTER STYLING ---------- */



body{
  margin: 0;
  padding: 0;
}

/* ============================
   HERO SECTION WITH VIDEO
============================ */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* ارتفاع الشاشة بالكامل */
  overflow: hidden;
}

/* الفيديو نفسه */
.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* يخلي الفيديو يملأ الإطار بدون تمدد */
  z-index: 1;
}



/* محتوى الهيرو */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* خلفية شفافة خفيفة لتوضيح النص */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* ظل خفيف فوق الفيديو */
  z-index: 1;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}

.hero-buttons {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}

.hire-btn {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #001689;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 26px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hire-btn:hover {
  background-color: #001689;
  color: #fff;
}

.contact-email {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-family: 'Playfair Display', serif;
}

/* ============================
   WHAT I DO SECTION
============================ */

.services-section {
  padding: 30px 0;
  text-align: center;
}

.section-subtitle {
  color: #005;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.section-line {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #002b5b; /* نفس لون العنوان */
  margin: 0 auto 10px auto;
}

.section-title {
  font-size: 2.9rem;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: 'Playfair Display', serif;
}

/* ============================
   SERVICES SECTION
============================ */


.services-scroll {
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff; /* ممكن تغير حسب التصميم */
}

.services-track {
    display: flex;
}

/* .services-track:hover {
    animation-play-state: paused;
} */

.service-card {
    flex: 0 0 auto;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    text-align: start;
    width: 220px; /* ممكن تعدل حسب التصميم */
    margin-right: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.service-card .icon {
    width: 100px;
    height: 100px;
    margin: 0 0 15px;
}

.service-card .icon img {
    width: 100%;
    height: 100%;
}
.card-services-title{
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}
.crad-services-para{
  font-family: 'Playfair Display', serif;
}


/* ============================
    LATEST PROJECTS SECTION
============================ */



.portfolio-section {
  width: 80%;
  margin: 0px auto 50px;
  text-align: center;
}

/* .section-title {
  font-size: 28px;
  margin-bottom: 25px;
} */

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
}

.portfolio-track {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.portfolio-track::-webkit-scrollbar {
  display: none;
}

.project-card {
  flex: 0 0 auto;
  width: 240px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
}
.project-card a.project-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.project-card img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.project-card.up {
  transform: translateY(-20px);
}

.project-card.down {
  transform: translateY(20px);
}
.project-card h3{
	font-size: 1.2rem;
}

.project-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.category {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  z-index: 10;
}

.scroll-btn:hover {
  opacity: 1;
}

.left-btn {
  left: 0;
}

.right-btn {
  right: 0;
}


/* ============================
    LIGHTBOX SECTION
============================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  pointer-events: none; /* ✅ يمنع التفاعل وهي مخفية */
  transition: opacity 0.3s ease; /* ✅ انتقال ناعم عند الظهور */
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto; /* ✅ تسمح بالتفاعل بعد الظهور */
}

.lightbox-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
}

.lightbox img {
  width: auto;
  max-width: 100%;
  max-height: 90vh; /* ✅ تمنع الالتصاق بالأسفل */
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.4s ease; /* ✅ انتقال ناعم عند التبديل */
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.lightbox button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #fff;
  border: none;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  opacity: 0.7;
}

.lightbox button:hover {
  opacity: 1;
}

.prev { left: 0; }
.next { right: 0; }



/* ===== Testimonials Section ===== */
.testimonials {
  background-color: #0a2aa4;
  color: #fff;
  padding: 80px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.quote-text h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}

.client-quote {
  max-width: 450px;
}

.client-quote p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}

.client-quote h4 {
  margin: 0;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}

.client-quote span {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}

/* ===== News Section ===== */
.news-section {
  text-align: center;
  padding: 80px 10%;
  background: #fff;
}

.section-header h5 {
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
}

.section-header h2 {
  font-size: 32px;
  margin: 10px 0 40px;
  font-weight: 700;
}

.news-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.news-card {
  width: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


.news-image-wrapper {
  position: relative;
}

.news-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}


.date-badge {
  background: #0a2aa4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-bottom-left-radius: 8px;
}

.date-badge span {
  font-size: 12px;
  display: block;
  opacity: 0.9;
}

.news-body {
  padding: 5px 20px 20px 5px;
  text-align: left;
}

.news-body .author {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.news-body h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #111;
}

.news-body .excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  font-size: 13px;
  color: #0a2aa4;
  text-decoration: none;
  font-weight: bold;
}



/* CLIENTS LOGOs */
/* 
.client-logos {
  background: #fff;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.logos-slide {
  display: flex;
  gap: 60px;
  animation: scroll 20s linear infinite;
}

.logos-slide img {
  height: 60px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logos-slide img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
} */

.clients-section {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 0px 0 60px;
}

/* .section-title {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #222;
} */

.logos-wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.logos-track {
  display: flex;
  gap: 110px;
  align-items: center;
  white-space: nowrap;
}

.logos-track img {
  width: auto;
  height: 70px;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logos-track img.little {
  width: auto;
  height: 100px;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logos-track img.big {
  width: auto;
  height: 50px;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logos-track img:hover {
  /* filter: grayscale(0); */
  opacity: 1;
  transform: scale(1.05);
}




/* blog-page */
.news-card-main {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card-main:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


/* PAGINATION */
.pagination-wrapper .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #001689;
  border-radius: 6px;
}

.pagination-wrapper .current {
  background: #001689;
  color: #fff;
  border-color: #001689;
}




.about-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content {
  background-color: transparent; /* شفاف */
  color: white;
  width: 70%;
  height: 70vh; /* خليه أصغر شوية من الشاشة */
  overflow-y: auto; /* هنا السكرول */
  scrollbar-width: none; /* يخفي الاسكرول في Firefox */
  -ms-overflow-style: none;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.about-section {
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}

.about-section-first-item {
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}

.about-section-second-item {
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}

.about-section-third-item{
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  padding: 0 15px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
}
.creative-text-container{
  flex: 1;
}
.creative-design-text{
  margin: 0;
  line-height: 1.2;

}
.about-page .about-content .about-section-third-item .creative-text-container h2.creative-design-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 6vw;
  line-height: 0.9;
}

.about-page .about-content .about-section-third-item .creative-text-container h2.creative-design-title span.design{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 6vw;

}

.about-section-third-item .creative-icon-controller{
  display: flex;
  justify-content: end;
}
.about-section-third-item svg{
  width: 75%;
  max-width: 260px;
  vertical-align: middle;
}

.creative-design-text{
  width: 75%;
}

.about-section-third-item svg path{
  fill: #fff;
}

/* printing services */

.about-section-fourth-item{
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  padding: 0 15px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
.printing-text-container{
  flex: 1;
}
.printing-text{
  margin: 0;
  line-height: 1.1;
  width: 90%;

}
.about-page .about-content .about-section-fourth-item .printing-text-container h2.printing-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 5vw;
  line-height: 0.9;
}

.about-page .about-content .about-section-fourth-item .printing-text-container h2.printing-title span.services-printing{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 5vw;

}

.about-section-fourth-item .printing-icon-controller{
  display: flex;
  justify-content: end;
}
.about-section-fourth-item svg{
  width: 75%;
  max-width: 260px;
  vertical-align: middle;
}


.about-section-fourth-item svg path{
  fill: #fff;
}







@media (max-width: 767px) {
  .about-content {
    height: 66vh;
  }
}

.about-content::-webkit-scrollbar {
     display: none; /* يخفي الاسكرول في Chrome و Safari */
    }
.about-page h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 150px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0;  
  padding: 0;
}

.about-page h1 span{
    position: absolute;
    left: -5px;
    top: 130px;
    font-size: 105px;
}

.about-page .about-content .about-text{
    color: #fff;
    position: absolute;
    left: 150px;
    line-height: 1.5;
    top: 150px;
    text-align: left;
}
.about-page .about-content .about-text-container{
  position: relative;
  display: inline-block;
  width: max-content;
}



@media (max-width: 768px) {
  .about-page h1 {
    font-size: 70px;
  }

  .about-page h1 span {
    top: 60px;
    font-size: 42px;
  }

  .about-page .about-content .about-text {
    font-size: 13px;
    line-height: 1.2;
    left: 60px; /* بدل 150px */
    top: 70px; /* أقرب شوية للعناوين */
    width: 80%; /* نخلي العرض أكبر شوية */
  }

  /* responsive for design creative*/

  .about-section-third-item .creative-icon-controller{
  display: flex;
  justify-content: center;
}

  .about-section-fourth-item .printing-icon-controller{
  display: flex;
  justify-content: center;
}
.about-section-fifth-item .website-icon-controller {
    display: flex;
    justify-content: center;
}
.about-section-sixth-item .digital-marketing-icon-controller {
    display: flex;
    justify-content: center;
}





}

@media (max-width: 467px) {

  .creative-design-text{
    font-size: 4vw;
    width: 100%;
  }

}

/* 📱📱 موبايلات صغيرة جدًا */
@media (max-width: 480px) {
  .about-page h1 {
    font-size: 40px;

  }


  .about-page .about-content .about-text {
    position:relative;
    font-size: 14px;
    line-height: 1.2;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0;
  }

  .about-page .about-content .about-text-container{
  position: relative;
  display: inline-block;
  text-align: center;
  width: auto;
}

.about-section-first-item {
  scroll-snap-align: start;
  flex: 0 0 100%;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-page h1#about-title {
    font-size: 34px;
    padding-right: 34px;
    
  }

.about-page .about-content .our-services-container{
  position: relative;
  display: inline-block;
  text-align: center;
}

.about-section-second-item {
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-page .about-content .about-section-second-item .our-services-container h2.our-services{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 90px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 0.6;
    margin: 0;
}
.about-page .about-content .our-services-container h2.our-services span.services{
    font-size: 43px;
    position: static;
  }

  


}


.about-page .about-content h2.our-services{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 150px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0;  
}

.about-page .about-content h2 span.services{
    position: absolute;
    left: 0;
    top: 130px;
    font-size: 90px;
}


.about-section svg{
  position: relative;
  top:50px;
  width: 300px;
  height: auto;
}

.about-section svg path{
  fill: #fff;
}




.about-section-fifth-item{
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  padding: 0 15px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
.website-text-container{
  flex: 1;
}
.website-text{
  margin: 0;
  line-height: 1.2;
  width: 90%;

}
.about-page .about-content .about-section-fifth-item .website-text-container h2.website-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 5vw;
  line-height: 0.9;
}

.about-page .about-content .about-section-fifth-item .website-text-container h2.website-title span.design-development{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 5vw;

}


.about-section-fifth-item .website-icon-controller{
  display: flex;
  justify-content: end;
}
.about-section-fifth-item svg{
  width: 75%;
  max-width: 260px;
  vertical-align: middle;
}


.about-section-fifth-item svg path{
  fill: #fff;
}

@media (max-width: 768px){
  .about-section-fifth-item .website-icon-controller {
    display: flex;
    justify-content: center;
}
}








/* digital marketing */


.about-section-sixth-item{
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  padding: 0 15px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
.digital-marketing-text-container{
  flex: 1;
}
.digital-marketing-text{
  margin: 0;
  line-height: 1.2;
  width: 90%;

}
.about-page .about-content .about-section-sixth-item .digital-marketing-text-container h2.digital-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 5vw;
  line-height: 0.9;
}

.about-page .about-content .about-section-sixth-item .digital-marketing-text-container h2.digital-title span.marketing{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 5vw;

}

.about-section-sixth-item .digital-marketing-icon-controller{
  display: flex;
  justify-content: end;
}
.about-section-sixth-item svg{
  width: 75%;
  max-width: 260px;
  vertical-align: middle;
}



.about-section-sixth-item svg path{
  fill: #fff;
}

@media (max-width: 768px){
.about-section-sixth-item .digital-marketing-icon-controller {
    display: flex;
    justify-content: start;
}
}



/*CORPORATE & PROMOTIONAL GIFTS */


.about-section-seventh-item{
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  padding: 0 15px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
.corporate-text-container{
  flex: 1;
}
.corporate-text{
  margin: 0;
  line-height: 1.2;
  width: 90%;

}
.about-page .about-content .about-section-seventh-item .corporate-text-container h2.corporate-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 5vw;
  line-height: 0.9;
}

.about-page .about-content .about-section-seventh-item .corporate-text-container h2.corporate-title span.promotional{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 5vw;

}

.about-section-seventh-item .corporate-icon-controller{
  display: flex;
  justify-content: end;
}
.about-section-seventh-item svg{
  width: 75%;
  max-width: 260px;
  vertical-align: middle;
}

.about-section-seventh-item svg path{
  fill: #fff;
}

@media (max-width: 768px){
.about-section-seventh-item .corporate-icon-controller {
    display: flex;
    justify-content: start;
}
}




/* why-choose-us */



.about-section-eighth-item{
  scroll-snap-align: start;
  height: 100%; /* طول السكشن يساوي طول الكونتينر */
  display: flex;
  padding: 0 15px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}
.why-choose-text-container{
  flex: 1;
}
.why-choose-text{
  margin: 0;
  line-height: 1.2;
  width: 90%;

}
.about-page .about-content .about-section-eighth-item .why-choose-text-container h2.why-choose-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 5vw;
  line-height: 0.9;
}

.about-page .about-content .about-section-eighth-item .why-choose-text-container h2.why-choose-title span.why{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 5vw;

}

.about-section-eighth-item .why-choose-icon-controller{
  display: flex;
  justify-content: end;
}
.about-section-eighth-item svg{
  width: 75%;
  max-width: 260px;
  vertical-align: middle;
}


.about-section-eighth-item svg path{
  fill: none;
  stroke: #fff;
  stroke-width: 10;
}

@media (max-width: 768px){
.about-section-eighth-item .why-choose-icon-controller {
    display: flex;
    justify-content: start;
}
}
@media (max-width: 467px) {

  .why-choose-text{
    font-size: 4vw;
  }
  .about-page .about-content .about-section-eighth-item .why-choose-text-container h2.why-choose-title span.why {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 9vw;
}
.about-page .about-content .about-section-eighth-item .why-choose-text-container h2.why-choose-title span.why {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 9vw;
}
}
@media(max-width: 520px){
  .about-section-eighth-item svg {
    width: 75%;
    max-width: 200px;
    vertical-align: middle;
}

.about-section-eighth-item {
    scroll-snap-align: start;
    height: 100%;
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
}








  
