* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

button {
  border-radius: 2%;
}

:root {
  --primaryColor:rgba(16, 27, 35, 1) ;
  --SecondaryColor:#FAAF18 ;
  --ThirdColor:rgba(220, 220, 220, 1);
  --linear-gradient:linear-gradient(to right,#093f5366, #00000066 );
  --mainColor1: #FF6F69;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: rgba(247, 247, 247, 1);
  --mainColor6: rgba(136, 216, 176, 1);
  --mainColor7: rgba(199, 244, 249, 1);
}

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

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

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

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

.bg-gray {
  background-color: var(--ThirdColor) !important;
}

body {
  overflow-x: hidden;
  direction: rtl;
  font-size: 1rem;
  color: rgb(27, 27, 27);
  position: relative;
  text-transform: capitalize;
  box-sizing: border-box;
  font-family: "Almarai", sans-serif;
}

.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);
}

.icon-menu {
  display: none;
}

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

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;
}
.card:hover .img-card img {
  max-height: 100%;
}

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

footer {
  background-color: var(--primaryColor) !important;
}
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);
}

.nav-link.active span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.form-res {
  display: none;
}

.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: 42px;
  height: 42px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}

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

.back-to-top {
  background-color: var(--mainColor1);
  display: none;
  bottom: 0%;
  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: var(--mainColor4);
  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(--mainColor2);
}
.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(--mainColor2);
  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(--SecondaryColor);
}

nav .social a {
  width: 25px;
  height: 25px;
  font-size: 15px;
}

nav.bg-primary-color {
  font-size: 15px;
}

.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;
  max-height: 100%;
}
.regular .img-card img:hover {
  transform-origin: 50% 50%;
  cursor: pointer;
}

.img-card {
  overflow: hidden;
}
.img-card img {
  transition: all 0.8s ease;
}
.img-card img:hover {
  transform: scale(0.95);
  transform-origin: 50% 50%;
  cursor: pointer;
}

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

.slider1 .card {
  border-radius: 0px;
}

marquee img {
  max-width: 300px;
}

.div-overflow {
  height: 100%;
  overflow-y: scroll;
  max-height: 63rem;
}

.form-floating label {
  font-size: 1.1rem;
}

footer {
  font-size: 15px;
}
footer .list-footer {
  display: flex;
  flex-wrap: wrap;
}
footer .list-footer li {
  width: 50%;
}
footer span {
  color: var(--mainColor4);
  font-weight: 500;
}
footer a {
  color: var(--mainColor4);
  opacity: 80%;
  font-size: 15px;
}
footer a:hover {
  color: var(--mainColor4);
  opacity: 100%;
}
footer h4 {
  color: var(--mainColor4);
}

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

.loading-screen {
  z-index: 1111111111;
  display: flex;
}

.text-area {
  height: 100%;
}

.bg-img {
  background-image: url("../imgs/about/Frame 1171279974.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

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

.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;
}

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

.nav-link:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

a.bg-red, button.bg-red {
  background-color: var(--primaryColor);
  transition: 0.7s;
  width: 190px;
  font-weight: 400;
  border-radius: 8px;
  font-size: 16px;
}
a.bg-red:hover, button.bg-red:hover {
  background-color: #e7eff1;
  color: var(--primaryColor) !important;
}

.bg-primaryColor {
  background-color: var(--primaryColor);
}
.bg-primaryColor h5 {
  font-size: 19px;
}

p {
  font-size: 15px !important;
  font-weight: 400;
}

label {
  font-size: 14px;
}

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

.btn-hover:hover {
  background-color: white !important;
  color: #000000 !important;
  border: 1px solid black;
}

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

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);
}

/* Support */
footer li, .dropdown-menu li {
  transition: transform 0.3s ease-in-out !important;
}
footer li:hover, .dropdown-menu li:hover {
  cursor: pointer;
  transform: translateX(5px) !important;
}

.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: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.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;
}

.dropdown-item:focus {
  color: var(--mainColor1) !important;
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--mainColor1) !important;
  background-color: transparent;
}

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

.navContainer {
  color: var(--primaryColor);
  font-weight: 500;
  font-size: 16px;
}

.navbar-brand img {
  width: 150px;
  transition: all 0.8s ease;
}
.navbar-brand img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

footer .navbar-brand {
  opacity: 1 !important;
}
footer .navbar-brand img {
  width: 70px;
}

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

.sale {
  background-color: #117AA1;
  color: var(--mainColor4);
}

