* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

button {
  border-radius: 2%;
}

:root {
  --primaryColor: #B73039;
  --SecondaryColor: rgba(242, 0, 0, 1);
  --ThirdColor: rgb(243 243 243);
  --mainColor1: #636364;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #13a17e;
  --mainColor6: #4D4D4D;
  --bg-gradient: linear-gradient(0deg, rgb(53, 0, 0), rgba(242, 0, 0, 1), rgba(148, 125, 91, 1) 99.281%);
}
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cairo:wght@200..1000&family=Changa:wght@200..800&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Jacques+Francois+Shadow&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
.bg-maincolor5 {
  background-color: var(--mainColor5);
}

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

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

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

body {
  font-size: 1rem;
  color: rgb(27, 27, 27);
  position: relative;
  text-transform: capitalize;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html[lang="ar"] body {
  font-family: 'Cairo', sans-serif;

}
.text-ar{
      font-family: 'Cairo', sans-serif;

}
.bg-primary-color {
  background-color: var(--primaryColor);
}

.primary-color {
  color: var(--primaryColor);
}

.main-colo6 {
  color: var(--mainColor6);
}

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

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: none;
}

.slider li,
.slider3 li {
  color: white;
  border-right: 2px solid #fff;
  text-align: center;
}

.btn-slider {
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: transparent !important;
  color: var(--mainColor5);
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.btn-slider {
  background: var(--bg-gradient);
}

.btn-slider:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
  color: #FFF;
}

.card-bage {
  background-color: var(--mainColor5);
}

.seeall-product {
  border-color: var(--mainColor1);
  color: var(--mainColor1);
}

.seeall-product:hover {
  background-color: var(--mainColor1);
  color: var(--mainColor4);
}

li.slick-active button {
  background-color: var(--mainColor2);
  width: 78.75px;
  height: 14px;
  border-radius: 24px;
}

.regular2 .postio {
  max-height: 80vh;
  background-color: #717171;
}

.btn-slider2 {
  background-color: var(--mainColor6);
}

.btn-slider2:hover {
  background: var(--bg-gradient);
}

