@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

:root {
  --primaryColor: rgba(42, 77, 115, 1);
  --SecondaryColor: #f8773d;
  --ThirdColor: #d9b95f;
  --linear-gradient: linear-gradient( 135deg,, #093f5366, #00000066);
  --mainColor1: #F6DFA2;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #f2e7d8;
}

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

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

.bg-gray {
  background-color: rgb(230, 230, 230);
}

.loading-screen {
  --primaryColor: #232122;
  --SecondaryColor: #F9F9F9;
  background-color: var(--SecondaryColor);
  z-index: 99999;
  display:flex;
}

.page-spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 5px solid rgba(35, 33, 34, 0.15);
  border-top-color: #232122;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

p {
  margin-bottom: 0px;
}

.h4-home {
  font-size: 40px;
  line-height: 59px;
}
.h4-home span {
  color: var(--ThirdColor);
}

.slider-home {
  height: 60vh;
}

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

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

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

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

body {
  font-size: 16px;
  color: rgb(255, 255, 255);
  background: black;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

html[lang=ar] body {
  font-family: "Cairo", sans-serif;
}

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

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

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

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

.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 h4 {
  font-weight: 700;
  font-size: 48px;
  color: var(--primaryColor);
}
.rate h4::before {
  font-weight: 600;
  padding-inline: 3px;
  content: "+";
}
.rate p {
  font-weight: 400;
  color: var(--ThirdColor);
}

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

html[lang=ar] .rate div:nth-child(3) h4::after {
  content: "الف";
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

footer {
  background-color: #222222;
  color: var(--mainColor5);
}
footer h4 {
  font-size: 20px;
  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;
  color: var(--mainColor4);
  background-color: var(--mainColor4);
  color: var(--mainColor2);
}

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

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 10px;
  transition: transform 0.2s ease-in-out;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}
.floatwhatsapp:hover {
  transform: translateY(-3px);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 20px;
    opacity: 0.75;
  }
  75% {
    padding: 30px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.back-to-top {
  background-color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  display: none;
  bottom: 100px;
  color: var(--mainColor4);
  transition: transform 0.2s ease-in-out;
  box-shadow: 1px 1px 2px #686868;
}
.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(--primaryColor);
  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(--SecondaryColor);
}
.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(--mainColor4);
  opacity: 1;
}
.social li a:hover .icon {
  color: var(--primaryColor);
  transform: rotateY(360deg);
  font-size: 20px;
}
.social li a:hover::before {
  top: 0;
}

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

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

.card:not(.bottom):hover {
  transition: all 0.6s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  cursor: pointer;
}
.card:not(.bottom):hover .img-card {
  border-radius: inherit;
}

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

marquee img {
  max-width: 300px;
}

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

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

.underline span {
  position: relative;
}
.underline span::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 3px;
  bottom: -6px;
  border-radius: 12px !important;
  left: 0;
  background-color: var(--ThirdColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(1);
  transform-origin: bottom left;
}

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

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

a:hover {
  cursor: pointer;
}

.emcan {
  font-size: 14px;
  opacity: 90%;
}
.emcan span {
  font-size: inherit !important;
}

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

.nav-link span::after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  transition: all 0.25s ease-out;
  z-index: 111;
  display: flex;
  margin: auto;
}

.nav-link span {
  transition: color 0.5s ease, font-weight 0.5s ease;
}

.nav-link:hover span {
  font-weight: 700 !important;
}

.nav-link:hover span::after {
  width: 100%;
}

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;
  font-weight: 400;
  line-height: 26px;
}

label:not(.form-check-label) {
  font-size: 16px;
}

label.form-check-label {
  font-size: 14px;
}

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

li:has(.dropdown-item) {
  transition: transform 0.3s ease-in-out !important;
}
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: 350px;
  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;
}

.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 {
  max-height: 120px;
}
.navbar-brand img {
  transition: all 0.8s ease;
}


.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: 400px;
}

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

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

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

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

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

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

.LanguageMenu .lan {
  font-family: "Cairo", sans-serif;
}

.LanguageMenu {
  color: rgb(0, 0, 0);
}
.LanguageMenu svg {
  transition: transform 0.2s ease-in-out;
}
.LanguageMenu svg path {
  stroke: rgb(0, 0, 0);
}
.LanguageMenu svg:hover {
  transform: rotateY(180deg);
}

.nav-link span {
  transition: all 0.3s ease-in-out;
}

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

footer img {
  width: 170px;
}

.nav-link span {
  color: var(--mainColor2);
  font-weight: 500;
}

.nav-link.active span {
  font-weight: 700 !important;
  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);
}

a.btn:not(.btn-service) {
  font-weight: 700;
}
a.btn:not(.btn-service):hover {
  background-color: var(--SecondaryColor) !important;
  cursor: pointer;
  transform: translateY(-2px) !important;
  color: var(--primaryColor) !important;
}

button.btn {
  transition: 0.8s !important;
}
button.btn:hover {
  opacity: 70%;
  cursor: pointer;
  color: var(--mainColor2) !important;
}