.img-top-container div:nth-child(odd) {
  padding-top: 50px;
}

h4 {
  font-size: 38px;
}
h4 span {
  color: var(--SecondaryColor);
}

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

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

.img-absloute.green::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url("../imgs/about/Vector-about.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 111;
  text-align: center;
  font-size: 88px;
  left: -6%;
}

.img-absloute.small-img {
  height: 400px;
}

.h3-absloute {
  color: var(--mainColor4);
  position: absolute;
  top: -10px;
  left: -121px;
  text-wrap: nowrap;
}

.about-img-css {
  background-image: url("../imgs/about/7b965f4077a483ba065ad7d30a3e4d98.jpg");
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: var(--mainColor4);
}
.about-img-css .header-img-gridint {
  background: var(--linear-gradient) !important;
}
.about-img-css .header-img-gridint h4 {
  max-width: 80%;
  text-wrap: balance;
}

.squre-after {
  position: relative;
}
.squre-after::after {
  position: absolute;
  content: "";
  height: 250px;
  width: 300px;
  border: 3px solid #30B7E9;
  border-radius: 1px;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

h1 span:nth-child(even) {
  color: var(--SecondaryColor);
  text-transform: lowercase;
}

h1 span:first-child {
  text-transform: capitalize;
}

.section-top-service .small-img-sevice {
  height: 300px;
}
.section-top-service .small-img-sevice img {
  max-width: 90%;
}
.section-top-service .row {
  position: relative;
  margin-block: 120px !important;
}
.section-top-service .row::after {
  background-color: var(--SecondaryColor);
  content: "";
  position: absolute;
  width: 120px;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  background-color: var(--SecondaryColor);
}
.section-top-service .row:nth-child(odd)::after {
  left: 0;
}
.section-top-service .row:nth-child(even)::after {
  right: 0;
}

.img-div-green {
  background-color: var(--SecondaryColor) !important;
}

.border-success {
  --bs-border-opacity: 0.3;
}

.top-service span {
  position: relative;
}
.top-service span::after {
  background-color: var(--SecondaryColor);
  content: "";
  position: absolute;
  width: 99%;
  height: 3px;
  bottom: -10px;
  border-radius: 12px !important;
  left: 0;
  background-color: var(--SecondaryColor);
  transform: scaleX(1);
  transform-origin: bottom left;
}

footer h4 {
  font-size: 20px;
}

.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(--mainColor6);
}

.arrow {
  transition: transform 0.3s ease-in-out !important;
}
.arrow:hover {
  transform: translateX(5px);
}

h2, .h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
}
h2 span, .h2 span {
  position: relative;
}
h2 span::after, .h2 span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(1);
  height: 4px;
  bottom: -3px;
  border-radius: 12px !important;
  background-color: var(--SecondaryColor);
  transform-origin: left bottom;
  left: 0;
  transition: transform 0.25s ease-out;
}

h1, h3, .h3 {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 38px;
}
h1 span, h3 span, .h3 span {
  position: relative;
}
h1 span::after, h3 span::after, .h3 span::after {
  content: "";
  position: absolute;
  width: 95%;
  transform: scaleX(1);
  height: 4px;
  bottom: -3px;
  border-radius: 12px !important;
  background-color: var(--SecondaryColor);
  transform-origin: left bottom;
  left: 0;
  transition: transform 0.25s ease-out;
}
h1 span:hover, h3 span:hover, .h3 span:hover {
  transform: scaleX(0);
}

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

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%;
}
.gallary .prev-button {
  right: 45px;
}

.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;
}
.gallary-container .product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(9, 63, 83, 0.2862745098);
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 11;
}
.gallary-container .img-card:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.gallary-container .product-hover:hover {
  cursor: pointer;
}

.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;
}

.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(--primaryColor);
  font-weight: 300;
}
.nav-pills .nav-link.active, .nav-pills .nav-pills .show > .nav-link {
  background-color: transparent;
  border-radius: 0px;
  color: var(--mainColor2);
  font-weight: 500;
}
.nav-pills .nav-link.active span::after, .nav-pills .nav-pills .show > .nav-link span::after {
  background-color: var(--mainColor1);
}

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

.LanguageMenu .lan {
  font-weight: 600;
  font-size: 16px;
}

.LanguageMenu svg {
  transition: transform 0.2s ease-in-out;
}
.LanguageMenu svg:hover {
  transform: rotateY(180deg);
}

