@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

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

html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background: #fff;
  padding: 0 !important;
  animation: transitionIn 0.75s;
  -webkit-animation: transitionIn 0.75s;
}

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

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #990e16;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.gotopbtn {
  position: fixed;
  height: 70px;
  width: 70px;
  background: #990e16;
  bottom: 40px;
  left: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 22px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  z-index: 999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.gotopbtn:hover {
  opacity: 80%;
}

.whatsappbtn {
  position: fixed;
  height: 70px;
  width: 70px;
  background: #990e16;
  bottom: 150px;
  left: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 22px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  z-index: 999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.whatsappbtn:hover {
  opacity: 80%;
}

.gotopbtn-hidden {
  visibility: hidden;
}

.nav-link {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  margin-inline: 3.5rem;
  position: relative;
}

.nav-link.active {
  color: #fff !important;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff !important;
}

.navbar-toggler {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 90%;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
}

.navbar-nav .nav-item .nav-link:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.navbar-nav {
  margin-right: 15rem;
}

.language {
  margin-inline: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.log-in {
  margin-inline: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #990e16;
  background: #fff;
  padding-block: 1rem;
  padding-inline: 2rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.log-in:hover {
  border: 1px solid #fff;
  color: #fff;
}

.search {
  margin-inline: 1rem;
}

.search:hover {
  opacity: 0.5;
}

.cart-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
}

.cart-link:hover {
  color: #000;
}

.cart-link span {
  display: inline-block;
  margin-left: 1rem;
  padding-right: 1.5rem;
  border-right: 1px solid #fff;
}

.cart-link-en span {
  border-right: none;
  padding-left: 2.5rem;
  border-left: 1px solid #fff;
}

.cart-link:hover span img {
  opacity: 0.5;
}

.modal-content {
  background: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.search-modal {
  width: 100%;
  background: none !important;
  height: 6rem;
  border: none;
  outline: none;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  padding-inline: 4rem;
  font-size: 2rem;
  color: #fff;
}

.fa-solid {
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.carousel-caption {
  bottom: 30% !important;
}

.carousel-caption h1 {
  font-size: 5.7rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.carousel-caption p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.booking {
  background: #fff;
  color: #990e16;
  font-weight: 700;
  font-size: 1.4rem;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.booking:hover {
  background: #990e16;
  color: #fff;
}

.carousel-indicators {
  bottom: -4rem !important;
}

.carousel-indicators button {
  box-sizing: border-box !important;
  background: #990e16 !important;
  height: 1rem !important;
  width: 2rem !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.services-section {
  text-align: center;
}

.our-services {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #990e16;
  margin-top: 10rem;
}

.services-section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 5rem;
}

.service-item h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
}

.see-more {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #990e16;
  border: 1px solid #990e16;
  padding: 1rem 5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 10rem;
}

.see-more:hover {
  color: #fff;
  background: #990e16;
}

.service-img-box {
  width: 100%;
}

.service-img-box--en {
  width: 27rem;
  margin: 0 auto;
}

.service div {
  width: 25rem;
}

.service div img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}

.service div img:hover {
  width: 95%;
}

.service-img-box {
  transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
}

.service-img-box img:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.service-img-box img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}

input[type=tel]::placeholder {
  text-align: end;
}

.overview-section {
  background-image: url("../Assets/Main/home/bg-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}

.overview-section .Waqaya {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding-top: 3rem;
}

.overview-section h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4rem;
}

.overview-item p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  line-height: 1.3;
}

.contact-img-box {
  width: 50rem;
  margin-top: 5rem;
}

.contact-img-box-en {
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  overflow: hidden;
}

.input-en::placeholder {
  position: absolute;
  left: 80px !important;
}

.contact-img-box img {
  width: 100%;
}

.contact-us-form {
  margin-top: 5rem;
}

.contact-us-form label {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact-us-form input {
  font-size: 1.4rem;
  height: 6rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 5rem;
  padding-inline: 1rem;
}

.contact-us-form textarea {
  font-size: 1.4rem;
  height: 14rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 5rem;
  padding-inline: 1rem;
}

.contact-us-form .send {
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.contact-us-form .send:hover {
  color: #990e16;
  background: #fff;
  border: 1px solid #990e16;
}

footer {
  background: #2e2e2e;
  padding-top: 5rem;
  margin-top: 11rem;
}

.footer-col--1 p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}

.social-media {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
}

.social-media div a img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.social-media div a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.footer-col--2,
.footer-col--3,
.footer-col--4 {
  margin-right: 10rem;
}

.footer-en-2 {
  margin-right: 0;
  margin-left: 10rem;
}

.footer-en-2 ul,
.footer-en-3 ul {
  padding-left: 0;
}

.footer-col--2 h4,
.footer-col--3 h4,
.footer-col--4 h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.footer-col--2 ul,
.footer-col--3 ul {
  list-style: none;
  columns: unset;
}

.footer-col--2 ul li,
.footer-col--3 ul li {
  margin-block: 2rem;
}

.footer-col--2 ul li a,
.footer-col--3 ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-col--2 ul li a:hover,
.footer-col--3 ul li a:hover {
  color: #990e16;
}

.footer-col--4 div {
  margin-block: 2rem;
  cursor: pointer;
}

.copyRights {
  background: #02000f;
  padding-block: 2.5rem;
}

.copyRights-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyRights p {
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
}

.copyRights p span a {
  text-decoration: none;
  color: #990e16;
  font-weight: 500;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.copyRights p span a:hover {
  color: #fff;
}

.navigation {
  background-image: url("../Assets/Main/servicesPage/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  height: 40vh;
  text-align: center;
}

.navigation h2 {
  padding-top: 7rem;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}

.navigation a:nth-child(2) {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  padding-left: 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.navigation a:nth-child(2):hover {
  color: #990e16;
}

.navigation span:nth-child(4) {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  padding-right: 1rem;
}

.angle {
  position: relative;
  top: 1rem;
  right: 0rem;
}

.page-link {
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-success {
  background-color: #990e16;
}

.toast-success .toast-message {
  color: #fff;
  font-size: 1.8rem;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.service p {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 10rem;
}

.about--us--container {
  margin-bottom: 5rem;
}

.about-us-text-box h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.about-us-text-box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.aboutUs-img-box-container {
  width: 100%;
  margin-top: 5rem;
}

.aboutUs-img-box-container img {
  width: 100%;
}

.signin-section {
  position: relative;
  height: 70vh;
}

.sign-in-box {
  padding: 5rem 3rem;
  width: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.sign-in-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.sign-in-form label {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  display: block;
}

.sign-in-form input {
  height: 6rem;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  width: 100% !important;
}

.iti {
  width: 100% !important;
  margin-bottom: 3rem !important;
}

.iti__country-list {
  left: 0 !important;
  columns: 1 !important;
}

.btn-start {
  height: 6rem;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-start:hover {
  color: #990e16;
  border: 1px solid #990e16;
  background: #fff;
}

.btn-visitor {
  height: 6rem;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #990e16;
  border: 1px solid #990e16;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3rem !important;
  line-height: 1.6;
}

.verify {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem !important;
}

.options {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 3rem;
}

.contact-options {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 3rem;
}

.btn-otp:focus {
  background-color: #990e16;
}

.otp-text span {
  font-weight: 700;
}

.resend {
  text-align: center;
}

.btn-resend {
  background: none;
  background: #fff;
  border: none;
  font-weight: 700;
  font-size: 1.2rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 3rem;
}

.btn-resend:hover {
  color: #990e16;
}

.otp-input-field {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}

.otp-input-field input {
  width: 4.5rem;
  height: 5rem;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 3rem;
  text-align: center;
  outline: none;
  font-size: 1.5rem;
}

.otp-input-field input::-webkit-inner-spin-button,
.otp-input-field input::-webkit-outer-spin-button {
  display: none;
}

.booking-section {
  position: relative;
}

.booking-box {
  padding: 5rem 3rem;
  width: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: 1px solid rgba(153, 14, 22, 0.17);
}

.right-options,
.left-options {
  width: 50%;
}

.right-options label {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.6rem;
}

.right-options input {
  min-width: 2rem;
  height: 2rem;
}

.left-options label {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.6rem;
}

.left-options input {
  width: 2rem;
  height: 2rem;
}

.booking-box .options {
  display: flex;
}

.input-box {
  margin-bottom: 3rem !important;
}

.booking-box h3,
.booking-box--2 h3 {
  font-size: 3rem;
  font-weight: 700;
}

.booking-box h3 span,
.booking-box--2 h3 span {
  margin-left: 2rem;
}

.booking-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 4.7rem;
  margin-bottom: 5rem;
  color: #474747;
  line-height: 1.6;
}

.booking-box--2 {
  padding: 5rem 3rem;
  border-radius: 2rem;
  margin-inline: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: 1px solid rgba(153, 14, 22, 0.17);
  height: 35rem;
  margin-top: 5rem;
}

.note {
  color: #990e16;
  font-size: 1.4rem;
}

.right-options--2 {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.selected h5 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.selected p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #474747;
  margin-bottom: 2rem;
}

.booking-box--2 h4 {
  font-size: 2.5rem;
  font-weight: 700;
}

.show-cart {
  width: 100%;
  height: 6rem;
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-cart .number {
  border: 2px solid #fff;
  padding-inline: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 1rem;
  margin-right: -10rem;
}

.show-cart:hover .number {
  border: 2px solid #990e16;
}

.show-cart .cost {
  margin-right: 10rem;
  margin-left: -10rem;
}

.show-cart:hover {
  border: 1px solid #990e16;
  background: #fff;
  color: #990e16;
}

.booking-box--2 h6 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.cost-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #a4a3a9;
}

.cost-1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.cost-container {
  /*margin-bottom: 8rem !important;*/
}

.booking-box--4 {
  padding: 5rem 3rem;
  border-radius: 2rem;
  margin-inline: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: 1px solid rgba(153, 14, 22, 0.17);
  height: 35rem;
  margin-top: 20rem;
  width: 64rem;
  margin: 0 auto;
}

.booking-options {
  padding: 5rem 3rem;
  max-width: 55rem;
  margin: 5rem auto;
  border: 1px solid rgba(153, 14, 22, 0.17);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.booking-options h3 span {
  margin-left: 2.5rem;
}

.booking-options h3 a {
  margin-left: 2.5rem;
}

.booking-box--2 h3 a {
  margin-left: 2rem;
}

.booking-box-heading--3 a {
  margin-left: 2rem;
}

.request-form label {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.request-form input {
  color: #000;
  font-size: 1.4rem;
  border: 1px solid #cdccd3;
  /*height: 6rem;*/
}

.booking-box--5 {
  padding: 5rem 3rem;
  border-radius: 2rem;
  margin-inline: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: 1px solid rgba(153, 14, 22, 0.17);
  margin-top: 20rem;
  width: 64rem;
  margin: 0 auto;
}

.booking-box-heading--3 {
  color: #b71218;
  font-size: 1.8rem;
  font-weight: 700;
}

.booking-box-heading--3 span {
  margin-left: 2rem;
}

.booking-box-heading--4 {
  font-size: 3rem;
  font-weight: 700;
  margin-right: 4rem;
  margin-bottom: 5rem;
}

.request-form--2 input {
  margin-bottom: 5rem;
}

.request-form--2 select {
  height: 6rem;
  margin-bottom: 5rem;
  font-size: 1.4rem;
}

.btn-confirm {
  width: 100%;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-confirm:hover {
  border: 1px solid #990e16;
  color: #990e16;
  background: #fff;
}

.date-input {
  display: flex;
  gap: 3rem;
}

.date-time {
  flex: 0 0 47.5%;
}

.date-time input {
  position: relative;
}

.date-date {
  flex: 0 0 47.5%;
}

.date-input label {
  display: block !important;
}

.form-control .form--2 {
  width: 50% !important;
}

.form-check-label.label {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

.form-check .form-check-input {
  float: none !important;
}

.done {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-top: 2rem;
}

.go-home {
  display: inline-block;
  text-decoration: none;
  background: #990e16;
  color: #fff;
  text-align: center;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-top: 5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.go-home:hover {
  color: #990e16;
  background: #fff;
  border: 1px solid #990e16;
}

.marked {
  margin-top: 20rem;
}

.payment {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #990e16;
  margin-bottom: 0.1rem !important;
}

.payment-heading--4 {
  margin-right: 4rem;
}

.payment-text {
  color: #a4a3a9;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

.form-check-input {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.9rem;
}

.account-container {
  margin-top: 10rem;
}

.my-account-heading--2 {
  color: #990e16;
  font-size: 1.8rem;
  font-weight: 700;
}

.my-account-heading--2 span {
  margin-left: 2rem;
}

.my-account-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #474747;
  margin-bottom: 5rem;
  line-height: 1.6;
}

.account-form-container,
.account-options {
  border: 1px solid rgba(153, 14, 22, 0.17);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 5rem;
}

.info-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 7rem;
}

.acoount-form label {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.acoount-form input {
  font-size: 1.4rem;
  color: #990e16 !important;
  height: 6rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 1px solid #CDCCD3;
  margin-bottom: 5rem;
}

.acoount-form button {
  width: 100%;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.acoount-form button:hover {
  background: #fff;
  color: #990e16;
  border: 1px solid #990e16;
}

.account-options .option {
  color: #990e16;
  font-size: 1.8rem;
  font-weight: 500;
}

.active-option {
  background-color: rgba(153, 14, 22, 0.13);
  border: 1px solid #990e16 !important;
}

.account-options .option p {
  display: inline-block;
  margin-right: 0.5rem;
}

.account-options .option {
  border: 1px solid #cdccd3;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  height: 6rem;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 2rem;
  text-decoration: none;
}

.account-options .option:hover {
  cursor: pointer;
  background-color: rgba(153, 14, 22, 0.13);
  border: 1px solid #990e16;
}

.add-your-car {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  height: 6rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 1px solid #990e16;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 3rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.add-your-car:hover {
  background-color: rgba(153, 14, 22, 0.13);
}

.add-your-car span {
  margin-left: 1rem;
}

.acoount-form .form-select {
  height: 6rem !important;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 5rem;
}

.pills {
  display: inline-block;
  background: #11ad34;
}

.nav-pills .nav-item {
  height: 6rem;
  margin-bottom: 3rem;
  border: 1px solid #990e16 !important;
  border: 3px !important;
  flex: 0 0 50%;
}

.nav-pills .nav-item .nav-link {
  height: 6rem;
  width: 100%;
  margin: 0;
  color: #990e16;
  border: 1px solid #990e16;
  font-weight: 700;
  padding-inline: 5rem;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.nav-pills .nav-item:first-child .nav-link {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.nav-pills .nav-item:nth-child(2) .nav-link {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.nav-pills .nav-item .nav-link.active {
  color: #fff !important;
  font-weight: 700;
}

.nav-pills .nav-item .nav-link:hover {
  color: #000 !important;
  font-weight: 700 !important;
}

.pattery {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.pattery span {
  color: #11ad34;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #11ad34;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0.5rem 2rem;
  background: rgba(0, 203, 135, 0.1);
}

.pattery-text {
  font-size: 1.4rem;
  color: #a4a3a9;
  margin-bottom: 2rem;
}

.pattery-text span {
  font-weight: 700;
}

ul {
  list-style: none;
  columns: 2;
}

.time,
.date {
  color: #990e16;
  font-size: 1.4rem;
  font-weight: 700;
}

.time span {
  margin-left: 0.5rem;
}

.date span img {
  margin-left: 0.5rem !important;
}

.time--2 {
  margin-right: 2rem;
  font-size: 1.2rem;
  color: #a4a3a9;
  margin-top: 0.7rem;
  font-weight: 400;
}

option {
  font-size: 1.5rem;
}

.form-select {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1400px) {
  .nav-link {
    margin-inline: 2rem;
  }
  .navbar-nav {
    margin-right: 5rem;
  }
  .about-us-text-box p {
    font-size: 1.5rem;
  }
  .show-cart .cost {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .carousel-caption--en h1 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .carousel-caption {
    bottom: 18% !important;
  }
  .carousel-caption h1 {
    font-size: 3.7rem;
    margin-bottom: 1rem;
  }
  .carousel-caption p {
    font-size: 1.4rem;
  }
  .service p {
    font-size: 2rem;
  }
  .about-us-text-box p {
    font-size: 1.3rem;
  }
  .contact-img-box {
    width: 45rem;
  }
  .show-cart .cost {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 990px) {
  .service div {
    width: 100%;
  }
  .offcanvas-header {
    background: #990e16;
  }
  .offcanvas-body {
    background: #990e16 !important;
  }
  .navbar-nav {
    margin: 0;
    align-items: start !important;
  }
  .nav-item {
    margin-block: 1rem;
  }
  .nav-link {
    font-size: 1.8rem;
    font-weight: 300;
  }
  .nav-link:hover {
    font-weight: 700;
    color: #fff !important;
  }
  .nav-link.active {
    color: #fff !important;
    font-weight: 700;
  }
  .nav-link:visited {
    color: #fff !important;
    font-weight: 700 !important;
  }
  .log-in {
    position: absolute;
    text-align: center;
    right: 2rem;
    color: #fff;
    background: transparent;
    font-size: 1.8rem;
    bottom: 330px;
    font-weight: 300;
    padding-inline: 1rem;
  }
  .log-in:hover {
    border: 1px solid transparent;
    font-weight: 700;
  }
  .language {
    position: absolute;
    bottom: 218px;
    right: 2rem;
    padding-left: 1.5rem;
    font-weight: 300;
  }
  .language:hover {
    color: #fff;
    font-weight: 700;
  }
  .search {
    position: absolute;
    bottom: 280px;
    right: 2rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
  }
  .search:hover {
    color: #fff;
    font-weight: 700;
    opacity: 1;
  }
  .btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .cart-link {
    position: absolute;
    bottom: 400px;
    font-weight: 300;
    right: 1.5rem;
  }
  .cart-link:hover {
    color: #fff;
    font-weight: 700;
  }
  .cart-link span img {
    display: none;
  }
  .contact-img-box {
    width: 100%;
  }
  .booking-box--2 {
    margin-top: 5rem;
  }
  .booking-box--2 {
    height: auto;
  }
  .account-form-container {
    margin-top: 5rem;
  }
  .footer-col--4 {
    margin-right: 0rem;
    margin-top: 5rem;
  }
  .aboutUs-img-box-container {
    width: 65%;
    margin: 0 auto;
  }
  .nav--en {
    right: unset;
    left: 1rem;
  }
  .nav-english {
    right: unset;
    left: -2rem;
  }
}
@media only screen and (max-width: 800px) {
  .carousel-caption--en h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-col--4,
  .footer-col--2 {
    margin-right: 0;
  }
  .footer-col--2 {
    margin-top: 5rem;
  }
  .carousel-caption {
    bottom: 15% !important;
  }
  .carousel-caption h1 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
  .carousel-caption p {
    font-size: 1.3rem;
  }
  .carousel-item {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
  }
  .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign-in-box {
    width: 80%;
  }
  .booking-box {
    width: 80%;
  }
  .options {
    flex-direction: column;
    gap: 0;
  }
  .booking-box--5 {
    width: 80%;
  }
  .footer-col--3 {
    margin-right: 0;
    margin-top: 5rem;
  }
  .nav-pills .nav-item .nav-link {
    padding-inline: 1rem;
    font-size: 1.5rem;
  }
  .footer-en-2 {
    margin-right: 0;
    margin-left: 0;
  }
  .service-img-box--en {
    width: 20rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .carousel-item {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
  }
  .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .overview-section .Waqaya {
    font-size: 1.5rem;
  }
  .overview-section h2 {
    font-size: 2rem;
  }
  .overview-item p {
    font-size: 1.3rem;
  }
  .navigation h2 {
    font-size: 3rem;
  }
  .about-us-text-box h2 {
    font-size: 2.5rem;
  }
  .booking-box-heading--4 {
    font-size: 1.8rem;
  }
  .booking-box-heading--3 span img {
    width: 5%;
  }
  .booking-box--2 h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-col--4,
  .footer-col--2 {
    margin-right: 0;
  }
  .footer-col--2 {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 500px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption p {
    font-weight: 400;
  }
  .carousel-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .right-options label {
    font-size: 1.2rem;
  }
  .booking-box--2 h3 {
    font-size: 2rem;
  }
  .booking-box--2 h3 span {
    width: 1rem !important;
  }
  .booking-box--2 h3 span img {
    width: 5%;
  }
  .booking-text {
    margin-right: 3.7rem;
  }
  .show-cart .cost {
    margin-right: 2rem;
  }
  .date--container {
    flex-wrap: wrap;
  }
  .nav-pills .nav-item .nav-link {
    font-size: 1.4rem !important;
  }
  .nav.nav-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .nav-pills .nav-item {
    flex: 0 0 50% !important;
  }
  .nav-pills .nav-item .nav-link {
    font-size: 1.4rem !important;
    white-space: nowrap !important;
  }
  .service-img-box--en {
    width: 15rem;
    margin: 0 auto;
  }
}
