/*========================
        fonts
  ========================*/
@font-face {
  font-family: 'Almarai-Regular';
  src: url(../fonts/Almarai-Regular.ttf);
}

@font-face {
  font-family: 'Almarai-Bold';
  src: url(../fonts/Almarai-Bold.ttf);
}

@font-face {
  font-family: 'Almarai-Light';
  src: url(../fonts/Almarai-Light.ttf);
}

@font-face {
  font-family: 'Almarai-ExtraBold';
  src: url(../fonts/Almarai-ExtraBold.ttf);
}

/*========================
        global
  ========================*/
:root {
  --font-Regular: 'Almarai-Regular';
  --font-bold: 'Almarai-Bold';
  --font-light: 'Almarai-Light';
  --font-extraBold: 'Almarai-ExtraBold';
  --primary-color: #156E83;
  --circle-color: #388395;
  --secondary-color: #F28C38;
  --third-color: #fdffff;
  --font-color: #5A5B5B;
  --brand-color: #141414;
  --forth-color: #e6f1f3;
  --fifth-color: #FCF4EC;
  --card-color: #E7EDED;
  --cont-color: #f8fafa;
  --foot-color: #d7dcdc;
  --lock-footer: #B5B9B9;
  --bg-color: #F8F7ED;
  --serv-color: #CAA64B33;
  --servi-color: #CAA64B;
  --arda-color: #469644;
  --info-color: #EBF5ED;
  --gold-color:#916126;
  --text-color: #F2F0EA;
  --orang-color: #FB7428;
  --person-color: #B8D4DA;
  --main-shadow: 0 8px 24px rgba(112, 144, 176, 0.12);
  --font-12: 12px;
  --font-14: 14px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-20: 20px;
  --font-24: 24px;
  --font-32: 32px;
  --font-44: 44px
}

.fw-Regular {
  font-family: var(--font-Regular) !important;
}

.fw-bold {
  font-family: var(--font-bold) !important;
}

.fw-light {
  font-family: var(--font-light) !important;
}

.fw-extraBold {
  font-family: var(--font-extraBold) !important;
}
.filter-primary {
    filter: brightness(0) saturate(100%) invert(55%) sepia(11%) saturate(1024%) hue-rotate(72deg) brightness(91%) contrast(87%);
}
.filter-gold {
    filter: brightness(0) saturate(100%) invert(43%) sepia(84%) saturate(533%) hue-rotate(353deg) brightness(94%) contrast(92%);
}
.filter-accent {
    filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(1805%) hue-rotate(344deg) brightness(101%) contrast(97%);
}
.filter-info{
filter: invert(57%) sepia(83%) saturate(2500%) hue-rotate(-5deg) brightness(105%) contrast(101%);
}
.filter-white {
  filter: brightness(1.1) contrast(1.1);
}
.filter-green{
  filter: invert(35%) sepia(53%) saturate(690%) hue-rotate(146deg) brightness(92%) contrast(92%);
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden !important;
  font-family: var(--font-Regular);
  direction: rtl;
  background: #fffbf7;
  margin: 0;
  padding: 0;
}

body.no-scroll {
  overflow: hidden;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.6);
}
a {
  text-decoration: none;
}

h3 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*========================
        text
  ========================*/
.text-primary {
  color: var(--primary-color) !important;
}