.bg-img {
  background-image: url("../imgs/home/5.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-img h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px;
}

.form-select {
  background-position: right 0.3rem center;
}

.questions-container {
  border: 1px solid var(--mainColor2);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.question-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-box p {
  margin-bottom: 0;
  font-weight: 600;
}

.answer {
  color: #646464;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.4rem */
}

.map {
  max-height: 250px;
}

h6 {
  font-size: 15px;
}

.card-text small {
  font-size: 13px !important;
}

h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 36px */
  text-transform: uppercase;
}

.slider2 .img-card {
  max-height: 50vh;
}

.explore:hover {
  background-color: rgb(124, 0, 0);
  color: var(--mainColor4) !important;
  opacity: 10px !important;
}

.container-reverse-store img {
  max-height: 60vh;
}

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

.hide-content {
  display: none;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.border-black {
  border-color: var(--mainColor2) !important;
}

a:hover {
  cursor: pointer;
}

.summary span:nth-child(odd)::after,
.flex-grow-1 div div p span:nth-child(odd)::after {
  content: ":";
  padding-inline: 1px;
}

.form-select {
  background-position: right 1rem center;
}

.emcan {
  font-size: 14px;
}

.emcan span {
  font-size: inherit !important;
}

.emcan span:hover {
  color: #0077b5;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: " ";
}

.offcanvas-body ul li a {
  font-size: 18px;
}

.nav-link span {
  position: relative;
}

.nav-link span:hover {
  color: var(--primaryColor) !important;
}

.nav-link:hover span {
  color: #000000;
}

.color {
  width: 24px;
  height: 24px;
  border-radius: 27px;
  box-shadow: 0 0 0 0.03rem rgba(175, 175, 175, 0.25);
}

.color:hover {
  cursor: pointer;
}

.color .border-white {
  border: 0px solid;
}

.color.active {
  border: 1px solid;
}

.color.active .border-white {
  border: 2px solid;
}

.color.active div {
  border-radius: inherit;
}

.card-text .color {
  width: 16px;
  height: 16px;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

tr {
  vertical-align: middle;
}

table {
  width: 100%;
  /* Makes the table take up 100% of the container's width */
  border-collapse: collapse;
  max-width: 180%;
  overflow-x: auto;
}

th,
td {
  text-align: center;
}

a.bg-primary-color,
button.bg-primary-color {
  background-color: var(--primaryColor);
  transition: 0.7s;
  max-width: auto;
  border-radius: 8px;
}

.best-sell {
  z-index: 11111;
  font-size: 13px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--mainColor4);
  border-radius: 10px !important;
  width: 35px;
  height: 4px;
  border-radius: 11px;
}

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

.carousel-indicators {
  bottom: 2%;
}

.img-card {
  height: 200px;
}

.filter-button {
  border: none;
  font-weight: 400;
}

.filter-button.active {
  background-color: var(--SecondaryColor) !important;
  color: var(--mainColor4) !important;
  font-weight: 500;
}

.bg-primaryColor {
  background-color: var(--primaryColor);
}

.bg-primaryColor h5 {
  font-size: 19px;
}

.img-icon {
  width: 50px;
  height: 50px;
  background-color: var(--SecondaryColor);
}

p {
  font-size: 16px !important;
}

.bg-products {
  background-image: url("../imgs/home/Frame 1171276904.png");
  height: 40vh;
  background-position: center center;
}

.bg-primaryColor .dropdown-toggle {
  color: var(--mainColor4);
  width: 120px !important;
}

.bg-primaryColor .filter-button {
  color: var(--mainColor4);
}

.bg-primaryColor .filter-button span {
  position: relative;
}

.bg-primaryColor .filter-button span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.bg-primaryColor .filter-button:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bg-primaryColor .filter-button.active {
  background-color: transparent;
  color: var(--SecondaryColor);
}

.bg-primaryColor .filter-button.active span {
  position: relative;
}

.bg-primaryColor .filter-button.active span::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.length {
  background-color: var(--ThirdColor);
}

.details-product {
  color: rgb(69, 69, 69);
  font-weight: 400;
  font-size: 17px !important;
}

.price {
  font-size: 18px;
}

.img-product-slider img {
  width: 100%;
  display: block;
  background-color: var(--ThirdColor);
}

.img-product-slider .img-display {
  overflow: hidden;
}

.img-product-slider .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-product-slider .img-showcase img {
  min-width: 100%;
}

.img-product-slider .img-select {
  padding-block: 10px;
  display: flex;
  gap: 10px;
}

.img-product-slider .img-item:nth-child(1),
.img-product-slider .img-item:nth-child(2),
.img-product-slider .img-item:nth-child(3) {
  margin: 0;
}

.img-product-slider .img-item:hover {
  opacity: 0.8;
}

button,
a.btn {
  transition: 0.7s !important;
  border-radius: 8px;
}

.button-width {
  width: 180px;
  height: 44px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-block: 0rem !important;
}

.border-connect:last-child {
  border-bottom: 0px !important;
}

.save-btn {
  display: none;
}

.password-container {
  position: relative;
  display: flex;
}

.toggle-password {
  position: absolute;
  right: 14px;
  top: 33%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.resend {
  display: none;
}

.small {
  font-size: 0.8em;
}

.progress {
  height: 8px;
}

::-moz-selection {
  color: #fff;
  background: #17a2b8;
}

::selection {
  color: #fff;
  background: #17a2b8;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.arabicVersion .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.arabicVersion .form-select {
  background-position: left 1rem center;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 72px;
  font-weight: 600;
}

h4 span {
  color: var(--ThirdColor);
}

.slider-home {
  height: 60vh;
}

.light-gray {
  color: rgb(153, 153, 153);
}

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

.mainColor1 {
  color: var(--mainColor1);
}

body {
  font-size: 16px;
  color: rgb(27, 27, 27);
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.bg-primary-color {
  background-color: var(--primaryColor) !important;
}

.primary-color {
  color: var(--primaryColor) !important;
}

.bg-Secondary-color {
  background-color: var(--SecondaryColor);
}

.Secondary-color {
  color: var(--SecondaryColor);
}

.search {
  top: 96%;
}

.search .checkin:first-child::after {
  display: none;
}

.choose-city::after {
  display: none;
}

.checkin {
  position: relative;
}

.checkin::after {
  position: absolute;
  top: 13%;
  bottom: 13%;
  left: -10%;
  content: "";
  border: 1px solid #B3B3B3;
}

.rate {
  text-align: center;
}

.rate h4 {
  font-weight: bold;
  font-size: 54px;
  color: var(--primaryColor);
}

.rate h4::after {
  font-weight: 600;
  padding-inline: 3px;
}

.rate h5 {
  font-size: 16px;
  font-weight: 500;
}

.rate .row div:nth-child(1) h4::after {
  content: "M+";
}

.rate .row div:nth-child(2) h4::after {
  content: "M";
}

.rate .row div:nth-child(2) h4::before {
  content: "$";
  font-weight: 600;
  padding-inline: 3px;
}

.rate .row div:nth-child(3) h4::after {
  content: "+";
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.card:hover .img-card {
  border-radius: inherit;
}

footer {
  background-color: var(--primaryColor);
  color: var(--mainColor4);
}

footer h4 {
  font-size: 24px;
  line-height: 36px;
}

footer form div {
  color: var(--mainColor4);
}

footer form div:hover {
  cursor: pointer;
}

footer .nav-link {
  font-size: smaller;
  color: var(--mainColor4);
}

footer .nav-link:hover {
  cursor: pointer;
  border-radius: 3%;
  color: var(--mainColor4);
  background-color: var(--mainColor4);
  color: var(--mainColor2);
}

footer .social li a {
  border: 1px solid rgba(255, 255, 255, 0.336);
  color: var(--mainColor4);
}

footer .social li a .icon {
  color: var(--mainColor4);
}

footer .social li a:hover .icon {
  color: var(--primaryColor);
}

footer .social li a:before {
  background: var(--mainColor4);
}

.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 15%;
  display: flex;
  transition: transform 0.2s ease-in-out;
}

.floatwhatsapp:hover {
  transform: translateY(-3px);
}

.back-to-top {
  background-color: transparent;
  border: 2px solid var(--mainColor2);
  display: none;
  bottom: 25%;
  color: var(--mainColor2);
  z-index: 111;
  transition: transform 0.2s ease-in-out;
}

.back-to-top:hover {
  transform: translateY(-3px);
}

.social li {
  list-style: none;
}

.social li a {
  opacity: 100% !important;
  width: 40px;
  height: 40px;
  background-color: inherit;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
}

.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: var(--primaryColor);
  opacity: 1;
}

.social li a:hover .icon {
  color: var(--mainColor4);
  transform: rotateY(360deg);
}

.social li a:hover::before {
  top: 0;
}

.social li a:before {
  background: var(--primaryColor);
}

.cardsimg img,
.cardsimg video {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

.card {
  cursor: pointer;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid #000000 !important;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.form-control[disabled] {
  background: var(--ThirdColor);
}

.regular .img-card {
  overflow: hidden;
}

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

.regular .img-card img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
  margin-top: 0%;
}

.img-card {
  overflow: hidden;
}

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

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

marquee img {
  max-width: 300px;
}

footer .list-footer {
  display: flex;
  flex-wrap: wrap;
}

footer span {
  color: white;
  font-weight: 500;
}

footer a {
  color: white !important;
  opacity: 90%;
  font-size: 16px;
}

footer a:hover {
  color: var(--mainColor4);
  opacity: 100%;
}

footer h4 {
  color: var(--mainColor4);
  font-size: 20px;
}

#navBar .nav-link.active {
  opacity: 100%;
}

h6,
.h6 {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 36px !important;
}

.ul p {
  font-size: 16px !important;
  line-height: 24px;
}

.border-black {
  border-color: var(--mainColor2) !important;
}

a:hover {
  cursor: pointer;
}

.emcan {
  font-size: 14px;
}

.emcan span {
  font-size: inherit !important;
}

.nav-link span {
  position: relative;
  color: #474747 !important;
  font-size: 16px;
}



a.login,
button.login {
  background-color: rgb(35, 115, 169);
  transition: 0.7s;
  font-weight: 400;
  border-radius: 8px;
  font-size: 16px;
}

a.login:hover,
button.login:hover {
  background-color: #e7eff1;
  color: rgb(35, 115, 169);
}

p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 27px;
}

label {
  font-size: 14px;
}

button.btn,
a.btn {
  transition: 0.7s !important;
  border-radius: 8px;
}

/* Support */
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;
}

