* {
  font-family: "Tajawal", serif;
}
a,
h5,
h6,
p {
  color: #003a54;
}
.fix-row {
  --bs-gutter-x: 0rem !important;
}
.txt {
  padding: 6px;
  padding-top: 11px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  align-self: center;
  color: white;
}

#right {
  justify-content: right;
  padding-top: 12px;
}
.form-control {
  border: #00000048 solid 0.1px;
  border-radius: 8px;
  margin: 0%;
  text-align: right;
  padding-right: 0px;
  font-size: 13px;
  height: 48px;
}
.form-control::placeholder {
  color: #0000006e;
  padding-right: 0px;
}
.search-btn {
  border: 0;
  margin: 0%;
  color: #003a54;
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
  background-color: transparent;
}
.forms {
  justify-content: right;
}
.h-buttons {
  min-width: 180px;
  font-weight: 500;
  color: #003a54;
  font-weight: 600;
}
header {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding-bottom: 15px;
}
.left-top {
  padding-left: 120px;
  padding-right: 11px;
  background-image: url("assets/imgs/left-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  align-content: center;
  align-items: center;
  min-width: 480px;
}
.left-down {
  padding-left: 110px;
  padding-top: 16px;
}
.icons{
  display: flex;
  justify-content: space-between;
  width: 55%;
}
.icons img{
  width: 23px;
  height: 23px;
}
.dropdown .dropdown-toggle{
  background-color: #ddcd8e;
  border: white solid 1px;
  margin: 0%;
  height:44px;
  width: 60px;
  font-size: large;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.dropdown{
  margin: 0%;
}
.dropdown-toggle::after {
  display: none;
}
.open-header{
  background-color: white;
  border: 0;
}
.ri{
  border-radius: 0px 10px 10px 0px;
  transform: translateX(-10px);
  align-items: center;
  align-content: center;
}
.le{
  border-radius: 10px 0 0 10px;
  align-items: center;
  align-content: center;
}
#mobile-header{
  display: none;
}
/* 2 */

.category-card {
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  height: 75px;
  width: 75px;
}
.cat-img {
  width: 45px;
  height: 45px;
}
.cat-sec {
  justify-content: center;
  align-items: center;
}
.down-btn {
  justify-content: center;
}
#button-cat {
  height: 50px;
  color: #d1b664;
  align-content: center;
  font-weight: 900;
}
#button-cat:hover {
  background-color: #d1b664;
  color: white;
}

#button-cat,
#button-cat2,
#button-cat3{
  width: 95%;
}

#button-cat2 {
  background-color: #d1b664;
  height: 50px;
  color: white;
  align-content: center;
  font-weight: 900;
}
#button-cat2:hover {
  background-color: white;
  color: #d1b664;
  border: #d1b664 1px solid;
}
#button-cat3 {
  background-color: #003a54;
  height: 50px;
  color: white;
  align-content: center;
  font-weight: 900;
}
#button-cat3:hover {
  background-color: white;
  color: #003a54;
  border: #003a54 1px solid;
}

.c-card {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  justify-items: center;
}
.c-card:hover {
  transform: translateY(-5px);
}

/* 3 */
#myCarousel {
  margin-top: 30px;
  border-radius: 25px;
  justify-self: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.carousel-inner {
  border-radius: 25px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.carousel-control-prev,
.carousel-control-next {
  width: 35px; /* حجم الأزرار */
  height: 35px;
  background-color: rgba(0, 57, 84, 1.0); /* لون الخلفية */
  border: none;
  top: auto;
  bottom: 20px; /* المسافة من الأسفل */
  transform: translateY(0);
  border-radius: 9px;
  opacity: 1.0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
  background-color: #0071a5;
}


.carousel-control-prev {
  left: 20px; /* المسافة من اليسار */
}

.carousel-control-next {
  left: 70px; /* المسافة بين الأزرار */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1);
}


/* 4 */
.section-title {
  text-align: right;
  margin-bottom: 30px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #003a54;
}
.product-card {
  text-align: center;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 0px;
  padding-bottom: 20px;
  margin: 12px;
}
.img-fluid {
  border-radius: 12px 12px 0px 0px;
}
.product-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.prod-des {
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  color: #003a54;
  padding: 0px 12px;
}
.prod-des h5 {
  color: red;
  font-weight: 700;
}
.prod-des h6 {
  color: #414141;
  font-weight: 400;
  text-decoration: line-through;
}
.card-col {
  padding-left: 0%;
  padding-right: 0%;
  margin: 0%;
}
.show-all{
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #d1b664;
  margin-left: 38px;
}

