/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

:root {
  --primary-color: #ff7361;
  --secondary-color: #333;
  --light-color: #fff;
  --dark-color: rgb(47 50 57);
  --text-color: hsla(333, 68%, 50%, 0.602);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
}

body {
  overflow-x: hidden !important;
}

.navbar-nav .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

.header-social-icons a {
  color: #fff;
  margin-right: 15px;
}

.navbar-nav .nav-link {
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-nav {
  flex-direction: row;
}

.navbar-nav .nav-item {
  margin-left: 15px;
}

.navbar-nav {
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 776px) {
  .smedia {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .mobile-nav {
    display: none;
  }
}

/* slider */
.carousel-item img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}

/* new arrivals */
.new-arrival h2 {
  font-size: 2rem;
  color: #333;
}

.user-info {
  position: relative;
  overflow: hidden;
}

.user-image {
  object-fit:cover;
  height:348px!important;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.user-info:hover .user-image {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.98px) {
  .user-image {
  height:248px!important;
  }
}


@media (max-width: 991.98px) {
  .user-image {
  height:240px!important;
  }
}


@media (max-width: 767.98px) {
  .user-image {
  height:170px!important;
  }
}


@media (max-width: 575.98px) {
  .user-image {
  height:270px!important;
  }
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-info:hover .hover-overlay {
  opacity: 1;
}

.hover-overlay .btn {
  display: none;
}

.user-info:hover .hover-overlay .btn {
  display: block;
}

.text-center p {
  font-size: 1rem;
  color: #333;
}

/* custom button */
.readmore-btn {
  width: fit-content;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(194, 194, 141);
  border: none;
  border-radius: 10px;
  padding: 0px 15px;
  gap: 0px;
  transition: all 0.4s;
}

.book-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 64px; /* Adjust the width to match the image width */
  height: 64px; /* Adjust the height to match the image height */
}

.book-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
}

.book-wrapper .book-page {
  width: 50%;
  height: auto;
  position: absolute;
}

.readmore-btn:hover .book-page {
  animation: paging 0.4s linear infinite;
  transform-origin: left;
}

.readmore-btn:hover {
  background-color: rgb(144, 143, 145);
}

@keyframes paging {
  0% {
    transform: rotateY(0deg) skewY(0deg);
  }

  50% {
    transform: rotateY(90deg) skewY(-20deg);
  }

  100% {
    transform: rotateY(180deg) skewY(0deg);
  }
}

.text {
  width: 105px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

/* card */
.card {
  width: 100%;
  max-width: 200px;
}

.card-img-top {
  transition: opacity 0.3s ease-in-out;
  height: 250px;
}

.card:hover .card-img-top {
  opacity: 0;
}

.card:hover .card-img-top-hover {
  opacity: 1;
}

.card-img-top-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
a
{
    text-decoration:none;
}
.view-all-btn {
  margin-top: 20px;
  text-align: center;
}

.whatsapp-icon {
  text-decoration:none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.whatsapp-icon i {
  color: white;
  font-size: 24px;
}

/* fixing */
@media (max-width: 992px) {
  .text-mobile {
    white-space: nowrap;
    font-size: 12px;
  }
}

/* dropdown mobile */
.offcanvas {
  width: 270px !important;
}
.offcanvas .dropdown-menu {
  display: none;
}

.offcanvas .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.offcanvas .dropdown {
  position: relative;
}

.offcanvas .dropdown-menu.show {
  display: block;
  position: static;
  margin-top: 0;
}
@media (max-width: 992px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .mobile-nav {
    display: none;
  }
}

/* currency */
.text-mobile {
  display: block;
  text-align: center;
}

#currencyOptions .row {
  margin-bottom: 10px;
}

#currencyOptions img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

#currency_divs a{
    text-decoration: none;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}


 
/* Need not body and h2 css  */

/* Slider CSS Start  */

.thumbnail_slider {
    max-width: 700px;
    margin: 30px auto;
}

.top_slide
{
    height: 600px!important;
}
.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 580px;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}






