html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px !important;
}

.point {
    cursor: pointer;
}

.transition-me {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:root {
    --second--color: #fff;
    --third--color: #000;
}

.second_color {
    color: var(--second--color);
}

.third_color {
    color: var(--third--color);
}

.main_color {
    color: var(--main--color);
}

.main_bg {
    background: var(--main--color);
}

.second_bg {
    background: var(--second--color);
}

.third_bg {
    background: var(--third--color);
}

.main_bt {
    padding: 8px 40px !important;
    text-decoration: none;
    color: var(--second--color);
    background-color: var(--main--color);
    transition: all 0.5s;
}

.main_bt:hover {
    color: var(--second--color) !important;
    background-color: var(--third--color);
}

.main_bt_reverce {
    text-decoration: none;
    color: var(--second--color);
    background-color: var(--main--color);
}

.main_bt_reverce.active {
    background-color: var(--third--color);
}

.main_bt_o {
    color: var(--main--color);
    background-color: var(--third--color);
    border: 1px solid var(--main--color);
}

.main_bt_o:hover {
    color: var(--third--color);
    background-color: var(--main--color);
    border: 1px solid var(--main--color);
}

.second_bt {
    background-color: var(--main--color);
    color: var(--third--color);
}

.second_bt:hover {
    background-color: var(--second--color);
    color: var(--third--color);
}

.third_bt {
    color: var(--third--color);
    background-color: #838383;
}

.third_bt:hover {
    color: var(--third--color);
    background-color: #000;
}

.main_link {
    text-decoration: none;
    color: #000;
}

.main_link:hover {
    color: var(--main--color);
}

.main_link_reverce {
    color: var(--main--color);
    font-size: 18px;
}

.main_link_reverce:hover,
.main_link_reverce:hover i,
.main_link_reverce:hover span {
    color: #000;
}

i:hover {
    color: var(--main--color);
}

.second_link {
    text-decoration: none;
    color: #22c4ff;
}

.second_link:hover {
    color: #FFF;
}

.main_border {
    border: 2px solid var(--main--color)
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0);
    border: 0px !important;
}

.btn.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.indicator i {
    color: #CCC;
    font-size: 6px;
    margin: 7px 3px;
    padding: 3px !important;
}

.indicator.active i {
    border: 3px solid #000;
    border-radius: 50%;
    color: #000;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ddd
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main--color)), to(#6c6c6c));
    background: linear-gradient(var(--main--color), #6c6c6c);
    border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(var(--main--color)));
    background: linear-gradient(#6c6c6c, var(--main--color))
}

.ActiveCategory {
    border-left: 4px solid var(--main--color);
}

.SettingImage {
    max-height: 400px;
}

.ProductTitle {
    font-size: 20px;
    letter-spacing: -.19px;
    margin: 20px 0 0;
    line-height: 24px;
}

.CategoryTitle {
    word-break: break-word;
    padding: 0 15px;
    font-size: 18px;
}

.max-content {
    width: max-content;
}

.slick-next:before,
.slick-prev:before {
    color: var(--main--color) !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto !important;
}

.iti__country-list {
    overflow-y: auto !important;
}

.iti {
    width: 100% !important;
    direction: ltr;
}

ul#iti-0__country-listbox {
    position: absolute;
    left: 0px;
    direction: ltr;
}

.main_link.active {
    border-bottom: 2px solid var(--main--color) !important;
}

#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}

#search-box .container {
    display: table;
    width: 100%;
    height: 100%;
}

#search-box .container .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

#search-box .container .close:hover {
    opacity: 1;
}

#search-box .container .close:before,
#search-box .container .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: white;
}

#search-box .container .close:before {
    transform: rotate(45deg);
}

#search-box .container .close:after {
    transform: rotate(-45deg);
}

#search-box .container .search-main {
    display: table-cell;
    vertical-align: middle;
}

#search-box .container .search-main .search-inner {
    width: 80%;
    margin: 0 auto;
}

#search-box .container .search-main form {
    position: relative;
}

