:root {
  --main-color: #EDCAA7;
  --second-color: #000000;
  --third-color: #ffffff;
  --fourth-color: #e4d1b9;
  --fifty-color: #F2EDE5;
  --linear-color: linear-gradient(84deg,rgba(237, 202, 167, 1) 26%, rgba(242, 237, 229, 1) 100%) !important;
}
@media(max-width:1200px){
   .nav-link {
  color: var(--second-color);

}
}
@media (max-width: 992px) {
  .hero-slider .hero-slider-content h1 {
    color: var(--third-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2.5rem;
  }
 
  .hero-slider .hero-slider-content p {
    line-height: 1.8;
    font-size: 1.4rem;
    width: 38rem;
  }
  .title-text {
    line-height: 1.6;
  }
  .title-text span:nth-child(1) {
    font-size: 2.2rem;
  }
  .title-text span:nth-child(2) {
    font-size: 3rem;
  }
  .transparent-text {
    font-size: 35px;
    font-weight: bold;
 background: linear-gradient(152deg,rgba(237, 202, 167, 1) 73%, rgba(242, 237, 229, 1) 100%);

    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .hero-content h2 {
    font-size: 40px !important;
  }
  .dropdown-menu-list {
    display: none;
    flex-direction: column;

    margin-top: 10px;
  }
  /* .dropdown-menu-list li{
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--main-color);
} */
  .dropdown-menu-list.show {
    display: flex;
  }
  .sub-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .sub-menu li {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
  .sub-menu.show {
    display: flex;
  }
  .sub-sub-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .sub-sub-menu li {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
  .sub-sub-menu.show {
    display: flex;
  }
  .toggle-btn:hover {
    background-color: var(--main-color);
    color: var(--third-color);

    border-radius: 5px;
    cursor: pointer;
  }
      .nav-link {

  color: black ;

}
  .navbar-toggler  i{
    color:white ;
  }
}

@media (max-width: 768px) {
  .hero-slider .hero-slider-content {
    text-align: center;
    margin: 0;
  }
  .hero-slider .hero-slider-content h1 {
    color: var(--third-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .hero-slider .hero-slider-content p {
    color: var(--third-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    width: 100%;
  }
  .hero .owl-nav {
    display: none;
  }
  .title-text {
    line-height: 1.6;
  }
  .title-text span:nth-child(1) {
    font-size: 1.5rem;
  }
  .title-text span:nth-child(2) {
    font-size: 2.8rem;
  }
  .transparent-text {
    font-size: 30px;
    font-weight: bold;
  background: linear-gradient(152deg,rgba(237, 202, 167, 1) 73%, rgba(242, 237, 229, 1) 100%);

    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .header-text h2 {
    font-size: 35px !important;
  }
  .hero-slider-pages h1 {
    text-align: center;
    font-size: 2.5rem !important;
    width: 100%;
  }
  .hero-content h1 {
    font-size: 40px;
  }
  .product-img {
    object-fit: cover !important;
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
  }
  .product-card h5 {
    position: absolute;
    bottom: 0px;
    padding: 30px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -120px 20px -20px inset;
    width: 100%;
    color: white;
    transform: translateY(15px) !important;
    transition: all 0.3s ease;
  }
  .video-container video {
    width: 100%;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
  }
  .video-overlay {
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    margin-top: 0px;
  }
  .play-pause-btn {
    margin-top: 0px;
  }
  .video-container {
    z-index: 2;
    height: 350px;
  }
    footer img{
          height: 140px;
  }
}

@media (min-width: 992px) {
  .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
     .nav-link {
  color: var(--second-color);

}
  .transparent-text {
    font-size: 35px;
    font-weight: bold;
background: linear-gradient(152deg,rgba(237, 202, 167, 1) 73%, rgba(242, 237, 229, 1) 100%);

    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .header-text h2 {
    font-size: 40px !important;
  }

  .video-container video {
    width: 100%;
    height: 100%;
    margin-top: 70px;
    object-fit: cover;
    
  }
  .video-overlay {
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    margin-top: 70px;
  }
  .play-pause-btn {
    margin-top: 70px;
  }
  .video-container {
    z-index: 2;
    height: 500px;
  }

}

@media (min-width: 1200px) {
  .dropdown {
    position: relative;
  }

  .dropdown-menu-list,
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--third-color);
    list-style: none;
    padding: 10px;
    border-radius: 3px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 999;
  }

  /* عند hover أو focus-within تظهر القائمة */
  .dropdown:hover > .dropdown-menu-list,
  .dropdown:focus-within > .dropdown-menu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* مستوى ثاني من القائمة (submenu) */
  .dropdown-menu-list .dropdown {
    position: relative;
    width: fit-content !important;
  }

  .dropdown-menu-list .sub-menu {
    top: 0;
    left: 100%;
  }

  .dropdown-menu-list .dropdown:hover > .sub-menu,
  .dropdown-menu-list .dropdown:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(11px);
  }

  .dropdown-item-menu,
  .dropdown-item {
    display: block;
    padding: 10px 15px;
    color: var(--second-color);
    text-decoration: none;
    border-radius: 6px;
    width: auto;
    text-wrap: noWrap;
  }

  .dropdown-item-menu:hover,
  .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  footer img{
          height: 160px;
  }
  .navbar .navbar-brand{
  width:100%
}
  .nav-link {

  color: white ;

}
}
