@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");

body {
    direction: rtl;
    text-align: right;
    font-family: var(--lg-font) !important;
}
* {
    text-align: right;
}
.carousel {
    direction: ltr;
}
.swal-button {
    background-color: #e59fa8 !important;
}
.swal-icon--success__ring {
    border: 4px solid #e59fa8 !important;
}
.swal-icon--success {
    border-color: #e59fa8 !important;
}
.swal-icon--success__line {
    background-color: #e59fa8;
}
:root {
    --lg-font: "Cairo", sans-serif;
    --sm-font: "Permanent Marker", cursive;
    --red-color: #e59fa8;
}
* {
    border-radius: 20px !important;
}
/* .shadow {
    box-shadow: 0px 3px 24px 0px rgba(55, 17, 2, 0.801) !important;
} */
.text-primary {
    color: var(--red-color) !important;
}
.bg-primary {
    background-color: var(--red-color) !important;
}
.btn:not(.nav-btns button) {
    background-color: white;
    color: var(--red-color);
    font-weight: bold;
    /* padding: 10px 28px; */
    border: 1px solid var(--red-color);
}
.btn:not(.nav-btns button):hover {
    background-color: var(--red-color);
    color: white;
    border: 1px solid var(--red-color);
}
.title h2 {
    font-size: 18px !important;
    margin-bottom: 40px !important;
}
.title h2,
.btn_1 {
    position: relative;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    margin: 0 ;
    padding: 0.938rem 1.563rem;
    text-transform: uppercase;
    background-color: var(--red-color);
    color: #fff;
    z-index: 1;
    transition: 0.3s all ease-in-out;
}
.btn_1 {
    padding: 5px 10px;
}
.btn_1:hover {
    background-color: #c93b58;
}
.active>.page-link, .page-link.active {
    background-color: #c93b58;
    border-color: #c93b58;
}
.page-link {
    color: #c93b58;
}
/* .btn_1:hover::before,
.btn_1:hover::after {
    border-top-color: #c93b58;
} */
/* .title h2::after,
.btn_1::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.563rem;
    border-top: 65px solid var(--red-color);
    border-right: 1.563rem solid transparent;
    width: 0;
    height: 0;
    transition: 0.3s all ease-in-out;
}
.title h2::before,
.btn_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.563rem;
    border-top: 65px solid var(--red-color);
    border-left: 1.563rem solid transparent;
    width: 0;
    height: 0;
    transition: 0.3s all ease-in-out;
}
.btn_1 span::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    top: 0;
    border-radius: 0 0 10px 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}
.btn_1 span::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
} */
.filter_btn {
    padding: 0px 8px !important;
    font-size: 12px;
}
.title h2 span::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 20px;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    background-color: #fff;
}
.title h2 span::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 20px;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 10;
}
.sub {
    position: absolute;
    background-color: #c93b58;
    padding: 10px;
    width: 95%;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}