a.contact:hover {
  background-color: var(--SecondaryColor) !important;
  color: var(--primaryColor) !important;
}

button.bg-primary-color:hover {
  background-color: var(--SecondaryColor) !important;
  cursor: pointer;
  color: var(--mainColor2) !important;
}

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

.breadcrumb-item a {
  font-weight: 400;
}

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

html[lang=ar] .liked-icon {
  left: 10px;
  right: auto;
}

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

.time-picked .prev-button,
.time-picked .next-button,
.date-picked .prev-button,
.date-picked .next-button {
  top: 36% !important;
}
.time-picked .next-button,
.date-picked .next-button {
  right: -6px;
}
.time-picked .prev-button,
.date-picked .prev-button {
  left: -6px;
}

.describtion {
  list-style: disc;
  font-size: 18px;
}
.describtion span {
  font-weight: 500;
}
.describtion span::after {
  content: ":";
  padding-inline: 2px;
}

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

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: 16px !important;
  color: var(--primaryColor);
  font-weight: 400;
  line-height: 60px;
  font-size: 14px;
}

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

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

html[lang=ar] .section-top-service .row.map::after {
  right: 0px;
  left: auto;
}
html[lang=ar] .layer-home {
  background-position: right top;
}
html[lang=ar] .layer-home.right {
  background-position: left top;
}
html[lang=ar] .LanguageMenu .lan {
  font-family: "Cairo", sans-serif;
}
html[lang=ar] .next-button {
  right: auto;
  left: 60px;
}
html[lang=ar] .prev-button {
  left: 10px;
  right: auto;
}
html[lang=ar] .arrow {
  transform: scaleX(-1);
}
html[lang=ar] .Newsletter input {
  background-position: 98% 50%;
}
html[lang=ar] .text-md-start {
  text-align: right !important;
}
html[lang=ar] .text-md-end {
  text-align: left !important;
}
html[lang=ar] .about-container::after {
  right: 2%;
  left: auto;
}
html[lang=ar] .accordion-button::after {
  margin-right: auto;
  margin-left: 0px;
}

.img-container img {
  transition: all 0.8s ease;
  width: 100%;
}
.img-container img:hover {
  transform: scale(1.07);
  transform-origin: 50% 50%;
  cursor: pointer;
}

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

.card h2 {
  font-size: 20px;
  color: var(--primaryColor);
  font-weight: 400;
  line-height: 22px;
}

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

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

p.text-secondary {
  color: var(--ThirdColor) !important;
  font-weight: 400;
}

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

.time label:hover {
  cursor: pointer;
}

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

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

div input[type=checkbox]:checked label {
  color: var(--ThirdColor);
}

.Newsletter {
  color: var(--mainColor4) !important;
}
.Newsletter input::-moz-placeholder {
  color: var(--mainColor4);
}
.Newsletter input::placeholder {
  color: var(--mainColor4);
}
.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: 5px;
  background-position-y: center;
  background-size: auto;
  background-size: 22px 25px;
  padding-inline: 30px;
}
.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 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3019607843);
}

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

.layer-home {
  background-image: url("../imgs/home/layer-home.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.layer-about {
  background-image: url("../imgs/home/bg-about.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.layer.layer-img {
  background-color: rgba(28, 58, 169, 0.67);
}

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

.item-height {
  height: 75vh;
  overflow: hidden;
}
.item-height img,
.item-height video {
  max-width: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.about h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--primaryColor);
}

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

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

.accordion-home .accordion-button::after {
  width: 2rem !important;
  height: 2rem !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%20fill%3D%22%23F1582F%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2013H19V19H13V21H19V27H21V21H27V19H21V13Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  background-size: 2rem !important;
}

.accordion-home .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2239%22%20rx%3D%2219.5%22%20stroke%3D%22black%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M25.6569%2015.7573L24.2426%2014.3431L20%2018.5857L15.7574%2014.3431L14.3431%2015.7573L18.5858%2020L14.3431%2024.2426L15.7574%2025.6568L20%2021.4142L24.2426%2025.6568L25.6569%2024.2426L21.4142%2020L25.6569%2015.7573Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  background-color: transparent;
}

.slick-dots {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  gap: 4px;
  right: 0;
  margin: 0;
  bottom: 0px;
  padding-inline: 3rem !important;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: var(--SecondaryColor);
  text-indent: -9999px;
  transition: 0.7s !important;
}

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

li.slick-active button {
  background-color: var(--primaryColor);
  border-radius: 30px;
}

.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: 32px;
  font-weight: 700;
  line-height: 100%;
}

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

h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.position-absolute .badge {
  border-radius: 0px 32px 32px 0px !important;
}

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

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

.about-container::before {
  background-color: transparent;
  background-image: url("../imgs/home/Group (3).svg");
  background-size: contain;
  bottom: -25%;
  left: -10%;
  width: 300px;
  height: 300px;
  position: absolute;
  opacity: 25%;
  content: "";
}