.text-circle {
  color: var(--circle-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-third {
  color: var(--third-color) !important;
}

.text-font {
  color: var(--font-color) !important;
}

.text-brand {
  color: var(--brand-color) !important;
}

.text-forth {
  color: var(--forth-color) !important;
}

.text-foot {
  color: var(--foot-color) !important;
}

.text-lock {
  color: var(--lock-footer) !important;
}

.text-servi {
  color: var(--servi-color) !important;
}
.text-arda{
  color: var(--arda-color) !important;
}
.text-gold{
  color: var(--gold-color) !important;
}
.text-orang{
  color: var(--orang-color) !important;
}
.text-person{
  color: var(--person-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-third {
  background-color: var(--third-color) !important;
}

.bg-card {
  background-color: var(--card-color) !important;
}
.bg-forth{
  background-color: var(--forth-color) !important;
}
.bg-fifth {
  background-color: var(--fifth-color) !important;
}

.bg-cont {
  background-color: var(--cont-color) !important;
}

.bg-circle {
  background-color: var(--circle-color) !important;
}

.bg-colors {
  background-color: var(--bg-color) !important;
}
.bg-arda{
  background-color: var(--arda-color) !important;
}
.bg-info{
  background-color: var(--info-color) !important;
}
.bg-gold{
  background-color: var(--gold-color) !important;
}
.bg-photo{
  background-color: var(--bg-color) !important;
}
.bg-text{
  background-color: var(--text-color) !important;
}
.bg-orang{
  background-color: var(--orang-color) !important;
}
.bg-servi{
  background-color: var(--servi-color) !important;
}
.border-serv {
  border: 1px solid var(--serv-color);
}

.border-primary {
  border: 1px solid #156e83 !important;
}

.border-arda {
  border: 3px solid #469644 !important;
}

.border-photo {
  border: 3px solid #916126 !important;
}

.border-shilat {
  border: 3px solid #fb7428 !important;
}

.border-card {
  border: 1px solid var(--card-color);
}

.main-card {
  box-shadow: var(--main-shadow);
}

.dots-icon {
  filter: brightness(0);
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  outline: none !important;
}

.outline-0 {
  outline: 0;
}

.brand-image {
  padding: 0 8px;
}

.custom-shadow {
  box-shadow:
    0px 4px 20px rgba(21, 110, 131, 0.2),
    0px 8px 30px rgba(21, 110, 131, 0.5);
}

.stars-icon {
  position: absolute;
}
.video .buttons .active{
  background: var(--primary-color);
  color: var(--third-color) !important;
  padding: 10px 20px;
  border-radius: 40px;
}
.video .buttons a:hover{
   background: var(--secondary-color);
  color: var(--third-color) !important;
  padding: 10px 20px;
  border-radius: 40px;
}

/* الإعدادات الأساسية للنجمة الموحدة */
/* تنسيق الحاوية للـ Input والـ Label */
.input-group-custom {
    direction: rtl;
}

/* جعل الـ Label يظهر كأنه placeholder حقيقي ومحاذاته على اليمين */
.custom-placeholder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d; /* لون رمادي يشبه البليس هولدر الافتراضي */
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px; /* مسافة ثابتة وصغيرة بين الكلمة والنجمة */
}
.custom.phone {
    position: absolute;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d; /* لون رمادي يشبه البليس هولدر الافتراضي */
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px; /* مسافة ثابتة وصغيرة بين الكلمة والنجمة */
}
/* تنسيق النجمة الحمراء لتكون ملاصقة للكلمة تماماً */
.required-star {
    color: #dc3545 !important;
    font-weight: bold;
}

/* اختفاء الـ Label (الكلمة والنجمة معاً) بمجرد الكتابة أو الـ Focus */
.custom-input:focus ~ .custom-placeholder,
.custom-input:not(:placeholder-shown) ~ .custom-placeholder {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(10px); /* بتتحرك يمين شوية وهي بتختفي */
}

/* تنسيق خاص بنجمة الـ Select لأن التيكست بتاعه مبيختفيش */
.required-star-select {
    position: absolute;
    right: 90px; /* تظبيط مكانها جنب كلمة إختر الخدمة بالظبط */
    top: 50%;
    transform: translateY(-50%);
    color: #dc3545 !important;
    font-weight: bold;
    pointer-events: none;
    transition: all 0.2s;
}

/* إخفاء نجمة السلكت عند اختيار خدمة صالحة */
.custom-select:focus + .required-star-select,
.custom-select:valid + .required-star-select {
    opacity: 0;
    visibility: hidden;
}

/* التأكيد على محاذاة النصوص */
.custom-input, .custom-select {
    text-align: right;
    direction: rtl;
}


.service-card p {
    overflow-wrap: break-word;
    word-break: break-word;
}
/* .required-star {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  z-index: 1;
    color: red !important;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;
    transition: 0.2s;
}


.custom-input:not(:placeholder-shown) + .required-star {
    opacity: 0;
    visibility: hidden;
}

.required-star{
    transition: .2s;
}
.required-star.all-name{
  left: 25%;
    top: 13%;
}
.required-star.phone{
  top: 23%;
    right: 89%;
}
.required-star.emile{
  top: 20%;
}
.required-star.emile {
    top: 36%;
    left: 26%;
}
.required-star.select{
  left: 78%;
}
select:valid + .required-star{
    opacity: 0;
    visibility: hidden;
} */
/*========================
        font-size
  ========================*/
.fs-12 {
  font-size: var(--font-12);
}

.fs-14 {
  font-size: var(--font-14);
}

.fs-16 {
  font-size: var(--font-16);
}
.font-17 {
  font-size: var(--font-17);
}
.fs-18 {
  font-size: var(--font-18);
}

.fs-20 {
  font-size: var(--font-20);
}

.fs-24 {
  font-size: var(--font-24);
}
.fs-32{
  font-size: var(--font-32);
}
.fs-44 {
  font-size: var(--font-44);
}

/*========================
        Spaces
  ========================*/
.w-4 {
  width: 4px;
}

.w-50 {
  width: 50px;
}
.h-70{
  height: 70px;
}
.h-50 {
  height: 50px;
}
.h-48{
  height: 48px;
}
.w-48{
  width: 48px;
}
.h-10 {
  height: 10px;
}
.w-80{
  width: 80px;
}
.h-80{
  height: 80px;
}
.w-125{
  width: 125px;
}
.h-346 {
  min-height: 346px;
  height: 100%;
}

.h-400 {
  min-height: 400px;
  height: 100%;
}

.h-640 {
  height: 640px;
  object-fit: contain;
}

.pb-100 {
  padding-block: 100px;
}

.pl-150 {
  padding-left: 150px;
}
.pt-10{
  padding-top: 10px;
}
.p-t20 {
  padding-top: 20px;
}

.p-32 {
  padding-inline: 32px;
}

.w-32 {
  width: 32px;
}

.h-32 {
  height: 32px;
}

.w-60 {
  width: 60px;
}

.h-60 {
  height: 60px;
}

.p-36 {
  padding-block: 36px;
}
.p-20{
  padding-block: 20px;
}
.p-40 {
  padding-block: 40px;
}

.p-48 {
  padding-top: 48px;
}
.mt-30{
  margin-top: -30px;
}
.mto-3{
  margin-top: 3px !important;
}
.mp-3 {
  margin-bottom: 3px;
}

.mp-5 {
  margin-bottom: 5px;
}
.mr-10{
  margin-right: 10px;
}
.p-24 {
  padding-block: 24px;
}

.p-17 {
  padding-block: 17px;
}

.pr-10 {
  padding-right: 10px
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-40 {
  padding-left: 40px;
}

.p-60 {
  padding-block: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}
.mt-50{
  margin-top: 50px;
}
.p50 {
  padding-block: 50px;
}
.p100{
padding-block: 100px;
}
.p-115 {
  padding-block: 115px;
}

.lh-150 {
  line-height: 150%;
}

.radius {
  border-radius: 200px;
}

.w-120 {
  width: 120px;
}

.w-24 {
  width: 24px;
}

.g-5 {
  gap: 5px;
}
.h-195{
  height: 195px;
}
.g-8 {
  gap: 8px;
}
.mt-40{
  margin-top: -40px;
}
.g-12 {
  gap: 12px;
}

.g-16 {
  gap: 16px;
}

.g-20 {
  gap: 20px;
}

.g-24 {
  gap: 24px;
}

.py-80 {
  padding-block: 80px;
}

.r-20 {
  border-radius: 20px;
}

.r-24 {
  border-radius: 24px;
}

.r-60 {
  border-radius: 60px;
}

.r-28 {
  border-radius: 28px;
}

.r-32 {
  border-radius: 32px;
}
.img-end img{
  width: 200px;
 
}
/*========================
        Uper-nav
  ========================*/
.circle {
  width: 32px;
  height: 32px;
  background-color: var(--circle-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}

.circle:hover {
  background-color: var(--secondary-color);
}

/*========================
        hover
  ========================*/
.read-more-btn {
  transition: all 0.4s ease;
}

.read-more-btn a {
  transition: all 0.4s ease;
}

.read-more-btn img {
  transition: all 0.4s ease;
}

.read-more-btn:hover {
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
}

.read-more-btn:hover a {
  color: #fff !important;
}

.read-more-btn:hover img {
  filter: brightness(0) invert(1);
}

.read-more:hover a {
  background-color: var(--secondary-color) !important;
  border: none !important;
  color: #fff !important;
}

.custom-btn {
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color) !important;
  color: #fff !important;
  /* transform: translateY(-3px); */
}

.custom-btn:hover img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.social-icon {
  transition: background-color 0.3s ease;
}

.social-icon img {
  transition: filter 0.3s ease;
}

.social-icon:hover {
  background-color: var(--secondary-color) !important;
}

.social-icon:hover img {
  filter: brightness(0) invert(1);
}

.order-btn {
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.order-btn img {
  transition: all 0.3s ease;
}

.order-btn:hover {
  background-color: var(--primary-color) !important;
  /* border: 1px solid var(--secondary-color); */
}

.view-link {
  transition: all 0.3s ease;
}

.view-link img {
  transition: all 0.3s ease;
}

.view-link:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.view-link:hover img {
  filter: brightness(0) invert(1);
}


.send-icon {
  transition: all 0.4s ease;
}

.send-icon a {
  transition: all 0.4s ease;
}

.send-icon img {
  transition: all 0.4s ease;
}

.send-icon:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.send-icon:hover img {
  filter: brightness(0) invert(1);
}
.contact-numper {
  transition: all 0.4s ease;
}

.contact-numper:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.contact-numper:hover p,
.contact-numper:hover span {
  color: #fff !important;
}

.contact-numper:hover .number img {
  filter: brightness(0) invert(1);
}

.custom-more {
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}

.custom-more:hover {
  background-color: var(--secondary-color);

  color: #fff !important;

}

.custom-more:hover img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.comp {
  transition: all 0.3s ease;
}

.comp:hover {
  background-color: var(--secondary-color) !important;
}

.comp-second {
  transition: all 0.3s ease;
}

.comp-second:hover {
  background-color: var(--primary-color) !important;
}

.ordar {
  transition: all 0.3s ease;
}

.ordar:hover {
  background-color: var(--primary-color) !important;

}

.ordar:hover a {
  color: var(--third-color);
}
/* الحالة الافتراضية للأيقونة */
.music-hover-icon {
    transition: all 0.3s ease-in-out; /* عشان الألوان تتغير بنعومة تامة */
    cursor: pointer;
}

.music-hover-icon img {
    transition: all 0.3s ease-in-out; /* تنعيم حركة تحول لون الصورة */
}

/* تأثير الهوفر */
.music-hover-icon:hover {
    background-color: #e58e26 !important;
    cursor: pointer; /* تلوين الخلفية بالبرتقالي */
}

/* تحويل السهم/الأيقونة الـ SVG للأبيض بالملي عند الهوفر */
.music-hover-icon:hover img {
    filter: brightness(0) invert(1) !important;
    cursor: pointer;
}
.icon-hover-effect {
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-hover-effect img {
    transition: all 0.3s ease;
}

.icon-hover-effect:hover {
    background-color: #e58e26 !important;
}

.icon-hover-effect:hover img {
    filter: brightness(0) invert(1);
}
/*---------------nav---------*/
#navLinks a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

#navLinks a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--secondary-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 200px;
}

#navLinks a:hover::before {
  opacity: 1;
}

#navLinks a:hover {
  color: #fff !important;
}
/* Hover فقط للغير active */
/*--------foter-hover--------*/
.list-area a {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Hover color */
.list-area a:hover {
  color: var(--primary-color) !important;
}
.list-area a i {
  transition: transform 0.3s ease;
}

/* تحريك الأيقونة */
.list-area a:hover i {
  transform: translateX(-5px);
}

/*-----------*/
.footer-primary {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* النص */
.footer-primary h2 {
  transition: color 0.3s ease;
}

/* الأيقونة */
.footer-primary img {
  transition: all 0.3s ease;
}

/* Hover state */
.footer-primary:hover h2 {
  color: var(--primary-color) !important;
}

.footer-primary:hover img {
  filter: brightness(0) saturate(100%) invert(1);
  transform: translateX(-3px);
}


.emaill input.form-control::placeholder {
  color: var(--text-third) !important;
  opacity: 1;
}
.emaill input::placeholder {
  color: var(--text-third);
  opacity: 1;
}

.emaill input::-webkit-input-placeholder {
  color: var(--text-third);
}

.emaill input::-moz-placeholder {
  color: var(--text-third);
}

.emaill input:-ms-input-placeholder {
  color: var(--text-third);
}
.emaill input {
  background: transparent !important;
}
/*========================
        nav
  ========================*/
.navbar {
  transition: all 0.3s ease;
  background: transparent;
  z-index: 1000;
  /* top: 80px; */
}

.navbar.scrolled {
  background: rgba(23, 77, 90, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: none;
}

.navbar .nav-item {
  padding-inline: 20px;
}

.navbar .nav-item .nav-link.active {
  background: var(--circle-color) !important;
  border: 1px solid #388395;
  border-radius: 200px;
  padding: 10px 15px;
}

.icon-circle {
  transition: all 0.4s ease;
  cursor: pointer;
}

.icon-circle:hover {
  background-color: var(--secondary-color);
  /* transform: scale(1.08); */
}

.custom-btn {
  transition: all 0.4s ease;
}

.custom-btn:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.search-box {
    width: 200px;
    transition: 0.3s;
}

.search-box input {
    height: 40px;
}
/* الحالة العادية */
#navgate {


  z-index: 10;
  transition: all 0.3s ease;
}

/* لما يضاف الكلاس أثناء التمرير */
.mainNavbar {
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* علشان يطلع فوق كل العناصر */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* ظل بسيط لو حبيت */
}

/*-------------*/
.dropdown-custom .dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 290px;
  border: 1px solid #ddd;
  z-index: 1000;
  transition: all 0.3s ease;
  border-top: 1px solid var(--perf-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
     transform-origin: top center;
     inset-inline-start: 0;
}   

.dropdown-custom:hover .dropdown-menu-custom {
  display: block;
}
.dropdown-custom .dropdown-link{
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.dropdown-custom .dropdown-link:hover {
  background-color: var(--secondary-color);
  color: #FFf !important;
  border-radius: 200px;
}
/*----video-----*/
.hero-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 9;
  overflow: hidden;
  margin-inline: 20px;
  border-bottom-left-radius: 100px;
  height: 800px;
  background-color: #141414;
  margin-top: 80px;
}

.video-embed-wrap {
  padding-inline: 20px;
}
.rotate-down {
    transform: rotate(180deg);
}
/*========================
     pagination-custom
  ========================*/
.swiper-swip {}

/* .swiper-swip .swiper-slide .brand-image{
    width: 100%;
  }
  .swiper-swip .swiper-slide .brand-image img{
    width: 186px;
  } */




  .pagination-custom .page-number{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
}
.pagination-custom .page-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
}
.pagination-custom .page-number.active {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
}

.pagination-custom .page-number:hover,
.pagination-custom .page-btn:hover {
    border-color: var(--primary-color);
    color: var(--brand-color);
}
/*========================
       about
  ========================*/
.img-stack {
  position: relative;
}

.img-top {
  position: relative;
  z-index: 2;
}

.img-bottom {
  position: absolute;
  bottom: -50px;
  right: -5px;
  z-index: 10;
}

.img-icon {
  position: absolute;
  bottom: 53%;
  right: 11%;
  z-index: 2;
}

/*========================
      our services
========================*/
/* .our-services {
  background-image: url(../img/landing/serv.png), url(../img/landing/star-serv.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left 50px;
} */

.our-services {
    background-image:  url(../img/landing/star-serv.png);
    background-repeat: no-repeat;
    background-position: left 155px bottom 10px;
}

.our-services .image {
  bottom: 60%;
  width: 100%;
}

.our-services .image img {
  object-fit: contain;
}

.our-services .card .atyaf-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-services .card .socile {
  position: absolute;
  bottom: 3%;
  right: 5%;
}

.img-filter {
  filter: invert(34%) sepia(36%) saturate(598%) hue-rotate(150deg) brightness(80%) contrast(90%);
}

.our-services::before {
  background-image: url('../img/landing/servicess.png');
  position: absolute;
  content: '';
  max-width: 650px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -30%;
  left: 0;
  z-index: -1;
}
.servi-land{
   top: -100px;     /* ينزل تحت */
    right: 5%;
}
/*========================
      suitable
========================*/
.suitabl {
  background-image: url(../img/background/suitabl.png);
  background-repeat: no-repeat;
  background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*========================
       contact
========================*/
.contact {
  background-image: url(../img/landing/conact.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 310px;

  width: 100%;
}
.contact .image{
  position: relative;
}
.contact .image img{
 position: absolute;
    left: -6%;
    top: -98px;
}
.contact-contin {
  margin-top: -1%;
  position: relative;
  z-index: 2;
}



.custom-select {
    cursor: pointer;
}

/* شكل العناصر */
.custom-select option {
    background-color: #ffffff;
    color: #106277;
    padding: 10px;
}

/* العنصر المختار */
.custom-select option:checked {
    background-color: #106277;
    color: #fff;
    padding: 10px;
}

/* الهوفر */
.custom-select option:hover {
    background-color: #e58e26;
    color: #fff;
}
/*========================
       contact
========================*/
.office-google-map-wrapper iframe {
  width: 100%;
  height: 400px;
  border-radius: 60px;
}

/*========================
       footer
========================*/
.footer-section {
  background-image: url(../img/landing/Footer.png);
  background-repeat: no-repeat;
  background-size: cover;

}

/*----------------about bage----------------*/

/*========================
       breadcrumb
========================*/
.breadcrumb {
  position: relative;
  min-height: 400px;
  background-image: url(../img/background/about-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.breadcrumb-wrapper-items,
.breadcrumb .text-center {
  width: 100%;
  margin-top: 20px;
}

/*========================
      our chose
========================*/
.chose::before {
  background-image: url('../img/landing/servicess.png');
  position: absolute;
  content: '';
  max-width: 650px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -35%;
  left: 0;
  z-index: -1;
}

.image-wrapper {
  position: relative;
  bottom: 25%;
  right: 7%;
}

/*========================
      our heritage
========================*/
.heritage {
  background-image: url(../img/background/heritage.png);
}


.herita::before {
  background-image: url('../img/landing/herita.png');
  position: absolute;
  content: '';
  max-width: 650px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 26%;
  left: -22%;
  z-index: -1;
}

.herita-right::before {
  background-image: url('../img/landing/herita-right.png');
  position: absolute;
  content: '';
  max-width: 650px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 13%;
  right: -45%;
  z-index: -1;
}
.herit{
    top: 80px;
}
.small-herit{
  position: absolute;
  bottom: 15% !important;
  left: 0;
}




/*========================
     gallery
========================*/
/*-------your end-----------*/
.showcase-wrapper {
  max-width: 1200px;
  margin: auto;
}

.gallery-box {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

/* LEFT BIG IMAGE */
.main-preview {
  flex: 1;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  min-height: 650px;
  background: #111;
}

.main-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

/* RIGHT THUMBNAILS */
.thumb-slider-wrapper {
  width: 190px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px 12px;
}

.thumb-slider {
  height: 650px;
}

.swiper-slide-thumb {
  width: 100%;
  height: 120px !important;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.45;
  transition: all 0.35s ease;
  border: 4px solid transparent;
}

.swiper-slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-slide-thumb.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #22d3ee;
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(34, 211, 238, 0.6);
}

/* Optional Fade Top Bottom */
.thumb-slider-wrapper::before,
.thumb-slider-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}

.thumb-slider-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, #fff, transparent);
}

.thumb-slider-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, #fff, transparent);
}

/* MOBILE */
/* @media(max-width:991px) {

  .gallery-box {
    flex-direction: column;
  }

  .thumb-slider-wrapper {
    width: 100%;
    padding: 15px;
  }

  .thumb-slider {
    height: auto;
  }

  .swiper-wrapper {
    align-items: center;
  }

  .swiper-slide-thumb {
    height: 100px !important;
  }

  .main-preview {
    min-height: 400px;
  }
} */

/*========================
     CIRCLE SOCIAL SECTION
========================*/

/* ══ CIRCLE SOCIAL SECTION ══ */
.social-orbit-section {
  padding: 100px 0 80px;
}

.orbit-desc {
  font-weight: 500;
  margin-bottom: 40px;
}

.orbit-stats {
  display: flex;
  gap: 32px;
}

.os-num {
  font-size: 34px;
  font-weight: 900;
  color: var(--theme-color, #ffa724);
  display: block;
  line-height: 1;
}

.os-lbl {
  font-size: 12px;
  opacity: .6;
  margin-top: 4px;
  display: block;
}

/* orbit circle */
.orbit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .orbit {
  position: relative;
  width: 340px;
  height: 340px;
  z-index: 1;
} */
.orbit {
  position: relative;
  width: 400px;
  height: 400px;
  z-index: 1;
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed var(--card-color);
}

.orbit-ring-1 {
  inset: 0;
  animation: orbitSpin 22s linear infinite;
}

/* .orbit-ring-2 {
  inset: 42px;
  border-color: rgba(var(--theme-color-rgb, 255, 167, 36), .1);
  animation: orbitSpin 16s linear infinite reverse;
} */

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
  padding: 14px;

}

.orbit-center img {
  width: 300px;
  height: 300px;
}

@keyframes oPulse {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(var(--theme-color-rgb, 255, 167, 36), .07), 0 0 40px rgba(var(--theme-color-rgb, 255, 167, 36), .15);
  }

  50% {
    box-shadow: 0 0 0 16px rgba(var(--theme-color-rgb, 255, 167, 36), .04), 0 0 60px rgba(var(--theme-color-rgb, 255, 167, 36), .25);
  }
}

.orbit-center i {
  font-size: 26px;
  color: var(--theme-color, #ffa724);
  margin-bottom: 8px;
}

.orbit-center span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* icon nodes */
.o-icon {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, .15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
  transition: transform .3s, box-shadow .3s;
  z-index: 10;
}

.o-icon img {
  width: 34px;
}

.o-icon:hover {
  transform: scale(1.2) !important;
}

.yellow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
 
  font-size: 50px;
  position: absolute;
  bottom: calc(-8px - -49px);
  left: calc(221px + 155px * .809 - 27px);
}

.yellow-dot-left {
  width: 5px;
  height: 5px;
  border-radius: 50%;
 
  font-size: 50px;
  position: absolute;
  bottom: calc(-8px - -49px);
  right: calc(221px + 155px * .809 - 27px);
}

.yellow-dot-top {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  
  font-size: 50px;
  position: absolute;
  top: calc(12px - -49px);
  right: calc(244px + 155px * .809 - 27px);
}

.yellow-dot-right {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  
  font-size: 50px;
  position: absolute;
  top: calc(14px - -49px);
  left: calc(247px + 155px * .809 - 27px);
}

/* 5 positions — radius ≈ 155px, center = 170,170 */
.oi-yt {
  background: var(--third-color);
  bottom: calc(100px - -63px);
  left: calc(120px - 147px);
  animation: oFloat 3.2s ease-in-out infinite;
}

.oi-snap {
  background: var(--third-color);
  top: calc(500px - 155px*.588 - 27px);
  left: calc(70px + 155px*.809 - 27px);
  animation: oFloat 2.8s ease-in-out .5s infinite;
}

.oi-tt {
  background: var(--third-color);
  top: calc(117px + 155px*.588 - 27px);
  left: calc(270px + 155px*.809 - 27px);
  animation: oFloat 3.5s ease-in-out 1s infinite;
}

.oi-ig {
  background: var(--third-color);
  top: calc(-88px + 155px - 90px);
  left: calc(320px - 149px);
  animation: oFloat 3s ease-in-out 1.5s infinite;
}

.oi-x {
  background: linear-gradient(135deg, #1da1f2, #0d8bd9);
  top: calc(170px - 155px*.588 - 27px);
  left: calc(170px - 155px*.809 - 27px);
  animation: oFloat 3.1s ease-in-out .8s infinite;
}

@keyframes oFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

.orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

@media(max-width:991px) {
  .orbit-title {
    font-size: 28px;
  }

  .orbit {
    width: 280px;
    height: 280px;
  }

  .gallery-main-swiper .swiper-slide img {
    height: 320px;
  }

  .oi-yt {
    bottom: calc(170px - -14px);
    left: calc(170px - 161px);
  }

  .oi-snap {
    top: calc(170px - 155px * .588 - 35px);
    left: calc(170px + 155px * .809 - 72px);
  }

  .oi-tt {
    top: calc(170px + 155px * .588 - 73px);
    left: calc(170px + 155px * .809 - 72px);
  }

  .oi-ig {
    top: calc(170px + 155px - 131px);
    left: calc(170px - 160px);
  }
}

@media(max-width:767px) {
  .orbit-wrap {
    margin-top: 48px;
  }
}

/**offer****/
.services-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-desc {
  max-width: 1100px;
  margin: auto;
}

/* النجمة */
.shape {
  position: absolute;
  color: #c9a646;
  font-size: 90px;
  opacity: .9;
}

.shape-right {
  top: 40px;
  right: 100px;
}

.shape-left {
  top: 235px;
  left: 90px;
  font-size: 70px;
}

/* الكارد */
/* .service-card{
      background:#e9e9e9;
      border-radius:35px;
      padding:40px 35px;
      height:100%;
      position:relative;
      transition:.3s ease;
    }

    .service-card:hover{
      transform:translateY(-8px);
    }

    .icon-box{
      width:60px;
      height:60px;
      background:#f3eee2;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      position:absolute;
      top:25px;
      left:25px;
    }

    .icon-box i{
      color:#c9a646;
      font-size:24px;
    }

    .service-title{
      color:#111;
      font-size:40px;
      font-weight:800;
      margin-bottom:15px;
      margin-top:40px;
    }

    .service-text{
      color:#7a7a7a;
      font-size:28px;
      line-height:1.8;
      font-weight:600;
    } */

/* Responsive */

@media(max-width:1400px) {

  .section-title {
    font-size: 55px;
  }

  .section-desc {
    font-size: 20px;
  }

  .service-title {
    font-size: 30px;
  }

  .service-text {
    font-size: 20px;
  }
}

@media(max-width:992px) {

  .section-title {
    font-size: 42px;
  }

  .section-desc {
    font-size: 18px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-title {
    font-size: 26px;
  }

  .service-text {
    font-size: 18px;
  }

  .shape {
    display: none;
  }
}


/*========================
     Clips
========================*/
.Clips .swiper-button-next {
  position: static !important;
  margin: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--third-color);
  border: 1px solid #D7DCDC;
  color: #fff;
}

.Clips .swiper-button-prev {
  position: static !important;
  margin: 0;
  width: 45px;
  height: 45px;
  border-radius: 40%;
  background: var(--primary-color);
  color: #fff;
}

.Clips .swiper-button-next::after,
.Clips .swiper-button-prev::after {
  display: none;
}

.Clips .swiper-button-prev:hover,
.Clips .swiper-button-next:hover
 {
  background: #e58e26 !important; /* الخلفية برتقالي */
  border-color: #e58e26 !important;
  color: #ffffff !important; /* السهم أبيض */
}

.Clips .swiper-button-next:hover img,
.Clips .swiper-button-prev:hover img {
  filter: brightness(0) invert(1) !important;
}

/* الخلفية العامة للسيكشن */
.gallery-section {
    
    color: #fff;
    direction: rtl;
}

.gallery-title {
    color: #c49a4c;
    font-weight: bold;
}

/* زر معرض الصور الجانبي */
.btn-gallery-more {
    background-color: #125e75;
    border: none;
    padding: 10px 25px;
}

/* شريط الفلتر */
.filter-bar {
    border: 2px solid #fff;
}

.filter-btn {
    border: none;
    background: transparent;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.filter-btn.active {
    background-color: #9a6735;
    color: #fff;
}

/* تنسيق الصور والأنيميشن */
.gallery-item {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.gallery-item.hide {
    display: none;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
}

.img-box img:hover {
    filter: brightness(1.1);
}

.gallery {
  display: grid;

  /* ريسبونسيف */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

  gap: 12px;

  /* ارتفاع موحد للخلايا */
  grid-auto-rows: 220px;

  grid-auto-flow: dense;
}

.item {
  overflow: hidden;
  border-radius: 16px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* صورة عريضة */
.wide {
  grid-column: span 2;
}

/* صورة طويلة */
.tall {
  grid-row: span 2;
}

/* كبيرة */
.big {
  grid-column: span 2;
  grid-row: span 2;
}
/*========================
       zafa
  ========================*/
  .zafa{
    position: relative;
  }
  .zafa .big-image img{
    border-top-right-radius: 40px;
  }
  .zafa .small-image{
     border-top-left-radius: 40px;
  }
  .zafa::before {
    background-image: url(../img/landing/herita.png);
    position: absolute;
    content: '';
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 2%;
    left: 0;
    z-index: -1;
}
.zafa::after {
    background-image: url(../img/background/zafa-back.png);
    position: absolute;
    content: '';
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 2%;
    left: 260px;
    z-index: -1;
}
/*========================
       artist
  ========================*/
.custom-navigation{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  margin-top:40px;
}

/* custom buttons */
.custom-nav{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:45px;
  height:45px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.swiper-button-prev{
  border-radius: 40%;
}
/* remove swiper default arrow */
.swiper-button-prev::after,
.swiper-button-next::after{
  display:none;
}

.swiper-button-prev{
  background:#0b8ea0;
}

.swiper-button-next{
  background:#fff;
}

.custom-nav img{
  width:22px;
}
/*========================
        packages
  ========================*/
.select-wrapper{
    position: relative;
    /* margin-top: 25px; */
}

/* label */
.select-label{
    position: absolute;
    top: -10px;
    right: 25px;
    padding: 0 8px;
    z-index: 2;
}

/* select box */
.custom-select-box{
    height: 60px;
    background: #f1f1f1;
}

/* remove default select style */
.custom-select{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    appearance: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: var(--brand-color);
}

/* focus */
.custom-select:focus{
    box-shadow: none !important;
}
.your-box{
    position: relative;
}
.your-box::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E7EDED;
}

/*----packags---*/
.package-features li{
    position: relative;
    padding-right: 25px;
     margin-bottom: 10px
}

.package-features li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: -1px;
    color: #0d7285;
    font-size: 18px;
}
/*=======================
       halls
==========================
/* تنسيق الكارد الرئيسي والحواف الكبيرة */
.video-card {
  border-radius: 24px !important; /* حواف دائرية كبيرة زي الصورة */
  overflow: hidden; /* عشان الصورة والـ header ميتطلعش بره الحواف الدائرية */
  max-width: 600px; /* أو الحجم المناسب لتصميمك */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* الجزء العلوي اللبني */
.video-card .card-header {
  background-color: #eef7f9;
}

.venue-title {
  color: #106277;
  font-size: 1.25rem;
}

/* زرار التشغيل اللي في نص الصورة */
.play-btn {
  width: 60px;
  height: 60px;
  background-color: rgba(16, 98, 119, 0.7); /* لون زيتي شفاف */
  border-radius: 50%;
  backdrop-filter: blur(4px); /* تأثير زجاجي خفيف */
  transition: transform 0.2s;
}
/* .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
} */

/* أزرار التحكم السفلي */
.play-control-btn {
  width: 35px;
  height: 35px;
  background-color: #eef7f9;
  border-radius: 50%;
  border: none;
}

.video-time {
  color: #106277 !important;
}

.progress-bar {
  background-color: #106277; /* لون خط البروجرس بار */
}


/* تأكد إن الكلاس ده مكتوب عندك كده عشان يظبط نقطة الارتكاز */
.video-thumbnail {
  position: relative;
}

/* تنسيق الزرار للتوسيط المطلق والسليم 100% */
.play-btn {
  width: 60px;
  height: 60px;
  
  /* التوسيط باستخدام السحر ده */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; 
  
  /* باقي الاستايلات بتاعتك */
  background-color: rgba(16, 98, 119, 0.7);
  border-radius: 50%;
 
  z-index: 2; /* عشان تضمن إنه فوق الصورة دايماً */
}

/* تظبيط الأيقونة جوه الزرار عشان تكون في النص بالظبط */
.play-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* ترحيل بصري بسيط جداً لليمين لأن أيقونة الـ Play المثلثة بطبيعتها مش متوزعة هندسياً في النص */
  
}
/*=====================
       error
======================*/
/* إعدادات سيكشن الـ 404 */
.error-page-section {
    background-image: url('../img/background/404.png');
    background-size: cover;
    background-position: center -33%;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    direction: rtl;
   position: relative;
    display: flex;
    align-items: flex-end; 
    justify-content: center;
    padding-bottom: 80px; 
}
/* نزّل المحتوى لتحت */
.spacer {
    position: absolute;
    bottom: -10px; /* اتحكم في النزول */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.design-divider {
    position: relative;
    width: 250px;
    margin: auto;
}
.design-divider .line {
    width: 250px;
    height: 1px;
    background-color: var(--secondary-color); 
    display: block;
}
.design-divider .dot {
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

/* تحجيم عرض البراجراف عشان يطلع في سطرين بالظبط زي التصميم */
.max-w-600 {
    max-width: 600px;
}

/* تعديل مرونة الأزرار في الهوفر */
.error-page-section .btn-primary {
    background-color: #106277 !important;
    border-color: #106277 !important;
    transition: all 0.3s ease;
}
.error-page-section .btn-primary:hover {
    background-color: #e58e26 !important;
    border-color: #e58e26 !important;
    transform: translateY(-2px);
}

.error-page-section .btn-outline-primary {
    color: #106277 !important;
    border-color: #106277 !important;
    transition: all 0.3s ease;
}
.error-page-section .btn-outline-primary:hover {
    background-color: #106277 !important;
    color: #fff !important;
    transform: translateY(-2px);
}



.data {
    width: 100%;
    min-height: 100vh;

    background-image: url("../img/background/data.png");
    background-size: cover;
    background-position: center -66%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-error {
    padding: 120px 20px;
}
/*-------------error----------*/
/*========================
       responsive
  ========================*/
@media screen and (max-width:991px) {
  :root {
  --font-12: 11px;
  --font-14: 11px;
  --font-16: 15px;
  --font-18: 17px;
  --font-20: 19px;
  --font-24: 23px;
  --font-32: 31px;
  --font-44: 43qqpx
}
.p100{
padding-block: 50px;
}
  .navbar-nav{
    margin-top: 20px;
  }
  .navbar-collapse {
        position: relative;
        right: -120% !important;
        width: 100%;
        height: 100vh;
        transition: right 0.3s ease-in-out;
        -webkit-transition: right 0.3s ease-in-out;
        -moz-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
       
    }
  .navbar-collapse.show {
        right: 0 !important;
        height: 125vh;
        min-height: 100vh;
        position: absolute;
        text-align: center;
        background-color: var(--primary-color);
        top: 0px;
        z-index: 3;
        padding-top: 70px;
        padding-inline: 20px;
    }
    .navbar-toggler {
        z-index: 4;
    }
    .navbar-brand {
        z-index: 4;
    }
    .navbar-toggler img {
        /* filter: invert(35%) sepia(10%) saturate(4%) hue-rotate(20deg) brightness(79%) contrast(190%); */
        filter: brightness(0) saturate(100%) invert(1);
    }
     #navLinks .nav-link,
  #navLinks .dropdown-custom > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .services-title{
    margin-top: 90px;
  }
  .pl-40 {
    padding-left: 0px;
}
.our-services {
    background-image:  url(../img/landing/star-serv.png);
    background-repeat: no-repeat;
    background-position: right 45px top 43px, bottom left 30px;
}
.our-services {
    background-image: url(../img/landing/star-serv.png);
    background-repeat: no-repeat;
    background-position: left 25px  bottom  0px;
}
  .our-services::before {
    background-image: url(../img/landing/servicess.png);
    position: absolute;
    content: '';
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -23%;
    /* left: 0px; */
    /* right: 0px; */
    z-index: -1;
}

  .orbit-center img {
    width: 150px;
    height: 150px;
  }

  .oi-yt {
    bottom: calc(100px - -14px);
    left: calc(140px - 161px);
  }

  .oi-ig {
    top: calc(-50px + 155px - 131px);
    left: calc(273px - 160px);
  }

  .oi-snap {
    top: calc(230px + 155px - 131px);
    left: calc(273px - 160px);
  }
     .oi-tt {
        top: calc(95px + 155px * .588 - 73px);
        left: calc(195px + 155px * .809 - 72px);
    }
  .yellow-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
   
    font-size: 50px;
    position: absolute;
    bottom: calc(-5px - -49px);
    left: calc(142px + 155px * .809 - 27px);
}
.yellow-dot-left {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    
    font-size: 50px;
    position: absolute;
    bottom: calc(-11px - -49px);
    right: calc(135px + 155px * .809 - 27px);
}
.yellow-dot-top {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    
    font-size: 50px;
    position: absolute;
    top: calc(-12px - -49px);
    right: calc(138px + 155px * .809 - 27px);
}
.yellow-dot-right {
    width: 5px;
    height: 5px;
    border-radius: 50%;
   
    font-size: 50px;
    position: absolute;
    top: calc(2px - -49px);
    left: calc(150px + 155px * .809 - 27px);
}
.contact {
    background: url(../img/landing/conact.png) no-repeat center top;
   background-size: 215%;
    width: 100%;
    min-height: 300px;
}

.contact .image img{
 width: 120px;
 position: absolute;
 top: -30px;
 left: 25px;
}
.contact .count{
  width: 130px;
}
.chose::before {
    background-image: url(../img/landing/servicess.png);
    position: absolute;
    content: "";
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -25%;
    left: 0px;
    z-index: -1;
}
.herita::before {
    background-image: url(../img/landing/herita.png);
    position: absolute;
    content: "";
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 35%;
    left: -22%;
    z-index: -1;
}
.image-wrapper {
    position: relative;
    bottom: 5%;
    right: 7%;
}
/* .required-star.all-name {
    left: 49%;
    top: 56%;
}
.required-star.phone {
    top: 61%;
    right: 63%;
}
.required-star.emile {
    top: 67%;
    left: 54%;
}
.required-star.select{
  left: 70%;
} */
}
/*----tap----*/
@media screen and (max-width:991px) and (min-width:768px) {
  .contact {
        background: url(../img/landing/conact.png) no-repeat center top;
        background-size: 100%;
        width: 100%;
        min-height: 300px;
    }

  .contact-contin {
    margin-top: -5%;
    position: relative;
    z-index: 2;
}
.g-12{
  gap: 8px;
}
.p100{
padding-block: 50px;
}
.herita-right::before {
    background-image: url(../img/landing/herita-right.png);
    position: absolute;
    content: "";
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 45%;
    right: -57%;
    z-index: -1;
}
}
/*----lapy--------*/
@media screen and (max-width: 1536px) and (min-width: 1500px) {
    .contact-contin {
    margin-top: -2%;
    position: relative;
    z-index: 2;
}
.our-services {
    background-image: url(../img/landing/star-serv.png);
    background-repeat: no-repeat;
    background-position: left 35px  bottom  14px;
}
.contact .image{
  position: relative;
}
.contact .image img{
 position: absolute;
    left: -7%;
    top: -102px;
}
.zafa::before {
    background-image: url(../img/landing/herita.png);
    position: absolute;
    content: '';
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 17%;
    left: 0;
    z-index: -1;
}
.zafa::after {
    background-image: url(../img/background/zafa-back.png);
    position: absolute;
    content: '';
    max-width: 650px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -8%;
    left: 60px;
    z-index: -1;
}
.p100{
padding-block: 50px;
}
}