.next-card,
.prev-card{
  width: 35px; /* حجم الأزرار */
  height: 35px;
  background-color: #003a54; /* لون الخلفية */
  border: none;
  top: auto;
  bottom: 20px; /* المسافة من الأسفل */
  border-radius: 9px;
  margin-right: 12px;
}
.prev-card{
  margin-left: 42px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  width: 20px;
  padding: 0%;
}
.next-card:hover,
.prev-card:hover{
  background-color: #0071a5;
}

/* 5 */
.ads-box img{
  width: 92%;
}


/* 6 */
.package{
  margin: 0%;
}
.package .product-card{
  padding: 15px;
}
.package .product-card .prod-des #button-cat2{
  width: 60%;
}
.package .product-card h4{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.package .product-card h3{
  font-size: 25px;
}


/* 10 */
.model h4{
  font-size: 18px;
  margin-left: auto;
}
.model .prod-des img{
  width: 48px;
}
.model .prod-des{
  justify-content: right;
}


/* 11 */
.discount{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
}
.discount img{
  width: 400px;
}
.discount .box{
  background: white;
  position: absolute;
  right: 180px;
  margin-top: 5%;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15),
  0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding-bottom: 15px;
  padding: 100px;
  border-radius: 30px 30px 0px 30px;
}



/* header mobile */
.mo-header{
  display: none;
}

#mobile-header{
  display: flow-root;
  justify-content: center;
  justify-items: center;
}

.mo-search .form-control{
  width: 100%;
}
.mo-search .search-btn{
  width: 200px;
  background-color: white;
}

#mobile-header .h-buttons{
  justify-content: center;
  font-size: 20px;
  width: 200px;
}

#mobile-header .mo-icons img{
  width: 26px;
}

#mobile-header{
  display: none;
}

.pack{
  margin-right: 38px;
}

.top-sec-3 h2{
  margin-bottom: 5px;
}

/* page margin */
.container{
  justify-content: center;
  max-width: 80%;
  margin: 0% 9.5%;
}

.sec-1 .container,
.sec-2 .container{
  max-width: 90%;
  margin: 0% 5%;
}
.search-container{
  margin: 0%;
  justify-self: right;
  max-width: 99%;
}

/* footer */
footer{
  justify-content: center;
  justify-items: center;
  max-width: 98%;
  margin-top: 120px;
}
footer p ,footer h2{
  text-align: right;
  font-weight: 600;
  color: #003a54;
}
footer p:hover{
  transition: all 0.4s ease-in-out;
  color: #d1b664;
  cursor: pointer;
}
.social{
  justify-content: right;
}
.social img{ 
  cursor: pointer;
}
.fimg{
  cursor: pointer;
}

/* إخفاء المحتوى وإظهار زر الطي عند الشاشات الصغيرة */
@media (max-width: 976px) {
  .navbar-toggler {
    display: block;
  }
  #headerContent {
    display: none;
  }
  .mo-header{
    display: inline;
  }
}

/* لضمان إظهار المحتوى عند الشاشات الكبيرة */
@media (min-width: 977px) {
  #headerContent {
    display: flex !important;
  }

}


/* responsive */
@media (max-width: 976px) {
  * {
    font-size: 12px;
  }
  .cat-arr {
    display: none;
  }
  .category-card {
    height: 75px;
    width: 75px;
    padding: 15px;
  }
  .cat-img {
    width: 45px;
    height: 45px;
  }
  .sec-3 .container .row{
    justify-content: center;
    justify-items: center;
  }
  .sec-3 .container{
    justify-content: center;
    justify-items: center;
  }
  /* .card-col {
    margin-left: 5%;
  } */
  .section-title {
    margin-right: 10px;
  }
  .package{
    justify-content: center;
    justify-items: center;
  }
  .model{
    justify-content: center;
    justify-items: center;
  }
  .next-card,.prev-card{
    display: none;
  }
  .discount{
    display: none;
  }
  footer .col-xs-8{
    margin-top: 20px;
  }
  h3{
    font-size: 18px !important;
  }
  h5{
    font-size: 14px !important;
  }
  .top-sec-3 h2{
    font-size: 18px;
    margin-bottom: 0%;
  }
  .show-all{
    width: 90px;
    margin-bottom: 0%;
    margin-left: 20px;
  }
  .model #button-cat2{
    width: 100%;
    margin: 10px;
    margin-bottom: 0%;
  }
  footer .col-xs-8 p{
    text-align: center;
  }
  footer .col-xs-8 h2{
    text-align: center;
  }
  .left-top{
    padding-left: 20px;
    min-width: 80%;
  }
  .mobile-header .form-control{
    width: 200px;
  }
  .social{
    justify-content: center;
  }
}


.mo-top button{
  font-size: 20px;
}


@media (max-width: 529px) {
  /* .card-col {
    margin-left: 15%;
  } */
}


.soon-over{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.soon-box{
  color: #003a54;
}