#search-box .container .search-main input {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 12px 74px 12px 0;
    font-size: 72px;
    height: 84px;
    border-bottom: 2px solid white;
    display: block;
    color: white;
    margin-bottom: 0;
    width: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 3s;
}

#search-box .container .search-main input:focus {
    outline: none;
}

#search-box .container .search-main button {
    border: 0;
    left: auto;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0.3em;
    bottom: 0.3em;
    background: transparent;
    font-size: 43px;
}

#search-box .container .search-main .search-info {
    display: block;
    color: white;
    text-align: right;
    float: right;
    margin-top: 4px;
}

#search-box.-open {
    background: rgba(0, 0, 0, 0.8);
    visibility: visible;
    animation: fadein 0.8s;
}

#search-box.-open .container .search-main input {
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

.price-range-slider .range-value input:focus,
.price-range-slider .range-value input:focus-visible {
    border: none;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: var(--main--color);
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--main--color);
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: var(--main--color);
}

div.ui-slider {
    height: 12px;
}

:root {
    --mainColor1: #636364;
    --mainColor2: rgb(0, 0, 0);
    --mainColor3: #31ba44;
    --mainColor4: #ffffff;
    --mainColor5: #f2e7d8;
    --mainColor6: #3f2105;
    --bg-gradient: linear-gradient(0deg, rgba(148, 114, 88, 1) 5%, rgba(64, 46, 32, 1) 99%, rgba(148, 125, 91, 1) 99.281%);
}

.nav-pills p {
    font-size: 0.875rem;
}

.nav-pills .nav-link {
    color: var(--mainColor4);
}

.nav-pills h5 {
    color: var(--danger);
    animation: colorhead 3s infinite;
}

.btn-primary{
    background-color: var(--main--color) !important;
    border-color: white;
}

.profile .nav-pills .nav-link.active {
    background: var(--mainColor4);
    border-radius: 40px;
    color: var(--mainColor2) !important;
}

.profile .flex-shrink-0 {
    overflow: hidden;
}

.profile .nav-pills p {
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
}

