@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
    /* background-color: #f0f3f5; */
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    text-decoration: none !important;
}
/* navbar */

.dropdown .dropdown-menu {
    display: none !important;
    right: 0 !important;
    top: 30px;
}
.dropdown:hover > .dropdown-menu {
    display: block !important;
    border-top: 4px solid #000 !important;
}
.lang {
    max-width: 50px !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.offcanvas_cart {
    margin-top: 71px;
    height: calc(100vh - 70px);
}
.collapse-horizontal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 71px;
    height: calc(100vh - 70px);
    background: white;
    width: 0;
    z-index: 111111111;
    transition: width 1.5s ease-in-out !important;
}
.collapse-horizontal.show {
    width: 100%;
}
.navbar i.bi {
    font-size: 20px !important;
}
.navbar .navbar-brand {
    font-weight: 700;
    font-size: 35px !important;
    letter-spacing: 5px;
    margin-right: 0 !important;
    margin-left: 40 !important;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px !important;
}
.navbar .bi {
    margin-left: 10px;
    font-weight: 500;
    font-size: 18px !important;
}
.bi-list::before {
    content: "\f479";
    margin-left: -20px;
    font-size: 21px;
}
.offcanvas-body {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.menu .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* hero section */
.hero img {
    height: 600px;
    object-fit: cover !important;
}
.carousel {
    top: -15px;
}
.carousel-caption {
    background-color: rgba(218, 165, 32, 0.838);
    color: white;
    right: 55%;
    bottom: 12.5rem;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px !important;
    font-size: 1.3rem;
    font-family: "Courier New", Courier, monospace !important;
    font-weight: 200 !important;
}
.carousel-caption h5 {
    font-size: 1.8rem;
    font-weight: 300;
}
.carousel-item img {
    height: 600px;
    object-fit: cover !important;
}
.carousel-indicators [data-bs-target] {
    height: 30px !important;
}
.carousel-indicators {
    bottom: -40px !important;
}

.carousel.slide button {
    background-color: #333 !important;
    width: 5px !important;
    height: 5px !important;
    top: 50%;
}
.carousel-indicators .active {
    transform: scale(1.1) !important;
    background: #333 !important;
}
.carousel-indicators [data-bs-target] {
    width: 5px !important;
    height: 5px !important;
    background-color: #333 !important;
}
.carousel.slide button.active {
    background: #333 !important;
}
#doorsCarousel {
    overflow: visible !important;
}
.carousel-indicators [data-bs-target] {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #333 !important;
}
/* products section */
.card_img {
    border: 3px solid transparent !important;
    /* padding: 10px; */
    overflow: hidden;
    transition: 0.3s linear;
}
.card_product {
    padding: 0px !important;
    cursor: pointer;
}
/* .card_product:hover .card_img {
    border-color: goldenrod !important;
}
.card_product:hover .card_img img {
    transform: scale(1.15);
} */
.card_img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
}
.cate_prod_row > * {
    padding-left: 0;
    padding-right: 0;
}
.card_item {
    padding: 0 !important;
}
/* swiper slider */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    /* gap: 30px; */
}
.swiper-slide {
    /* text-align: center; */
    /* padding: 8px; */
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* width: 80% !important; */
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    margin-top: 30px;
}
.mySwiper_1 img {
    /* border: 2px solid transparent;
    transition: 0.3s linear; */
}
.mySwiper_1 .swiper-slide:hover img {
    /* border: 2px solid goldenrod; */
    /* transform: scale(1.15); */
}
/* footer */
.form-floating .form-control:focus + .form-label {
    background-color: transparent !important;
}
/* .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0;
} */

@media only screen and (max-width: 600px) {
    
    .navbar .navbar-brand {
        font-size: 22px !important;
        letter-spacing: 1px;
        margin-left: 40px;
    }
    .navbar-brand, 
    .navbar i.bi {
        font-size: 18px !important;
    }
}
.offcanvas-header {
    display: none !important;
}

/* الحاوية */
.ticker-container {
  overflow: hidden;
  width: 100%;
  background: #fef7ef;
  padding: 10px 0;
  border-radius: 8px;
  color: var(--dark-color);
}

/* الشريط */
.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: scroll 8s linear infinite;
}

/* عنصر واحد */
.ticker-item {
  padding: 0 40px;
  /* المسافة بين الأخبار فقط */
  font-size: 13px;
  text-transform:uppercase;
}

/* أنيميشن بدون توقف */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 600px) {
    .faq-img {
        height: 200px;
    }
}