.form-check .form-check-input {
  margin-left: 0em;
  margin-inline: 3px;
}

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

.img-card-container img {
  max-height: 90%;
}

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

.slider-img .img-card {
  height: auto;
}

.w-img-popup {
  width: 20%;
}

.gray-div {
  transition: all 0.8s ease;
}

.gray-div:hover {
  transform: scale(1.04);
  transform-origin: 50% 50%;
  cursor: pointer;
  box-shadow: rgba(136, 184, 81, 0.596) 2px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
}

.regular .card {
  transition: all 0.9s ease;
}

.img-card-container {
  overflow: hidden;
}

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

.img-card-container img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
  margin-top: 0%;
}

.navbar-brand img {
  max-width: 200px;
  transition: all 0.8s ease;
}

.navbar-brand img:hover {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.section-top-service .row.map {
  position: relative;
  margin-block: 20px !important;
}

.section-top-service .row.map::after {
  background-color: #E7FDFD;
  content: "";
  position: absolute;
  width: 250px;
  opacity: 90%;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.img-absloute {
  max-height: 350px;
  overflow: hidden;
  width: 80%;
}

.connection p {
  font-size: 16px !important;
}

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

.header-div {
  height: 200px;
}
.header-div:has(img) {
  height: 350px;
}

.header-div.terms {
  background-image: url("../imgs/home/befad68c363d2bef86d82cfb1aaf4f61.jfif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.header-div.bg-img {
  height: 600px;
}

.rating .rounded-card {
  transition: all 1s ease !important;
  border-radius: 28px;
  box-shadow: hsla(0, 0%, 0%, 0.24) 4px 7px 7px -7px, rgba(0, 0, 0, 0.3) 0px 4px 3px -8px;
}

.rating .rounded-card:hover {
  transform: scale(1.05) !important;
  transform-origin: 50% 50%;
  box-shadow: hsla(0, 0%, 0%, 0.24) 4px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
  cursor: pointer;
}

.container-home {
  z-index: 1;
  background-color: var(--primaryColor);
  color: var(--mainColor4);
}

.arrow {
  transition: transform 0.3s ease-in-out !important;
}

.arrow:hover {
  transform: translateX(5px);
}

.nav-link span {
  position: relative;
}

.nav-link span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 3px;
  bottom: -3px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  transform-origin: right bottom;
  left: 0;
  transition: transform 0.25s ease-out;
}

.nav-link:hover {
  transform: scaleX(1);
}

a.h2 {
  font-weight: 500;
}

a.h2 span:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.rating.bg-img {
  background-image: url("../imgs/home/e43f3adbbdb167c86d3140f7ab5d80f0.png");
}

.marquee .slick-slide {
  height: 190px;
  max-width: 150px;
  display: flex;
  align-items: center;
}

.marquee .slick-slide div {
  height: 100%;
  overflow: hidden;
}

.marquee .slick-slide div img {
  max-height: 100%;
  max-width: 90%;
}

span.arrow::after {
  display: none;
}

.bg-img.about {
  background-image: url("../imgs/home/Wireframe - 1.png");
  background-size: cover;
  background-position: top;
}

.vision-mission {
  margin-bottom: 300px;
}

.info-container .about-img-css {
  background-attachment: local;
}

.info-container .vision-container {
  background-image: url("../imgs/about/vision.svg");
}

.info-container .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.info-container .row:nth-child(odd) .vision-mission .row {
  justify-content: start;
}

.info-container .row:nth-child(odd) .vision-mission .row .vision-mission-description {
  margin-inline-start: 150px;
  margin-inline-end: 0px;
}

.vision-mission-description .container-home {
  top: 100px;
}

.vision-mission-description.squre-after::after {
  z-index: auto;
  top: 200px;
  bottom: auto;
}

.container-service .ul-before {
  position: relative;
}

.container-service .ul-before::before {
  position: absolute;
  content: "";
  height: 30px;
  background-color: #30B7E9;
  width: 30px;
}

.container-service .ul-before::after {
  position: absolute;
  content: "";
  height: 50px;
  background-color: #30B7E9;
  width: 50px;
  left: 100%;
  bottom: 50%;
}

.container-service ul {
  display: flex;
  flex-wrap: wrap;
}

.container-service ul li {
  width: 50%;
}

.container-service .row .label-page {
  color: rgb(22, 157, 207);
}

.container-service .row .squre-after-service {
  position: relative;
}

.container-service .row .squre-after-service::after {
  position: absolute;
  content: "";
  height: 250px;
  width: 300px;
  border: 3px solid #30B7E9;
  border-radius: 1px;
  bottom: -30px;
}

.container-service .row:nth-child(even) .squre-after-service::after {
  right: -30px;
  z-index: -1;
}

.container-service .row:nth-child(even) .about-img-css {
  background-image: url("../imgs/home/Wireframe - 1.png");
}

.container-service .row:nth-child(odd) .squre-after-service::after {
  bottom: -30px;
  left: -30px;
}

.first {
  font-size: 14px !important;
  font-weight: 400;
}

.img-card-protofilo {
  max-height: 350px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-card-protofilo .sale span {
  min-width: 250px;
}

.ul-number {
  counter-reset: count 0;
}

.ul-number li {
  position: relative;
  counter-increment: count 1;
}

.ul-number li::before {
  position: absolute;
  left: -15px;
  counter-increment: section;
  content: counter(count, decimal) ".";
}

.gallary .slick-arrow {
  position: absolute;
  background-color: var(--primaryColor);
}

.gallary .slick-arrow.slick-disabled {
  background-color: rgb(196, 196, 196);
}

.gallary button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  position: absolute;
  z-index: 111;
  right: 0;
  top: 100%;
}

.img-team-cards .first {
  width: -moz-fit-content;
  width: fit-content;
}

.img-team-cards .img-card {
  transition: transform 0.2s ease-in-out;
  height: 150px;
  overflow: hidden;
  width: 150px;
  border-radius: 50% !important;
}

.img-team-cards .img-card img {
  max-height: 160%;
}

.img-team-cards .img-card img:hover {
  transform: scale(1.2);
}

.gallary-container .img-card {
  position: relative;
  height: 250px;
}

.product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
}

.grid-item:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.grid-item-descr:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.product-hover-last {
  background-color: rgba(30, 30, 30, 0.5019607843);
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  background-color: white;
}

.img-box img {
  height: auto;
  width: 100%;
  transform: scale(1);
  transition: transform 0.4s ease;
  border-radius: inherit;
}

.small-img-sevice img {
  transition: transform 0.5s ease-in-out;
}

.small-img-sevice img:hover {
  cursor: pointer;
  transform: scale(1.07);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  bottom: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

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

.nav-pills .nav-link h2,
.nav-pills .nav-link .h2 {
  font-size: 20px !important;
  font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .nav-pills .show>.nav-link {
  border-radius: 10px !important;
  background-color: var(--mainColor1);
  color: var(--mainColor2);
}

.img-thumbnail {
  border: none !important;
}

.LanguageMenu .lan {
  font-weight: 600;
  font-size: 16px;
  font-family:"cairo";
}
html[lang="ar"] .LanguageMenu .lan {
  font-family: "Poppins", sans-serif;
}
.LanguageMenu svg {
  transition: transform 0.2s ease-in-out;
}

.LanguageMenu svg:hover {
  transform: rotateY(180deg);
}

footer img {
  width: 170px;
}

.nav-link.active span {
  font-weight: 500;
  color: var(--primaryColor) !important;
}

.bg-img.service {
  background-image: url("../imgs/background/Wireframe - 2.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.gallary {
  background-image: url("../imgs/background/gallary.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.contactus {
  background-image: url("../imgs/background/Wireframe - 3.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.team {
  background-image: url("../imgs/background/Wireframe - 6.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.portfolio {
  background-image: url("../imgs/background/Wireframe - 5.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.bg-policy {
  background-image: url("../imgs/home/e43f3adbbdb167c86d3140f7ab5d80f0.png");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.fw-medium {
  font-weight: 500 !important;
}

.border-thirdcolor {
  border-color: var(--ThirdColor) !important;
  color: var(--ThirdColor);
}

.border-thirdcolor:hover {
  background-color: var(--ThirdColor);
}

.primary-color-opecity {
  background-color: rgb(253, 219, 155);
}

.btn {
  transition: transform 0.3s ease-in-out !important;
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0.1803921569) !important;
  cursor: pointer;
  transform: translateY(-2px) !important;
  color: var(--mainColor2) !important;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: var(--mainColor2) !important;
  font-size: 16px;
  font-weight: 500;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
  color: var(--mainColor5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-js .vjs-big-play-button {
  cursor: pointer;
  background-color: var(--mainColor3);
  border-radius: 50%;
  height: 2em;
  width: 2em;
}

.list-group {
  font-size: 20px;
  font-weight: 400;
}

.video-js .vjs-tech {
  border-radius: inherit;
}

.breadcrumb-item a {
  color: #52474A !important;
}

.choose-city span::after {
  content: "...";
}

.Discover {
  font-size: 36px;
  line-height: 61px;
}

.input-group.position-relative:has(.choose-city:focus, #checkOut:focus, #checkIn:focus) {
  position: relative;
}

.input-group.position-relative:has(.choose-city:focus, #checkOut:focus, #checkIn:focus)::after {
  content: "";
  position: absolute;
  width: 20%;
  transform-origin: right bottom;
  height: 4px;
  transform: scaleX(0);
  transform: scaleX(1);
  transform-origin: bottom left;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  left: 0;
  transition: transform 0.25s ease-out;
  z-index: 11;
  transform-origin: bottom left;
}

.liked-icon {
  transition: 0.7s !important;
  z-index: 1111;
}

.arabicVersion .liked-icon {
  left: 10px;
  right: auto;
}

.liked-icon path:hover,
.liked-icon svg:hover {
  fill: rgb(163, 1, 1) !important;
}

.prev-button,
.next-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  z-index: 1;
  display: flex;
  top: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: var(--primaryColor) !important;
}

.prev-button:hover,
.next-button:hover {
  background-color: var(--primaryColor) !important;
  color: var(--mainColor4) !important;
}

.next-button {
  right: 1px;
}

.prev-button {
  left: 1px;
}

.describtion {
  list-style: disc;
  font-size: 18px;
}

.describtion span {
  font-weight: 500;
}

.describtion span::after {
  content: ":";
  padding-inline: 2px;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.choose-city span::after {
  content: "...";
}

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

.card-inf {
  font-size: 14px;
}

.rate-icon,
.liked-icon {
  z-index: 111111;
}

a.bg-primary-color {
  color: var(--mainColor4);
}

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

.slider {
  width: 100%;
  margin: auto;
}

.slider .slide {
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

.slider .slide img {
  border-radius: 50%;
}

.slider3 .slick-track {
  display: flex;
  align-items: center;
}

.container-icon {
  width: 90px;
  height: 90px;
  background-color: rgb(254, 237, 205);
}

.login {
  background-color: rgb(35, 115, 169);
}

::-moz-selection {
  color: #fff;
  background: #17a2b8;
}

::selection {
  color: #fff;
  background: #17a2b8;
}

.header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

h3.small-title {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 60px;
  font-size: 14px;
}

h3.small-title span {
  background-color: #eab75f;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  width: 10%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.gray-icon {
  fill: none;
}

.gray-icon.fill {
  fill: rgb(249, 160, 0);
}

.gray-icon:hover:not(.fill) {
  fill: rgb(249, 160, 0);
  cursor: pointer;
}

.grid-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px 24px;
  grid-template-areas: "img1 img1" "img2 img3";
}

.grid-imgs div {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.grid-imgs .img1 {
  grid-area: img1;
}

.grid-imgs .img2 {
  grid-area: img2;
}

.grid-imgs .img3 {
  grid-area: img3;
}

.grid-imgs div:nth-child(-n+3) {
  position: relative;
  cursor: pointer;
}

.product-hover-last span {
  font-size: 36px;
  font-weight: 600;
}

.progress-bar {
  background-color: var(--primaryColor);
}

.progress {
  height: 12px;
}

.search-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255, 204, 51, 0.34);
}

.arabicVersion .section-top-service .row.map::after {
  right: 0px;
  left: auto;
}

.arabicVersion .navbar-nav {
  justify-content: start;
}

.arabicVersion .arrow {
  transform: scaleX(-1);
}

.arabicVersion .arrow i {
  transform: scaleX(-1);
}

.arabicVersion .Newsletter input {
  background-position: 98% 50%;
}

.arabicVersion .text-md-start {
  text-align: right !important;
}

.arabicVersion .text-md-end {
  text-align: left !important;
}

.arabicVersion .about-container::after {
  right: 2%;
  left: auto;
}

.arabicVersion .accordion-button::after {
  margin-right: auto;
  margin-left: 0px;
}

.accordion-details .accordion-button::after {
  display: none;
}

/*.accordion-details .accordion-button {*/
/*  background-color: #ffffff !important;*/
/*  height: 43px;*/
/*}*/

.accordion-details .accordion-button {
  color: var(--primaryColor) !important;
}

.img-container::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.img-container img {
  transition: all 0.8s ease;
  width: 100%;
}

.img-container img:hover {
  transform: scale(1.07);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.doctor-img::after {
  top: 15%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  background-color: #e3baf1;
}

.service-img div {
  border-radius: 300px 2000px 10000px 10000px;
  max-height: 90%;
  overflow: hidden;
}

.service-img::after {
  background-color: rgb(246, 223, 162);
  left: 0%;
  bottom: 0%;
  width: 380px;
  height: 380px;
}

h5 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

h5 span {
  color: rgb(127, 62, 152);
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}

.card .h2,
.card h2 , .card h5 {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
}

.card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.card p {
  color: #4D4D4D;
  font-size: 14px;
}

.about h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.w-img-popup {
  width: 50%;
}

.about-container {
  padding-block: 40px;
}

.about-container div {
  height: 250px;
  overflow: hidden;
  width: 95%;
}

.about-container::after {
  background-color: transparent;
  left: 2%;
  bottom: 30px;
  width: 260px;
  height: 270px;
  border: 2px solid rgb(127, 62, 152);
}

p.text-secondary {
  color: rgb(122, 122, 122) !important;
  font-size: 14px !important;
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.color-calendar {
  background-color: rgb(250, 239, 209) !important;
  width: 100%;
}

.color-calendar .calendar__days {
  grid-template-columns: repeat(7, minmax(35px, 95px)) !important;
}

.color-calendar.basic .calendar__weekdays {
  grid-template-columns: repeat(7, minmax(20px, 105px)) !important;
}

.color-calendar .calendar__header {
  grid-template-columns: repeat(7, minmax(20px, 101px)) !important;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: var(--primaryColor);
  box-shadow: 0 3px 15px -5px var(--primaryColor);
}

.calendar__day-active {
  color: var(--mainColor2);
}

.calendar__day-today {
  color: var(--mainColor2) !important;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  background-color: var(--primaryColor);
}

.time label:hover {
  cursor: pointer;
}

.time.active label {
  background-color: var(--primaryColor);
  color: var(--mainColor4);
  border-color: var(--primaryColor) !important;
}

.checkout input {
  width: 25px;
  height: 25px;
}

.checkout input:focus {
  box-shadow: none;
}

.checkout label {
  font-size: 16px;
  font-weight: 400;
}

.checkout p {
  color: rgb(62, 62, 62);
}

.border-bottom:has(.Payment.active) {
  background-color: var(--primaryColor);
  color: var(--mainColor4);
}

.border-bottom:has(.Payment.active) .form-check-input:checked {
  background-color: transparent;
  border-color: #ffffff;
}

.Newsletter {
  color: var(--mainColor4) !important;
}

.Newsletter input {
  background-color: transparent;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%2019C15.6421%2019%2019%2015.6421%2019%2011.5C19%207.35786%2015.6421%204%2011.5%204C7.35786%204%204%207.35786%204%2011.5C4%2015.6421%207.35786%2019%2011.5%2019Z%22%20stroke%3D%22%23F3F1F2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M20%2020L18%2018%22%20stroke%3D%22%23F3F1F2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat 12px center;
  color: var(--mainColor4);
  background-position-x: 2px;
  background-position-y: center;
  background-size: auto;
  background-size: 30px 30px;
  padding-inline: 40px;
}

.Newsletter input::-moz-placeholder {
  color: var(--mainColor4);
}

.Newsletter input::placeholder {
  color: var(--mainColor4);
}

.Newsletter input:focus {
  background-color: transparent;
  border: 0px solid #000000 !important;
  color: var(--mainColor4);
}

.connection svg {
  transition: transform 0.2s ease-in-out;
}

.connection svg:hover {
  transform: translateY(-3px);
  cursor: pointer;
}

.carousel-caption {
  top: 10%;
}

.layer {
  background-color: rgba(17, 17, 17, 0.3294117647) !important;
  z-index: 1;
}

.carousel-item {
  height: 600px;
}

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

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

.carousel-caption {
  z-index: 1;
  color: var(--mainColor4);
  right: 10%;
  top: 22%;
  left: 10%;
  text-align: start;
}

.carousel-caption h6 {
  font-weight: 500;
  line-height: 35px;
  font-size: 20px;
}

.carousel-caption h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}

.carousel-caption p {
  font-size: 20px;
  line-height: 35px;
}

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

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

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

.about h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.about h5 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
}

.accordion-header {
  font-size: 20px;
  line-height: 32px;
}

.accordion-button:not(.collapsed) {
  color: var(--mainColor2);
  box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button {
  /*background-color: #E8E8E8 !important;*/
  height: 43px;
}

 .accordion-button::after {
  width: 3rem !important;
  height: 43px !important;
  /*background-color: #000000;*/
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M25.333%2012L17.0409%2019.1075C16.4418%2019.6211%2015.5576%2019.6211%2014.9584%2019.1075L6.66634%2012%22%20stroke%3D%22%23041115%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E) !important;
  background-position: center center;
      transform: rotate(0deg) !important;

}

/*.accordion-home .accordion-button:not(.collapsed)::after {*/
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_35_3073)'%3E%3Cpath d='M0 9.75V14.25C0 14.4489 0.0790176 14.6397 0.21967 14.7803C0.360322 14.921 0.551088 15 0.75 15H23.25C23.4489 15 23.6397 14.921 23.7803 14.7803C23.921 14.6397 24 14.4489 24 14.25V9.75C24 9.55109 23.921 9.36032 23.7803 9.21967C23.6397 9.07902 23.4489 9 23.25 9H0.75C0.551088 9 0.360322 9.07902 0.21967 9.21967C0.0790176 9.36032 0 9.55109 0 9.75Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_3073'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");*/
/*}*/

.accordion-button.show-accordion::after {
    transform: rotate(-180deg) !important;
}
/*.accordion-button.show-accordion::after{*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_35_3073)'%3E%3Cpath d='M0 9.75V14.25C0 14.4489 0.0790176 14.6397 0.21967 14.7803C0.360322 14.921 0.551088 15 0.75 15H23.25C23.4489 15 23.6397 14.921 23.7803 14.7803C23.921 14.6397 24 14.4489 24 14.25V9.75C24 9.55109 23.921 9.36032 23.7803 9.21967C23.6397 9.07902 23.4489 9 23.25 9H0.75C0.551088 9 0.360322 9.07902 0.21967 9.21967C0.0790176 9.36032 0 9.55109 0 9.75Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_3073'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");*/
/*}*/


.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: -50px;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-inline: 3px;
  border: none;
  text-indent: -9999px;
  background-color: #6e6e6e;
  opacity: 0.75 !important;
}

.slider-img li {
  text-align: center;
}

li.slick-active button {
  background-color: rgb(48, 48, 48);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.badge {
  z-index: 111;
}

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

.btn-bg-load-more {
  border: 1px solid var(--primaryColor);
  font-size: 18px;
}

.vjs-control-bar {
  border-radius: inherit;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-js .vjs-big-play-button {
  cursor: pointer;
  background-color: var(--mainColor4);
  border-radius: 50%;
  height: 2em;
  width: 2em;
}

.video-js {
  background-color: #ffffff;
}

.ul-Methodology li {
  width: 50%;
}

.card-blue {
  background: #E7FDFD;
}

.bg-blue {
  background: #E7FDFD;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

.img-margin .img-card {
  height: 380px;
}

.slider-logos .slick-slide {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider-logos .slick-slide img {
  max-width: 90%;
  transition: all 0.8s ease;
}

.slider-logos .slick-slide {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider-logos .slick-slide img {
  max-width: 90%;
  transition: all 0.8s ease;
}

.slider-logos .slick-slide:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.video-card {
  height: 260px;
}

.dropdown-menu .dropdown-item {
  text-align: start !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.arabicVersion .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.form-check-input:checked[type=radio] {
  background-color: var(--mainColor2);
}

.form-check .form-check-input {
  float: none;
  margin-left: 0em;
}

.form-check-input:checked[type=radio] {
  background-color: var(--mainColor2);
}

.form-check-input:checked {
  border-color: var(--mainColor2);
}

.form-check {
  padding-left: 0em;
}

.form-check-input:focus {
  border-color: rgba(134, 182, 254, 0);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.dropdown-menu.drop-filter li {
  border-bottom: 2px solid #f1f1f1;
}

.dropdown-menu li:hover {
  cursor: pointer;
  transform: translateX(5px) !important;
  color: var(--SecondaryColor);
}

.dropdown-menu li {
  transition: transform 0.3s ease-in-out !important;
}

.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  color: #9C9C9C;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: transparent;
  color: var(--primaryColor);
}

.increase,
.decrease,
.amount {
  width: 36px;
  height: 36px;
  gap: 0px;
  border-radius: 100px;
  opacity: 0px;
  text-align: center;
  cursor: pointer;
}

.flex-shrink-0 img {
  max-width: 65px;
}

table {
  max-width: 100%;
  overflow-y: auto;
}

.bg-success-subtle {
  background-color: #DFF0D8;
}

.bg-gray {
  background-color: #BFBFBF;
}

.YOUR-ORDERS .row div:nth-child(2) {
  text-align: end;
}

.flex-grow-1 h6 {
  text-align: start;
}

.woocommerce-checkout-payment ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.payment_box::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #f1f1f1;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 1em;
  content: "";
  display: block;
  left: 0;
  margin: -1em 0 0 2em;
  position: absolute;
  top: -0.75em;
}

div.payment_box {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-sizing: border-box;
  color: #999;
  font-size: 0.92em;
  line-height: 1.5;
  margin: 5px 0 15px;
  padding: 1em;
  position: relative;
  width: 100%;
}

label {
  color: #4D4D4D;
}

.arabic {
  text-align: right;
  direction: rtl;
}

.border-primarycolor {
  border-color: var(--primaryColor) !important;
}

.btn-dark {
  background: #32373C !important;
}

.social-black li a {
  background-color: black;
}

.social-black li a .icon {
  color: var(--mainColor4);
}

.page-link:hover svg path {
  fill: var(--primaryColor) !important;
}
.page-link{
    height: 40px;
    width: 40px;
  background-color: var(--primaryColor) !important;

}
.pagination .page-item .page-link{
color: white !important;

}
.office h4 {
  color: #2B2AB3;
}

.social-media li a {
  border-radius: 10%;
  width: 45px;
  height: 45px;
}

.social-media li:has(.fa-facebook-f) a {
  background-color: #3b5998;
}

.social-media li:has(.fa-twitter) a {
  background-color: #1da1f2;
}

.social-media li:has(.fa-youtube) a {
  background-color: #cd201f;
}

.social-media li a .icon {
  color: var(--mainColor4);
}

label.required::after {
  content: "*";
  color: RED;
}

.search-container {
  display: none;
  z-index: 111111111111111100000000000;
  background-color: rgba(0, 0, 0, 0.582);
}

.search-container .close-div {
  right: 5%;
  top: 10%;
}

.search-container input {
  padding-inline: 10px;
}

.search-container input::-moz-placeholder {
  color: var(--mainColor4);
}

.search-container input::placeholder {
  color: var(--mainColor4);
}

th,
tr,
td {
  text-wrap: nowrap;
}

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



.arabicVersion .profile .nav-pills .nav-link.active h6::after {

  left: auto;
  right: 0;
}

.profile {
  .nav-pills .nav-link.active h6 {
    position: relative;

  }

  .nav-pills .nav-link.active h6::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: var(--primaryColor);
  }
}

.profile-login {

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

  }

  .accordion-button {
    background-color: #ffffff !important;
    height: 43px;
  }
}


.nav-pills .nav-link.active,
.nav-pills .nav-pills .show>.nav-link {
  background-color: var(--mainColor4);
}

.profile .nav-pills .nav-link h6 {
  border-bottom: var(--ThirdColor) solid 3px;
  text-align: start;
  text-transform: capitalize;

}

.arabicVersion .next-button {
  left: 1px;
  right: auto;
  transform: scaleX(-1) !important;
}
.arabicVersion .prev-button {
  right: 1px;
  left: auto;
  transform: scaleX(-1) !important;

}

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

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

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

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}
.img-card{
    height: 350px;
}
.img-card img{
    object-fit:cover
}
ul{
  list-style-position: inside !important;

}
  .img-container {
    height: 330px;
  }
  .avatar-group {
  display: flex;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -15px;
  transition: transform 0.2s ease;
}
html[lang="ar"]  .avatar {

  margin-left: auto;
  margin-right: -15px;
}
.avatar:first-child {
  margin-left: 0;
}

.avatar:hover {
  transform: scale(1.1);
  z-index: 10;
}
.video-js{
    object-fit:contain;
    height:200px;

}
@media only screen and (min-width: 991px)  {
   .h5-home {
  font-size: 61px !important;
  line-height: 40px;
}
.video-js{
    object-fit:cover;
    height:500px;

}
  .img-container {
    height: 530px;
  }
.header-div.services{
    height:750px;
}
     .row-grid .grid .grid-item:nth-child(odd) .img-card:nth-child(1){
  width: 40%;

}
 .row-grid .grid .grid-item:nth-child(odd) .img-card:nth-child(2){
  width: 60%;

}
  .row-grid .grid .grid-item:nth-child(even) .img-card:nth-child(2){
  width: 40%;

}
  .row-grid .grid .grid-item:nth-child(even) .img-card:nth-child(1){
  width: 60%;

}
  .row-grid  .img-card{
  height: 160px;
}

}