.profile .card-tap h5 {
    color: #4A4A4A;
    font-family: "Paytone One";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.profile .card-tap h6 {
    color: #4A4A4A;
    font-family: "Paytone One";
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.profile .card-tap p {
    color: #808080;
    font-family: Inter;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
}

.profile .round-news {
    border-radius: 1rem;
    border: 1px solid #A5A5A5;
}

.profile .round-img {
    border-radius: 0.875rem 0.875rem 0rem 0rem;
    max-height: 19.5rem;
}

.profile .flex-shrink-0 {
    max-width: 9.9375rem;
    max-height: 9.9375rem;
}

.profile .nav-profile {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.profile-login .nav-pills .nav-link.active {
    background: var(--mainColor4);
    border-color: var(--mainColor2) !important;
    color: var(--mainColor2) !important;
}

.social-icons {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

.social-icons:hover {
    background-color: white !important;
    color: #46637C !important;
}

modal input[type=checkbox] {
    width: 24px;
    height: 24px;
}

modal ul {
    list-style: none;
    list-style-position: inside;
}

modal li {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}

.coupon {
    width: 400px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: stretch;
    position: relative;
    text-transform: uppercase;
    padding: 20px 0px;
    color: #fff;
}

.coupon::before,
.coupon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.coupon::before {
    left: 0;
    background-image: radial-gradient(circle at 0 50%, transparent 25px, red 26px);
}

.coupon::after {
    right: 0;
    background-image: radial-gradient(circle at 100% 50%, transparent 25px, red 26px);
}

.coupon>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left {
    width: 20%;
    border-right: 2px dashed rgba(0, 0, 0, 0.13);
    margin-top: 19px;
}

.left div {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: bold;
}

.center {
    flex-grow: 1;
    text-align: center;
}

.right {
    width: 120px;
    background-image: radial-gradient(circle at 100% 50%, transparent 25px, #fff 26px);
}

.right div {
    font-family: "Libre Barcode 128 Text", cursive;
    font-size: 2.5rem;
    font-weight: 400;
    transform: rotate(-90deg);
}

.center h2 {
    background: white;
    color: black;
    padding: 0 10px;
    font-size: 2.15rem;
    white-space: nowrap;
}

.center h3 {
    font-size: 2.15rem;
}

.center small {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 2px;
}

@media screen and (max-width: 500px) {
    .coupon {
        display: grid;
        grid-template-columns: 1fr;
    }

    .left div {
        transform: rotate(0deg);
    }

    .right div {
        transform: rotate(0deg);
    }
}

s,
strike {
    text-decoration: none;
    position: relative;
}

s::before,
strike::before {
    top: 50%;
    /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red;
    /*this is the color of the line*/
    opacity: 0.7;
    content: "";
    width: 110%;
    position: absolute;
    height: 0.1em;
    border-radius: 0.1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}




.flag-discount {
    border-radius: 5px 0 0 6px;
    color: #fff;
    display: block;
    float: left;
    padding: 0px 8px;
    background: #ff0000;
    font-size: 15px;
    font-weight: 200;
    position: relative;
}

.flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}

.flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #ff0000 transparent transparent transparent;
}

.flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #ff0000 transparent;
}

@media (max-width: 768px) {
    /* For small screens */

    .btn-resposive {

        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Breadcrumb Base Styles */
.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: fit-content;
}

/* RTL Direction (Arabic) */
html[dir="rtl"] .breadcrumb {
    flex-direction: row-reverse;
}

/* LTR Direction (English) */
html[dir="ltr"] .breadcrumb {
    flex-direction: row;
}

/* List Items */
.breadcrumb li {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #6c757d;
}

/* Links */
.breadcrumb li a {
    color: var(--main--color);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Hover Effect */
.breadcrumb li a:hover {
    color: #fff;
    background-color: var(--main--color);
    transform: translateY(-1px);
}

/* Active/Current Item */
.breadcrumb li.color-white {
    color: #495057;
    font-weight: 600;
}

/* Separators */
html[dir="ltr"] .breadcrumb li:not(:last-child)::after {
    content: '⮚';
    display: inline-block;
    color: #adb5bd;
    margin: 0 12px;
    vertical-align: middle;
    font-size: 14px;
}

/* Separators */
html[dir="rtl"] .breadcrumb li:not(:last-child)::before {
    content: '⮘';
    display: inline-block;
    color: #adb5bd;
    margin: 0 12px;
    vertical-align: middle;
    font-size: 14px;
}
/* Separators */
html[dir="rtl"] .breadcrumb {
    direction: ltr;
}


html[dir="rtl"] .breadcrumb li:not(:last-child)::after {
    margin: 0 12px 0 0;
}

html[dir="ltr"] .breadcrumb li:not(:last-child)::after {
    margin: 0 0 0 12px;
}

/* Home Icon */
.breadcrumb li:first-child a::before {
    content: '🏠';
    display: inline-block;
    margin-inline-end: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb {
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px;
    }
    
    .breadcrumb li {
        font-size: 14px;
    }
    
    .breadcrumb li:not(:last-child)::after {
        display: none;
    }
}

.image-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.image-container img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 0);
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 0);
}

.image-container:hover img {
  transform: scale(1.06);
}

.h4-home {
  font-size: 38px;
  line-height: 59px;
}

.subscription-section {
  height: 500px;
}

.range-input-price {
  position: relative;
  height: 10px;
}

.range-input-price input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  bottom: 50%;
  transform: translateY(-100%);
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.range-input-price input[type=range].range-min-price,
.range-input-price input[type=range].range-max-price {
  pointer-events: all;
}

.range-input-price input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

.range-input-price input[type=range]::-moz-range-track {
  height: 6px;
  background: transparent;
}

.range-input-price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 12px;
  border-radius: 4px;
  background: #3b82f6;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.range-input-price input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 12px;
  border-radius: 4px;
  background: #3b82f6;
  border: none;
  cursor: pointer;
}

.range-min-price {
  z-index: 2;
}

.range-max-price {
  z-index: 3;
}

html[lang=ar] .range-input-price,
html[lang=ar] .range-input-price input[type=range] {
  direction: ltr;
}