.div-img-container {
  height: 220px;
  overflow: hidden;
  border-radius: 30px;
}
.div-img-container img {
  transition: transform 0.8s ease;
  border-radius: 29px;
  min-height: 100%;
}
.div-img-container:hover {
  cursor: pointer;
}
.div-img-container:hover img {
  transform: scale(1.1);
}
.div-img-container .div-img {
  color: var(--mainColor4);
  background-color: rgba(41, 41, 41, 0.43);
  z-index: 111;
}

.rounded-start-pill {
  border-radius: 1000px 0px 0px 1000px;
}

.img-slider img {
  max-width: 100%;
}

.slider1 .slick-slider {
  max-height: 120px;
}
.slider1 .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  max-height: 78px;
}
.slider1 .slick-track img {
  max-height: 100%;
}

.smart-phone img:nth-child(2) {
  right: 0%;
}

input.form-control, textarea {
  background-color: var(--mainColor5) !important;
  border: none !important;
}

.slider1 .img-slider {
  overflow: hidden;
}
.slider1 .img-slider img {
  transition: all 0.8s ease;
}
.slider1 .img-slider:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.google img {
  transition: all 0.8s ease;
}
.google img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.slider2 .height-img {
  max-height: 350px;
}
.slider2 .height-img:nth-child(even) {
  margin-top: 50px;
}
.slider2 .height-img .height-img div {
  align-items: end;
  overflow-y: hidden;
}
.slider2 .height-img .layer-img {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
}

h5 {
  font-weight: 400;
  font-size: 30px;
}

.list-item li {
  width: 50%;
}

.breadcrumb-item a {
  color: rgb(43, 43, 43) !important;
}

.breadcrumb-item {
  display: contents;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-inline: 10px;
}

.text-secondary {
  color: rgb(94, 94, 94) !important;
}

h6 {
  font-weight: 400;
  font-size: 28px !important;
}

.slider3 img, .slider4 img {
  transition: all 0.8s ease;
  max-width: 100%;
  padding-inline-end: 10px;
}
.slider3 img:hover, .slider4 img:hover {
  transform: scale(0.95);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.goals-list {
  font-weight: 400;
  list-style-position: inside;
  list-style-type: circle;
  font-size: 20px;
}
.goals-list li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../imgs/about/energy.svg");
  background-size: contain;
  right: -10px;
}

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

.iti {
  width: 100%;
}

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

.arabicVersion .rounded-start-pill {
  border-radius: 0px 1000px 1000px 0px;
}
.arabicVersion .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
.arabicVersion .arrow {
  transform: scaleX(-1);
}
.arabicVersion .h3-absloute {
  right: -121px;
  left: 0px;
  text-align: right;
}
.arabicVersion .img-absloute.green::before {
  right: -6%;
}
.arabicVersion .toggle-password {
  position: absolute;
  right: auto;
  left: 14px;
  top: 33%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.arabicVersion .name, .arabicVersion .password {
  background-position: 98% 50%;
}
.arabicVersion .liked-icon {
  left: 20px;
  right: auto;
}

input::-moz-placeholder {
  font-size: 14px;
}

input::placeholder {
  font-size: 14px;
}

.name, .password {
  padding-inline: 40px;
  background-size: 20px 20px;
}

.name {
  background: url("../imgs/login/card.svg") no-repeat 2% 50%;
}

.password {
  background: url("../imgs/login/lock.svg") no-repeat 2% 50%;
}

.tab-content h6 {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 25px;
}
.tab-content p {
  font-weight: 700;
}
.tab-content .row:last-child {
  border-bottom: 0px !important;
}
.tab-content .div-img-container {
  height: 190px;
}

.sticky {
  position: sticky;
  top: 0;
  max-height: 350px;
}

.liked-icon {
  transition: 0.7s !important;
  top: 17px;
  width: 31px;
  height: 31px;
  right: 20px;
  z-index: 1111;
}
.liked-icon path:hover, .liked-icon svg:hover {
  fill: rgb(163, 1, 1) !important;
}

a.mainColor1 {
  transition: 0.7s !important;
}
a.mainColor1:hover {
  color: rgb(163, 1, 1) !important;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  text-align: justify;
}

.social.notifaction li a {
  background-color: var(--ThirdColor);
}

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

.arabicVersion .offcanvas-start {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.google img {
  width: 100px;
}

.icon:hover {
  cursor: pointer;
}

.favourite-icon:hover {
  color: rgb(99, 0, 0) !important;
}/*# sourceMappingURL=style.css.map */