.about-container::after {
  background-image: url("../imgs/home/Group (3).svg");
  background-size: contain;
  top: -25%;
  transform: scale(-1);
  right: -10%;
  opacity: 25%;
  width: 300px;
  height: 300px;
  position: absolute;
  content: "";
}

.about-container {
  position: relative;
  overflow: hidden;
}

.h5-home {
  font-size: 50px !important;
}

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

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

.img-card.about-card {
  height: 350px;
}

.card h4,
.card .h4 {
  font-size: 23px;
  line-height: 39px;
  font-weight: 500;
}

.flag-container:hover {
  background-color: transparent;
}

.img-card img {
  max-width: 170%;
}

a:has(span.arrow) .arrow,
button:has(span.arrow) .arrow {
  transition: transform 0.3s ease-in-out !important;
}

button:has(.arrow) {
  transition: all 0.8s ease-in-out !important;
}

a:has(span.arrow):hover .arrow {
  transform: translateX(5px) !important;
}
a:has(span.arrow):hover {
  transform: translateY(0px) !important;
}

button:has(span.arrow):hover .arrow {
  transform: translateX(5px) !important;
}
button:has(span.arrow):hover {
  transform: translateY(0px) !important;
}

.search-nav {
  background-color: rgba(255, 255, 255, 0.2);
}

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

.subscrib {
  color: white;
}

.pagination li a {
  border-radius: 30% !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F1F1F1;
  color: var(--mainColor2);
}

.active > .page-link,
.page-link.active {
  background-color: #595859;
  font-weight: 700;
  border: 0px;
}

.subscrib::-moz-placeholder {
  color: rgb(255, 255, 255) !important;
}

.subscrib::placeholder {
  color: rgb(255, 255, 255) !important;
}

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

.next-button {
  right: 10px;
}

.prev-button {
  right: 60px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-height: 500px;
}
.parent div {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.parent div img {
  max-width: 200%;
}
.parent .div1 {
  grid-area: 1/1/3/3;
}
.parent .div2 {
  grid-area: 1/3/2/4;
}
.parent .div3 {
  grid-area: 1/4/2/5;
}
.parent .div4 {
  grid-area: 2/3/3/4;
}
.parent .div5 {
  grid-area: 2/4/3/5;
}

.projects .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.projects .parent div {
  cursor: pointer;
}
.projects .parent .div1 {
  grid-area: 1/1/2/2;
}
.projects .parent .div2 {
  grid-area: 1/2/2/3;
}
.projects .parent .div3 {
  grid-area: 1/3/2/4;
}
.projects .parent .div4 {
  grid-area: 2/1/3/4;
}

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

.img-card:has(.layer) {
  height: 280px;
}

.container-divs div {
  background-color: white;
}
.container-divs div:nth-child(3n+1),
.container-divs div:nth-child(3n+2) {
  width: 50%;
}
.container-divs div:nth-child(3n+1) {
  padding-inline-end: 12px;
}
.container-divs div:nth-child(3n+2) {
  padding-inline-start: 12px;
}
.container-divs div:nth-child(3n) {
  margin-block: 24px;
  width: 100%;
}

.sevices-fade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 35%, rgb(4, 5, 21) 100%);
}

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

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

.fw-600 {
  font-weight: 600;
}

.fw-900 {
  font-weight: 900;
}

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

.img-slider {
  height: 150px;
  transition: all 0.8s ease;
}
.img-slider img {
  width: 89%;
}
.img-slider:hover {
  transform: scale(1.04);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.waves {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--primaryColor);
}

.slick-list {
  overflow: visible;
}

.img-container-cards .img-card {
  height: 143px;
  max-width: 80%;
}

.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex .img-card {
  position: absolute;
  right: 10%;
  top: 0px;
  bottom: 0px;
}
.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex {
  justify-content: start;
  position: relative;
}
.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex:first-child,
.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex:last-child {
  justify-content: end;
}
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex {
  justify-content: end;
  position: relative;
}
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex .img-card {
  position: absolute;
  left: 10%;
  top: 0px;
  bottom: 0px;
}
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex:first-child,
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex:last-child {
  justify-content: start;
}

.navbar-brand2 {
  display: none;
}

.nav-bar-padding {
  padding-top: 60px;
}

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

.navbar-toggler {
  color: var(--mainColor2) !important;
}

.card:has(.top-card) .top-card {
  top: 0%;
}

.card:has(.img-card-service) {
  height: 473px;
  background-image: url("../imgs/home/OBJECTS.png");
}

.card:has(.img-card-service):hover img {
  transform: scale(1.08);
}

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

.doctor-img::after {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../imgs/home/Vector.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 300px 300px;
}

.img-container {
  height: 450px;
}

.slider-container .grid {
  transition: all 0.8s ease;
}

.typed-cursor {
  display: none;
}

.expert {
  padding-inline: 30px;
}
.expert li {
  color: #000000;
  font-weight: 700;
}
.expert li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../imgs/home/Stickers V11.png");
  background-size: contain;
  left: -28px;
  right: auto;
  background-repeat: no-repeat;
}