.pagination li a {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0px;
  color: var(--mainColor2);
}

.active > .page-link,
.page-link.active {
  border: var(--main--color) ;
  color: white ;
}

html[lang=ar] .page-item:last-child .page-link i {
  transform: scale(-1);
}

.page-item:last-child .page-link {
  border-color: var(--main--color) !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

.border-color {
  border-color: var(--main--color);
}

.img-container {
  height: 430px;
}

.fs-14 {
  font-size: 14px !important;
}

.header-div {
  height: 350px;
}

.header-div {
  border-radius: 0px 0px 48px 48px;
}

.img-card {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-card img {
  transition: all 0.8s ease;
}

.img-card:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.container-reverse-store .mission::after {
  position: absolute;
  left: 0px;
  right: -200px;
  top: 0px;
  bottom: 0px;
  content: "";
  background-color: white;
  border-radius: 1000px;
  z-index: -1;
}

.container-reverse-store .row:nth-child(even) .mission {
  flex-direction: row-reverse;
}

.container-reverse-store .row:nth-child(even) .mission::after {
  left: -200px;
  right: 0px;
}

.border-color {
  border-color: var(--main--color);
}

.img-container {
  height: 430px;
}

.fs-14 {
  font-size: 14px !important;
}

.carousel-caption {
  top: 10%;
}

.layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.carousel-item {
  height: 490px;
}

.carousel-item .img-slider {
  height: 100%;
}

.carousel-item .img-slider img {
  min-height: 100% !important;
}

.carousel-caption {
  z-index: 1;
  color: white ;
  right: 6%;
  top: 22%;
  left: 6%;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--SecondaryColor);
  border-radius: 20px !important;
  width: 35px;
  border: 0px;
  height: 7px;
  border-radius: 11px;
  opacity: 1;
  transition: 0.7s !important;
}

.carousel-indicators {
  bottom: 55px;
}

.carousel-indicators .active {
  background-color: var(--main--color)  !important;
}

.carousel-indicators .active {
  width: 78.75px !important;
}

.border:has(input:checked) .form-check {
  border-color: var(--main--color) !important;
}

footer {
  background-image: url("../imgs/home/Footer.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white ;
}
footer h4 {
  font-size: 20px;
  line-height: 36px;
}
footer form div {
  color: white ;
}
footer form div:hover {
  cursor: pointer;
}
footer .nav-link {
  font-size: smaller;
  color: white ;
}
footer .nav-link:hover {
  cursor: pointer;
  color: white ;
  background-color: white ;
  color: var(--mainColor2);
}


footer {
  background-image: url("../imgs/home/Footer.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white ;
}
footer h4 {
  font-size: 20px;
  line-height: 36px;
}
footer .nav-link {
  font-size: smaller;
  color: white;
}
footer .nav-link:hover {
  cursor: pointer;
  color: white;
  background-color: white;
  color: white;
}
footer a {
    color: white;
    opacity: 100%;
    font-size: 16px;
    font-weight: 400;
}

footer a:hover
 {
    color: white;
    opacity: 100%;
}
ul{
    list-style:  none;
    list-style-position: inside;
}
footer li,
.dropdown-menu li:has(.dropdown-item) {
  transition: transform 0.3s ease-in-out !important;

 }
footer li:hover,
.dropdown-menu li:has(.dropdown-item):hover {
    cursor: pointer;
    transform: translateX(5px) !important;
  }
.social li {
  list-style: none;
}
.social li a {
  opacity: 100% !important;
  width: 40px;
  height: 40px;
  background-color: rgba(183, 233, 246, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.377);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main--color) ;
}
.social li a::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social li a .icon {
  position: relative;
  transition: 0.5s;
  z-index: 3;
  color: white;
  opacity: 1;
}
.social li a:hover .icon {
  color: white;
  transform: rotateY(360deg);
  font-size: 20px;
}
.social li a:hover::before {
  top: 0;
}

.social li a:before {
  background: var(--main--color) ;
}
@media only screen and (max-width: 770px) {
  .header-div {
    height: 250px;
  }
}
@media only screen and (max-width: 1254px) {
  .icon-menu:hover {
    color: white ;
  }
  body {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-body {
    padding: 0px;
  }

  .offcanvas {
    overflow-y: auto;
    max-width: 85%;
  }
 
  .second-navbar .offcanvas {
    background-color: var(--ThirdColor);
    font-size: 16px !important;
  }

  

  .social {
    padding-inline: 0px;
  }
  .social li a {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* .list-data-footer li{
    text-align: center;
  } */
  /* .navContainer .nav-link span {
    color: var(--mainColor2);
  } */
  .carousel-caption {
    right: 7%;
    top: 17%;
    left: 7%;
  }
  .bg-img {
    background-size: 100% 41%;
    background-position: top;
    height: 250px;
  }
  .bg-img.rating {
    background-position: center center;
    background-size: cover;
    height: auto;
  }
  .h3-absloute {
    position: static;
  }
  .bg-img h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .zoom {
    max-height: 350px;
    overflow: hidden;
  }
  .gray-bage h3 {
    font-size: 30px;
  }
  .flex-shrink-0 img {
    max-width: 100%;
  }
  .table-row-data h6 {
    font-size: 13px;
    font-weight: 300;
    text-wrap: nowrap;
  }
  .table-row-data h6.semibold {
    font-size: 10px;
  }
  .w-75,
  .w-50 {
    width: 100% !important;
  }
  form.w-50 {
    width: 100% !important;
  }
  .nav-pills-profile {
    display: none;
  }
  .nav-pills {
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-pills h6 {
    text-wrap: nowrap;
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .profile .nav-pills h6 {
    text-align: center;
  }
  .icon-menu-profile {
    display: flex !important;
    padding-inline: 2rem;
  }
  .color-calendar.basic .calendar__days .calendar__day-other {
    color: var(--cal-color-primary);
    opacity: 0.2;
  }
  h2 {
    font-size: 24px;
    line-height: 37px;
  }
  h4 {
    font-size: 20px !important;
    line-height: 27px;
    text-wrap: balance;
  }
  .service-img::after {
    left: 2%;
    width: 300px;
    height: 300px;
  }
  h5 {
    font-size: 27px !important;
    line-height: 34px;
    font-weight: 600;
  }
  .card h2 {
    font-size: 18px;
  }
  .emcan {
    font-size: 12px !important;
  }
  .emcan a {
    font-size: 13px !important;
  }
  .w-img-popup {
    width: 30%;
  }
  .floatwhatsapp,
  .back-to-top {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .nav-link span {
    font-size: 14px !important;
  }
  .nav-pills .nav-link h2 {
    font-size: 13px !important;
  }
  .prev-button,
  .next-button {
    width: 30px !important;
    height: 30px !important;
    bottom: 93% !important;
  }
  .small-absolute {
    height: 350px;
  }
  .img-phonesmart {
    height: 350px;
  }
  .phone img {
    height: 100%;
  }
  .phone::after {
    width: 80px;
    height: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .parent {
    display: flex;
  }
  .parent {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .parent div {
    height: 250px;
  }
  .projects .parent {
    display: flex;
  }
  .projects .parent {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .projects .parent div {
    height: 250px;
  }
  .item-height {
    height: 40vh;
    overflow: hidden;
  }
  .item-height img,
  .item-height video {
    max-width: 182%;
  }
  .item-container {
    height: 250px;
  }
  .img-card.img-flip img {
    width: 100% !important;
  }
  .slider2 .img-card {
    max-height: 200px;
  }
  .flex-grow-1 {
    font-size: 10px;
  }
  .text-price {
    font-size: 14px;
  }
  .overlay2 {
    font-size: 1.5rem;
  }
  .container {
    width: 99%;
  }
  .section {
    padding: 2.3rem 0rem 2.3rem 0rem;
  }
}
@media only screen and (max-width: 770px) {
  .text-md-start.text-center {
    text-align: center !important;
  }
  .img-container {
    height: 330px;
  }
  .footer-style {
    order: 2;
  }
  .header-div {
    height: 220px;
  }
  .container-divs div:nth-child(3n+2) {
    padding-inline-start: 4px;
  }
  .container-divs div:nth-child(3n+1) {
    padding-inline-end: 4px;
  }
  .container-divs div:nth-child(3n) {
    margin-block: 16px;
  }
  .slick-dots {
    bottom: 26px;
  }
  html[lang=ar] .second-img {
    transform: translateX(-25%);
  }
  .position-relative:has(.item-height) .card-body h4.h4-home {
    font-size: 20px;
    line-height: 30px;
  }
  .img-container.doctor-img {
    height: 350px;
  }
  .img-container.doctor-img img {
    max-width: 75% !important;
  }
  .rate h4 {
    font-size: 24px;
  }
  .rate h5 {
    font-size: 15px;
  }
  .header-div.bg-img {
    height: 200px;
  }
  .about h5 {
    font-size: 23px;
    line-height: 35px;
  }
  .carousel-caption h4 {
    font-size: 25px;
  }
  .carousel-caption h6 {
    font-size: 16px;
  }
  .carousel-item {
    height: 650px;
  }
  .carousel-caption {
    right: 3%;
    top: 10%;
    left: 3%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 198px;
  }
  .carousel-caption h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .carousel-caption p {
    font-size: 16px;
    line-height: 25px;
  }
  .row-res {
    display: flex;
  }
  .row-res-img {
    display: none;
  }
  .row-small {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .row-small .zoom {
    max-width: 20%;
  }
  .img-big {
    width: 100% !important;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    /* left: -9999px; */
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  tbody tr {
    margin-block: 15px;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 0px;
    width: 100%;
    padding-inline: 0.5rem;
    white-space: nowrap;
    font-weight: 700;
  }
  td:nth-of-type(1):before {
    content: "Id";
  }
  td:nth-of-type(2):before {
    content: "Date";
  }
  td:nth-of-type(3):before {
    content: "Location";
  }
  td:nth-of-type(4):before {
    content: "Price";
  }
  td:nth-of-type(5):before {
    content: "Status";
  }
  td {
    display: flex;
    flex: 1;
    text-wrap: nowrap;
  }
}
@media only screen and (max-width: 550px) {
  .img-circle1 {
    height: 100px;
  }
  .img-circle2 {
    width: 100px;
    height: 100px;
  }
  .carousel-item {
    height: 500px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 18px !important;
  }
  label:not(.form-check-label) {
    font-size: 15px;
  }
  footer a {
    font-size: 14px;
  }
  .expert li {
    font-size: 13px;
  }
  .carousel-caption {
    right: 0%;
    left: 0%;
  }
  .first-img {
    height: 90%;
  }
}

@media only screen and (max-width: 450px) {
 
  p {
    font-size: 14px !important;
    text-wrap: wrap;
    line-height: 18px;
  }
  .carousel-caption h4 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 0px;
  }
  .carousel-caption h6 {
    font-size: 16px;
  }
  .carousel-caption p {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 991px) {
 
  body:has(.slider-home-nav) .navContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
  }
  body:has(.slider-home-nav) .navContainer .LanguageMenu {
    color: white;
  }

  body:has(.slider-home-nav) .navContainer .LanguageMenu svg {
    transition: transform 0.2s ease-in-out;
  }
  body:has(.slider-home-nav) .navContainer .LanguageMenu svg path {
    stroke: white;
  }
  body:has(.slider-home-nav) .navContainer .LanguageMenu svg path:hover {
    transform: rotateY(180deg);
  }
  body:has(.slider-home-nav) .navContainer .nav-link span {
    color: white ;
    font-weight: 400;
  }
  body:has(.slider-home-nav) .navContainer .navbar-brand2 {
    display: block;
  }
  body:has(.slider-home-nav) .navContainer .navbar-brand1 {
    display: none;
  }
  body:has(.slider-home-nav) .navContainer .icon-svg svg path {
    stroke: white !important;
  }
 


}/*# sourceMappingURL=style.css.map */