/* navbar */
.social {
    width: 150px;
  position: fixed;
  top: 200px;
  z-index: 99999;
}
.social ul {
  padding: 0px;
  transform: translate(250px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: left;
  padding: 10px;
  border-radius: 30px 30px 30px 30px !important;
  transition: all .7s;
}
.social ul li:hover {
  transform: translate(-85px, 0);
  background: rgba(0, 0, 0, 0.4);
}
.social ul li:hover a {
  color: #c93b58;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all .7s;
}
.social ul li i {
  margin-left: 0px;
  margin-right: 8px;
  color: #c93b58;
  background: #fff;
  padding: 0 10px;
  border-radius: 50% !important;
  /* width: 20px !important;
  height: 20px !important; */
  font-size: 20px !important;
  background: #ffffff;
  transform: rotate(0deg);
}
.social ul li:hover a {
    color: white !important;
}
/* Style for scroll-top button */
.backToTopBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000000;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: #cccccc;
  border-radius: 50% !important;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
.backToTopBtn:not(:hover) {
  background: #e59fa8;
}
.backToTopBtn:hover {
  background: #c93b58;
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.backToTopBtn i {
    font-size: 30px !important;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(5px); }
    50% { transform: translateY(-5px); }
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-brand {
    padding: 0 15px;
    font-family: 'Cairo', sans-serif;
}
.nav-link.active,
.dropdown-item:hover,
.nav-link:hover {
    color: var(--red-color) !important;
}
.nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-area {
    position: static;
}
.mega-area {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
}
.mega-area .dropdown-item {
    padding: 5px 0;
}
.mega-area .dropdown-item h5 {
    font-family: var(--sm-font);
    letter-spacing: 2px;
    font-weight: 900;
}
/* header */
header {
    background: url("../images/header.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f5a5b5, #c93b58);
    top: 0;
    left: 0;
}
.carousel-inner h1 {
    font-size: 60px;
    font-family: var(--sm-font);
}
.carousel-inner .btn {
    border-color: white !important;
}
.carousel-inner .btn:hover {
    border-color: var(--red-color) !important;
}
/* collection */
.active-filter-btn {
    background-color: var(--red-color) !important;
    color: white !important;
    border: 1px solid var(--red-color) !important;
}
.collection-img span {
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background-color: var(--red-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
/* special */
.collection-img,
.special-img {
    overflow: hidden;
}
.special-img span {
    top: 20px;
    right: 20px;
}
.special-list .btn {
    padding: 8px 20 !important;
}
.collection-img img,
.special-img img {
    transition: all 0.3s ease;
}
.collection-img:hover img,
.special-img:hover img {
    transform: scale(1.2);
}
/* offers */
#offers {
    background: url(../images/discount_1.webp) center/cover no-repeat;
    background-attachment: fixed;
    position: relative;
}
#offers * {
    z-index: 20;
}
#offers .row {
    min-height: 60vh;
}
#offers::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.907);
    top: 0;
    left: 0;
}
.offers-content span {
    font-size: 28px;
}
.offers-content h2 {
    font-size: 60px;
    font-family: var(--sm-font);
}
.offers-content .btn {
    background-color: transparent !important;
}
.offers-content .btn:hover {
    background-color: var(--red-color) !important;
}
/* about */
#about {
    /* background-color: rgba(0, 0, 0, 0.05); */
}
/* newsletter */
#newsletter {
    /* background-color: rgba(0, 0, 0, 0.05); */
}
#newsletter p {
    max-width: 600px;
}
#newsletter .input-group {
    max-width: 600px;
}
#newsletter .form-control {
    padding-left: 20px;
}
/* footer */
footer .brand {
    font-family: var(--sm-font);
    letter-spacing: 2px;
}
footer .text-white {
    color: white !important;
}
footer .list-unstyled {
    padding-right: 0;
}

/* media queries */
@media (min-width: 992px) {
    .nav-item {
        border-bottom: none;
    }
}
@media (max-width: 767px) {
    header h2 {
        font-size: 30px !important;
    }
    header h1 {
        font-size: 40px !important;
    }
}
/* rating */
.rating-css div {
    color: #e59fa8;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}
.rating-css input {
    display: none;
}
.rating-css input + label {
    font-size: 30px;
    text-shadow: 1px 1px 0 #8f8420;
    cursor: pointer;
}
.rating-css input:checked + label ~ label {
    color: #b4afaf;
}
.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}
/* End of Star Rating */
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    background-color: #c93b58;
    color: white !important;
}
.swiper .swiper-slide * {
    text-align: center !important;
}
.swiper .swiper-slide img {
    display: block;
    width: 100%;
}

#collection .row {
    direction: rtl !important;
}
.product_box * {
    text-decoration: none !important;
}
.product_box p {
    font-weight: bold;
    color: #e59fa8;
}
.product_box del {
    text-decoration: line-through !important;
}

/*** Testimonial ***/
.testimonial-carousel * {
    text-decoration: none !important;
    color: #e59fa8;
}
.testimonial-item {
    border-radius: 30px !important;
    height: 220px;
}
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #e59fa8 !important;
    border-color: #e59fa8 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc !important;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #e59fa8;
    border-color: #e59fa8;
}
footer {
    background-color: #c93b58;
}
.footer-bottom {
    background-color: #e59fa8;
}
.get_started {
    position: absolute;
    bottom: 50px;
    left: calc( 50% - 43px );
    background-color: #c93b58;
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.get_started i {
    font-size: 20px;
    color: #fff;
    background-color: #f18fa3;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50% !important;
    line-height: 70px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.addToCart {
    background-color: transparent;
    display: inline-block;
    border: none;
    color: white;
}
.product-title {
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}