html[lang=ar] .expert li::after {
  right: -28px;
  left: auto;
}

html[lang=ar] .offcanvas-start {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.img-circle1 {
  height: 140px;
}

.img-circle2 {
  width: 150px;
  height: 150px;
}

html[lang=ar] .country-list {
  text-align: right;
}

.slider-img .bg-img {
  height: 306px;
}
.slider-img .bg-img div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.slider-img .bg-img img {
  max-width: 100%;
}

.slider-img .bg-img {
  height: 236px;
}

.lan:hover {
  color: white;
}

.slick-slider .slick-track {
  margin-left: initial;
  margin-right: initial;
}

.slick-slide {
  padding-inline: 10px;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-text {
  display: none;
  letter-spacing: 7px;
}

a.LanguageMenu:hover,
a.LanguageMenu span:hover {
  color: var(--primaryColor);
}
a.LanguageMenu:hover svg path,
a.LanguageMenu span:hover svg path {
  stroke: var(--primaryColor);
}

.navbar-nav {
  text-wrap: nowrap;
}

.fa-star {
  color: var(--primaryColor);
  font-size: 14px;
}

.slider-container .grid:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.slider-container .grid:hover svg path {
  fill: var(--mainColor4) !important;
}
.slider-container .grid:hover .grid svg path {
  fill: var(--SecondaryColor) !important;
}

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

.slider-container .card.active {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.form-check .form-check-input {
  height: 16px;
  width: 16px;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--SecondaryColor);
  outline: 0;
  box-shadow: 0 0 0 0.1rem var(--SecondaryColor);
}

.form-check-input {
  border-color: var(--SecondaryColor);
  background-color: var(--primaryColor);
}

body:has(div.checkout),
body:has(.checkout-bg) {
  position: relative;
}
body:has(div.checkout)::after,
body:has(.checkout-bg)::after {
  position: absolute;
  content: "";
  width: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 550px;
  bottom: 280px;
  z-index: -1;
}

body:has(div.checkout)::after {
  right: 0px;
  background-image: url("../imgs/home/bg-checkout.png");
}

body:has(.checkout-bg)::after {
  left: 0px;
  background-image: url("../imgs/home/checkout.png");
}

.bg-about {
  background-image: url("../imgs/home/Mask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.color-calendar.basic .calendar__header {
  padding: 25px;
}

.color-calendar.basic .calendar__arrow-prev,
.color-calendar.basic .calendar__monthyear,
.color-calendar.basic .calendar__arrow-next {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #E4E5E7;
}

.form-control::-moz-placeholder {
  color: var(--mainColor2);
  font-size: 14px;
}

.form-control::placeholder {
  color: var(--mainColor2);
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--SecondaryColor) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(248, 71, 1, 0.034) !important;
  background-color: rgba(248, 71, 1, 0.034);
}

.form-control {
  font-size: 14px;
}

.color-calendar.basic .calendar__days .calendar__day-box {
  border-radius: 0.5rem;
  background-color: var(--primaryColor);
  box-shadow: 0 3px 15px -5px var(--SecondaryColor);
}

.border {
  border: 1px var(--bs-border-style) #595859 !important;
}

.form-bg {
  background-image: url("../imgs/home/planet.png");
  background-repeat: no-repeat;
}

.carousel-control-prev, .carousel-control-next {
  display: none;
}

.bg-header {
  background-image: url("../imgs/home/bgg.png");
}

.grid .grid-item .img-card {
  width: 100%;
}

.small-absolute {
  height: 450px;
}

input[type=location] {
  overflow: clip !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M15.5 11C15.5 12.933 13.933 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z' stroke='%23202020' stroke-width='1.5'/><path d='M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z' stroke='%23202020' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 16px 16px;
}

.page-item:last-child .page-link {
  color: var(--primaryColor);
  padding-inline: 20px;
  font-weight: 600;
}

.layer-home.right {
  background-position: right top;
}

html[lang=ar] input[type=location] {
  background-position: left 9px center;
}

.circle {
  animation: rotate-circle 2s infinite linear;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  z-index: 111111;
}

.connection svg, .connection img {
  transition: all 0.8s ease;
}
.connection:hover {
  cursor: pointer;
}
.connection:hover svg, .connection:hover img {
  transform: translateY(-4px);
}

.sevices-cards .card svg {
  transition: all 0.8s ease;
}
.sevices-cards .card:hover {
  cursor: pointer;
}
.sevices-cards .card:hover svg {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.img-container.shape:has(.second-img) .first-img {
  width: 70%;
  height: 90%;
}

.second-img {
  width: 80%;
  right: auto;
  height: 50%;
  transform: translate(-40%, 20%);
  overflow: hidden;
}

html[lang=ar] .second-img {
  right: 0px;
  left: auto;
  transform: translate(40%, 20%);
  overflow: hidden;
}

.bg-blur {
  background-color: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(8px);
}

/* main horizontal line */
.timeline::before {
  content: "";
  position: absolute;
  left: 14px; /* match padding-left */
  right: 14px; /* match padding-right */
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #e9ecef;
}

/* arrows on both ends */
.timeline::after,
.timeline .arrow-start {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e9ecef;
  border-right: 2px solid #e9ecef;
  transform: translateY(-50%) rotate(45deg);
}

/* right arrow (pseudo ::after) */
.timeline::after {
  right: 16px;
}

/* left arrow (extra element so we can flip) */
.timeline .arrow-start {
  left: 16px;
  transform: translateY(-50%) rotate(-135deg);
}

/* milestone dot */
.tl-dot {
  position: relative;
  display: flex;
  width: 10px;
  height: 10px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.8);
  outline: 2px solid #e9ecef;
  border-radius: 50%;
  margin: 6px auto 0;
  z-index: 1;
  box-sizing: content-box;
}

.tl-item {
  text-align: center;
  min-width: 90px;
}

.tl-year {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  color: var(--mainColor4);
}

/* optional: make it compact on very small screens */
@media (max-width: 576px) {
  .tl-year {
    font-size: 0.9rem;
  }
  .tl-item {
    min-width: 72px;
  }
}
.accordion-item {
  position: relative;
}

.accordion-item::before {
  content: "";
  left: 0px;
  width: 8px;
  position: absolute;
  z-index: 11;
  top: 0px;
  bottom: 0px;
  background-color: var(--primaryColor);
}

.bg-frame {
  background-image: url("../imgs/home/bg-frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

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

.nav-pills .nav-link {
  color: var(--mainColor4) !important;
  position: relative;
}

.nav-pills .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--mainColor4);
  transition: all 0.25s ease-out;
  z-index: 111;
  display: flex;
  margin: auto;
}

.nav-pills .nav-link.active::after {
  width: 100%;
}

.bg-img-section {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999 !important;
}

input::placeholder, textarea::placeholder {
  color: #999999 !important;
}

input.text-white::-moz-placeholder, textarea.text-white::-moz-placeholder {
  color: var(--mainColor4) !important;
}

input.text-white::placeholder, textarea.text-white::placeholder {
  color: var(--mainColor4) !important;
}

html[lang=ar] .intl-tel-input.allow-dropdown .selected-flag {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
html[lang=ar] input[type=tel] {
  padding-left: 10px;
  padding-right: 47px;
  direction: rtl !important;
}
html[lang=ar] .intl-tel-input.allow-dropdown .selected-flag {
  border-left: solid 1px rgba(221, 221, 221, 0.637);
  border-right: solid 0px rgba(221, 221, 221, 0.637);
}
html[lang=ar] .iti {
  direction: rtl;
}
html[lang=ar] .iti__dropdown-content {
  right: 0px;
  left: auto;
}

.iti {
  position: relative;
  width: 100% !important;
}

.tab {
  display: none;
}

.step {
  width: 33%;
  position: relative;
}
.step::after {
  position: absolute;
  content: "";
  border: 2px var(--SecondaryColor) dashed;
  bottom: 50%;
  top: 50%;
  z-index: -1;
  width: 100%;
  right: 0px;
  left: auto;
  transform: translateY(-50%);
  height: 2px;
}
.step:last-child:after {
  content: unset;
}

.step .numder .dots {
  height: 40px;
  width: 40px;
  background-color: var(--mainColor4);
  color: var(--SecondaryColor);
}
.step .numder .dots .fa-check {
  display: none;
}
.step .numder::after {
  content: "";
}
.step:last-child .numder::after {
  content: unset;
}

.step.finish .numder .dots {
  background-color: var(--primaryColor);
  color: var(--mainColor4);
}
.step.finish .numder .dots .fa-circle {
  display: none;
}
.step.finish .numder .dots .fa-check {
  display: block;
}
.step.finish .numder::after {
  border-top: 1px solid var(--mainColor3);
}

.step.active .numder .dots {
  background-color: var(--primaryColor);
  font-size: 12px;
}
.step.active .numder .dots .fa-circle {
  display: block;
}
.step.active .numder .dots .fa-check {
  display: none;
}

.stepper-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primaryColor);
  color: var(--SecondaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.step.active, .step.finish {
  background: var(--SecondaryColor);
  color: var(--primaryColor);
}

.slick-slider {
  position: unset !important;
}

.slick-slider:has(.prev-button)::after {
  content: "";
  position: absolute;
  top: 70px;
  right: 0px;
  width: 90px;
  height: 40px;
  transform: translateY(-10px);
  border: 10px solid var(--primaryColor);
  box-sizing: content-box;
  background: var(--primaryColor);
  border-radius: 999px;
  z-index: 0;
}

.features-list {
  display: flex;
  flex-direction: column;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.feature-number-wrap {
  position: relative;
  width: 100px;
  height: 100px;
}

.feature-number-wrap {
  position: relative;
  width: 120px;
  height: 120px;
}

.feature-shape {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 75px;
  height: 75px;
  background: #424041;
  border-radius: 5px 38px;
  transform: translateY(-33%);
}

.feature-number {
  position: absolute;
  top: -6px;
  left: 28px;
  font-weight: 600;
  margin: 0;
  font-size: 72px;
  font-family: "Poppins";
  line-height: 1;
  color: #fff;
}

.feature-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.feature-content p {
  margin: 0;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.shape {
  border-radius: 10px 292px 10px 10px !important;
  height: 800px;
}

.shape img {
  border-radius: inherit !important;
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 900px; /* كان 600 */
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-column:nth-child(1) .gallery-card,
.gallery-column:nth-child(3) .gallery-card {
  height: calc((100% - 20px) / 2);
}

.gallery-column:nth-child(2) .gallery-card {
  height: calc((100% - 40px) / 3);
}

.bg-contact-img h6 {
  position: relative;
}
.bg-contact-img h6::after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--mainColor4);
  border-radius: 2px;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.star path {
  fill: #FFCC00;
}

.name {
  font-size: 9.8rem;
  font-family: "Poppins";
  color: #454545;
  line-height: 140%;
}

.color-calendar {
  width: 100%;
}

.size {
  flex: 0 0 32%;
  color: var(--SecondaryColor);
}

.size:has(.form-check-input:checked) {
  background: var(--SecondaryColor);
  color: var(--primaryColor);
}

.color-calendar.basic .calendar__weekdays .calendar__weekday {
  color: var(--SecondaryColor) !important;
}

.color-calendar {
  padding: 18px 14px;
  border-radius: var(--cal-border-radius);
  background-color: var(--primaryColor) !important;
  color: var(--SecondaryColor) !important;
}

.color-calendar.basic .calendar__header {
  color: var(--SecondaryColor) !important;
}
.color-calendar.basic .calendar__header .calendar__monthyear, .color-calendar.basic .calendar__header .calendar__arrow-inner::before, .color-calendar.basic .calendar__header .calendar__arrow-inner::after {
  color: var(--SecondaryColor) !important;
}

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

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

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

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

.border:has(.Payment.active) {
  border-color: #B58700 !important;
}

.color-calendar .calendar__days .calendar__day-selected .calendar__day-box {
  border-radius: 50% !important;
  height: 36px !important;
  width: 36px !important;
}

.color-calendar .calendar__days .calendar__day-selected {
  color: var(--primaryColor) !important;
}

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

.option {
  background-color: var(--primaryColor) !important;
}
.option:hover {
  background-color: var(--SecondaryColor) !important;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check-label {
  padding-inline-end: 20px;
}

html[lang=ar] .slick-slider:has(.prev-button)::after {
  right: auto;
  left: 0px;
}

.iti--inline-dropdown .iti__dropdown-content, .iti__search-input {
  background-color: var(--primaryColor) !important;
}

input {
  color: var(--SecondaryColor) !important;
}

.sevices-cards .card {
  transition: all 0.3s ease;
}

.sevices-cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #626060;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease;
  border-radius: 8px;
  z-index: 111;
}

.sevices-cards .card:hover::before {
  opacity: 1;
  transform: scale(1);
}

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

.social li a:hover .icon path {
  stroke: var(--primaryColor) !important;
}

.btn-service {
  transition: all 1s ease;
}

.btn-service:hover {
  box-shadow: inset 0 0 0 2em #232122;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transform: translateY(0px) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}/*# sourceMappingURL=style.css.map */


/* Responsive.css */


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
  --primaryColor: #232122;
  --SecondaryColor: #F9F9F9;
  --ThirdColor: #5D5D5D;
  --linear-gradient: linear-gradient(to right, #BBBABA, #555555);
  --mainColor1: #F6DFA2;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #f2e7d8;


}
/* .nav-top .offcanvas{
background-color: var(--primaryColor);
} */



@media only screen and (max-width: 1254px) {
  .icon-menu:hover{
    color: var(--mainColor4);
  }


body{
  overflow-x: hidden;
}
}

@media only screen and (max-width: 1200px) {
  .container{
    max-width: 95% ;
  }

}
@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 18px 0;
  }
    /* .gallary-container .slick-slide{
      width: auto !important;
      max-width: 600px !important;
    } */

    .sider-margin .slick-slide{
      width: 450px !important; 
        }
       .sider-margin .slick-slide.slick-active{
          margin-inline-start: 125px !important;
      
        }
    
}

@media only screen and (max-width: 1087px) {
.navContainer .btn-close{
  background-image: none;
}
}


@media only screen and (max-width: 1064px) {
  .navbar-expand-lg .navbar-collapse {
display: none !important;
  }
  .form-res{
    display: flex;
  }
  .icon-menu{
    display: flex !important;
  }


  .nav-pills-profile-sm .nav-link.active {
    background-color: var(--mainColor1);
    border-radius: 0.5125rem;
    color: var(--mainColor4) !important;
}

  .navbar .container-fluid{
    padding-inline: 4rem;
    }
    .nav-slider{
      display: none;
    }



.flag ,.floatwhatsapp {
  bottom: 2%;
}

.back-to-top {
  bottom: 10%;
}

.flag-list {
  bottom: 10%;
}




}
@media only screen and (max-width: 1110px) {
  .item-height {
    height: 60vh;
  }

  .sidenav {padding-top: 15px;}
  .side-menu .text-search{
    font-weight: 400;
    font-size: 20px;
    padding-block: 80px;

  }
  .overflow-row {
    overflow-x: scroll;
  }
  .btn-close:focus {
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}



}



@media only screen and (max-width: 991px) {
  .offcanvas {
    overflow-y: auto;
    max-width: 85% ;

  }
      .name {
        font-size: 3rem !important;
    }
  .products.nav-pills .nav-link {
    font-size: 14px;
  }
  .navContainer .nav-item{
    display: flex;
border-bottom: 1px solid rgb(218, 218, 218);
}
   .nav-link:hover span::after {
  width: 0% !important;
}
  .btn{

    font-size: 13px !important;
    font-weight: 400 !important;
}
  .img-container.doctor-img{
    height:340px;
  }

  .layer-home {
    background-image: url('../imgs/home/layer-home.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 70px;
  
  
  }
  .slick-slider:has(.prev-button)::after {
    width: 80px;
    height: 30px;
    top: 20px;
}
  
  .doctor-img::after {
    background-size: 207px 207px;
}
  .after::after {
    height: 95px;
  }
  .bg-numbers {
    height: 100px !important;
}
  .item-height {
    height: 50vh;
    overflow: hidden;
  }



 h2.badge  {
    font-size: 12px !important;
}
.emcan{
  text-align: center;
}

.h5-home {
  font-size: 25px !important;
}

.card h4, .card .h4 {
  font-size: 25px;
  line-height: 42px;

}
  .emcan .text-end{
    text-align: center !important;
  }
  .border:has(.second-navbar){
    border: none !important;
      }
  .img-login{
    display: none;
  }

  .arrow-sm{
    display: block;
  }
.border-form{
  border: none !important;
}
  h2.home {
    font-size: 33px !important;
}
  .image-grid{
    display: flex;
    max-height: none !important;
    flex-direction: column;
    flex-wrap: wrap;
  }
.w-25{
  width: 100% !important;
}
  .image-grid .gallary {
    height: 200px;
  }
  .nav.bg-gray{
    background-color: transparent;
  }
  .vision-mission {
    margin-bottom: 150px;
}
  .img-container-home{
 width: 80%;

  }
  .container-service ul li {
    width: 100%;
}
  footer img{
    width: 150px;
  }
   .squre-after-service::after {
    right: 0px;
  }
  .info-container .row:nth-child(odd) .vision-mission .row .vision-mission-description {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  .vision-mission-description.squre-after::after {
    top: 50px;
}
  .section-top-service .row::after {


    top: 80% !important;
}

.img-absloute {
  max-height: 250px;
  overflow: hidden;
  width: 100%;
}
 h3, .h3 {
  font-size: 24px !important;
  line-height: 31px !important;

}



h1 {

  font-size: 25px;
  line-height: 20px;

}
  .h3-absloute{

    color: var(--SecondaryColor);
    text-align: start;
  }
  .about-img-css {
    height: 250px;

}
  footer h4 {
    font-size: 16px;
}
.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{
    flex-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;
  top: 20px !important;
}

.shape{
  border-radius: 5px 200px 5px 5px !important;
}
.feature-number-wrap {
    position: relative;
    width: 75px;
    height: 90px;
}
.feature-shape {
    width: 49px;
    height: 45px;}

    .feature-number {
    position: absolute;
    top: 7px;
  font-size: 42px !important;
      left: 14px;

  }
  .gallery-column {
      height: 500px; /* كان 600 */
}


}


@media only screen and (max-width: 900px) {
  .parent {
    display: flex;

}

.welcome-text {
    letter-spacing: 2px;
}

.h4-home {
    line-height: 31px;
}
.parent {
  max-height: fit-content;
}

.parent div{
  height: 250px;
}
.projects .parent {
  display: flex;

}
.projects .parent {
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: 350px;
}

  .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;
}
  .position-relative:has(.item-height) .card-body  h4.h4-home {
    font-size: 20px;
    line-height: 30px;
}




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



@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%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-size: 16px !important;
  margin-bottom: 0px;
}
.name {
    font-size: 2.8rem !important;

}
}

@media (max-width: 500px) {

  h5 {
    font-size: 18px !important;
  }
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }

  h3.small-title{
    line-height: 42px !important;
  }
}





@media only screen and (max-width: 450px) {
  .img-circle1{
    height: 80px;
  }
  .img-circle2{
    width: 80px;
    height: 80px;

  }

  .products.nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* spacing between buttons */
  }
  
  .products.nav-pills .nav-link{
    flex: 1; 
    width: auto;
    justify-content: center;
    display:flex
  }

  .products.nav-pills .nav-item {
    flex: 1; 
    width: 100%;
    display:flex
  }
  .img-container.doctor-img img {
    max-width: 100% !important;
}

  .item-height {
    height: 37vh;
}
.item-height img ,.item-height video{

  max-width: 250%;
}
  
h4.h4-home  {
  font-size: 23px !important;
  line-height: 140%;
}
.pills-Description .nav-link{
 
  max-width: 50%;
    }

    .breadcrumb-item, .breadcrumb-item a {
      font-size: 14px;
  }
  /* .img-card:not(.contact-us){
    height: 120px !important;
    max-height: 250px !important;
  } */

  .img-card.contact-us{
  height: 562px !important; }
  .img-card.img-flip{
    max-height: 250px !important;
    height: auto !important;
  }
  .img-card.img-flip img{

    width: auto !important;
  }
  .card h4, .card .h4 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
}
p {
  font-size: 14px !important;
  text-wrap: wrap;
  line-height: 18px;
}


.carousel-caption h4 {
  font-size: 20px !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 (max-width: 450px) {
.gallery-column {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.custom-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}


.slick-slider:has(.prev-button)::after {
    transform: translateY(-7px);
            height: 25px;

}
h2 + h3.fs-30  {
  font-size: 14px !important;
}
 h3.fs-30 + p {
  font-size: 12px !important;
}
    .name {
        font-size: 2.1rem !important;
    }
      .gallery-column {
        height: 150px;
    }
.gallery-column:nth-child(1) .gallery-card, .gallery-column:nth-child(3) .gallery-card {
    height: unset
}
.gallery-card{
flex:1
}
.gallery-column:nth-child(2) .gallery-card {
    height: unset
}
}

@media only screen and (min-width: 991px) and (max-width: 1069px) {
  .navContainer .nav-link {
    font-size: smaller;
  }
}



@media only screen and (max-width: 991px) and (min-width: 650px) {

.small-res{
display:flex;
flex-direction:column;
align-items:center;
text-align: center;
}


}
@media only screen and (min-width: 991px)  {
  .small-absolute {
        position: absolute;
        bottom: 0px;
    }
    .small-absolute img {
        height: 100%;
        width: auto;
    }

  
.overflow-slider-hidden{
  overflow-x: hidden;
}
  .navContainer .LanguageMenu svg {
    transition: transform 0.2s ease-in-out;


  }
  

}
  .size:has(.form-check-input:checked) {
    background: var(--SecondaryColor);
    color: var(--primaryColor);

  }
.header-div {
  height: 452px;
}
.gallery-card img:hover{
    cursor: crosshair;
}

/* body:has(.slider-home-nav) .navContainer .navbar-brand2 {
display: block;
}
body:has(.slider-home-nav) .navContainer .navbar-brand1 {
  display: none;
  } */
  .after {
    position: relative;
    &::after {
      content: "";
      z-index: -1;
      right: 0px;
      position: absolute;
      top: 0%;
      width: 350px;
     bottom: 0%;
      background-image: url("../imgs/home/AmiraNosdira.png");
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain;
    }
  }
  html[lang="ar"] .after::after  {
    transform:scaleX(-1) ;
    right: auto;
    left: 0px;
    background-position: right;
  }
:root {
    --bg-height: 350px;
}

.slider-img div  .bg-img {
  height: var(--bg-height);
}

.slider-img div:nth-child(1) .bg-img{
  padding-top: calc(var(--bg-height) - 300px)
}
.slider-img div:nth-child(2) .bg-img{
  padding-bottom: calc(var(--bg-height) - 320px)
}
.slider-img div:nth-child(3) .bg-img{
  padding-top: calc(var(--bg-height) - 320px)
}

  
.img-margin div:nth-child(even){
  padding-top: 50px;

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

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

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

}
.grid .grid-item:nth-child(3n) .img-card:nth-child(1) {
  width: 60%;
}
.grid .grid-item:nth-child(3n) .img-card:nth-child(2) {
  width: 40%;
}

  .card:has(.top-card) .top-card {
    top: 150%;
    transition: all 0.5s linear;
  }
  .card:has(.top-card):hover .top-card {
    top: 0px;
  }

  .second-section{
    border-color: var(--mainColor2) !important;
    border-radius: 50rem !important;
    background-color: rgb(230, 230, 230);

  }

        .gallary .slick-center  .card {
    transition: all 0.8s ease;
    transform : translateY(30px) ;
  }

   .gallary .slick-track{
    padding-bottom: 50px;
   }

}
.animate-gallery .gallery-card {
    opacity: 0;
    transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}

.animate-gallery .gallery-card:nth-child(1) {
  animation-delay: 0.1s;
}

.animate-gallery .gallery-card:nth-child(2) {
  animation-delay: 0.2s;
}

.animate-gallery .gallery-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navContainer {
  padding-block: 5px;
  transition: padding 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  background-color: var(--mainColor4);
  width: 100%;
  z-index: 11111;
   position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navContainer.scrolled {
  padding-block: 0px;
 
  background-color: var(--SecondaryColor);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
body {
  padding-top: 70px;
}