::-moz-selection {
  background: #FFBC0D;
}

::selection {
  background: #FFBC0D;
}

html:lang(ar) body {
  direction: rtl;
  text-align: right;
}

html:lang(ar) body .text-right {
  text-align: left !important;
}

html:lang(ar) body .text-left {
  text-align: right !important;
}

html:lang(ar) body .mr-1 {
  margin-right: 0 !important;
  margin-left: .25rem !important;
}

html:lang(ar) body .mr-2 {
  margin-right: 0 !important;
  margin-left: .5rem !important;
}

html:lang(ar) body .ml-2 {
  margin-right: .5rem !important;
  margin-left: 0 !important;
}

html:lang(ar) body .mr-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}

html:lang(ar) body .ml-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

html:lang(ar) body .mr-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}

html:lang(ar) body .ml-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}

html:lang(ar) body .mr-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}

html:lang(ar) body .owl-carousel {
  direction: ltr;
}

html:lang(ar) body .ltr {
  direction: ltr;
}

html:lang(ar) body .rotate-180-ar {
  transform: rotate(180deg);
}

html:lang(ar) body .custom-select-wrapper img,
html:lang(ar) body .input-date-wrapper img {
  right: auto;
  left: 0;
}

html:lang(ar) body h1,
html:lang(ar) body h2 {
  line-height: 1.5;
}

html:lang(ar) body ul.inline li {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar) body nav.desktop .logo-wrapper+div {
  padding-left: 0;
  padding-right: 15px;
}

html:lang(ar) body nav.desktop .language-dropdown-wrapper ul.dropdown {
  right: 0;
  left: auto;
}

html:lang(ar) body #content #search-questions button {
  right: auto;
  left: 0;
}

html:lang(ar) body #back-to-top {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

html:lang(ar) body #back-to-top.show {
  transform: translateX(-50%);
}

html:lang(ar) body .left-absolute {
  left: auto;
  right: 0;
}

html:lang(ar) body .input-wrapper.file-wrapper label {
  left: 0;
  right: auto;
}

html body {
  font-size: 16px;
  font-family: speedee, sans-serif;
}

html body * {
  outline: none !important;
}

html body small {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

html body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html body ul.inline li {
  display: inline-block;
  margin-right: 15px;
}

html body a {
  color: inherit !important;
  text-decoration: none !important;
}

html body h1 {
  font-size: 54px;
}

html body h2 {
  font-size: 36px;
}

html body .font-size-1 {
  font-size: 1rem;
}

html body .line-height-14 {
  line-height: 1.3;
}

html body .text-grey {
  color: #767676;
}

html body .text-red {
  color: #DB0E0E;
}

html body .text-white {
  color: #fff;
}

html body .text-primary {
  color: #2C6AA9 !important;
}

html body .light {
  font-family: speedee-light, sans-serif;
}

html body .bold {
  font-family: speedee-bold, sans-serif;
}

html body .padding-t-50 {
  padding-top: 50px;
}

html body .padding-b-50 {
  padding-bottom: 50px;
}

html body .padding-t-100 {
  padding-top: 100px;
}

html body .padding-b-100 {
  padding-bottom: 100px;
}

html body .btn {
  border-radius: 8px;
  font-size: 0;
}

html body .btn:not(.font-regular) {
  font-family: speedee-bold;
}

html body .btn.btn-primary {
  background-color: #FFBC0D;
  border-color: #FFBC0D;
  color: #000;
}

html body .btn.btn-primary:not([disabled]):not(.no-hover):hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

html body .btn.btn-primary:not([disabled]):not(.no-hover):focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 13, 0.5) !important;
}

html body .btn.btn-primary:not([disabled]):not(.no-hover):active {
  background-color: #FFBC0D !important;
  border-color: #FFBC0D !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 13, 0.5) !important;
  color: #000 !important;
}

html body .btn.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

html body .btn.btn-secondary:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

html body .btn.btn-tertiary {
  background-color: #DB0E0E;
  border-color: #DB0E0E;
  color: #fff !important;
}

html body .btn.btn-tertiary:hover {
  color: #DB0E0E !important;
  background-color: #fff;
  border-color: #DB0E0E;
}

html body .btn.btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 14, 14, 0.25) !important;
}

html body .btn.btn-quaternary {
  background-color: #fff;
  border-color: #FFBC0D;
  color: #767676 !important;
}

html body .btn.btn-quaternary:hover,
html body .btn.btn-quaternary.active {
  color: #212529 !important;
  background-color: #FFBC0D;
  border-color: #FFBC0D;
}

html body .btn.btn-quaternary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 13, 0.5) !important;
}

html body .rounded-borders {
  border-radius: 18px;
}

html body .rounded-borders-lg {
  border-radius: 35px;
}

html body .bg-yellow {
  background-color: #FFBC0D;
}

html body .bg-grey {
  background-color: #F5F5F5;
}

html body .cursor-pointer {
  cursor: pointer;
}

html body .input-wrapper.has-error {
  color: #DB0E0E;
}

html body .input-wrapper.has-error input {
  border-color: #DB0E0E;
}

html body .input-wrapper.has-error input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DB0E0E;
  opacity: 1;
  /* Firefox */
}

html body .input-wrapper.has-error input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DB0E0E;
}

html body .input-wrapper.has-error input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #DB0E0E;
}

html body .input-wrapper.has-error .error-message {
  display: block;
}

html body .input-wrapper.file-wrapper label {
  position: absolute;
  top: 8px;
  right: 0;
  color: #DB0E0E;
}

html body .input-wrapper.file-wrapper [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

html body .input-wrapper .error-message {
  display: none;
}

html body .input-wrapper input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #979797;
  border-radius: 0;
  background-color: transparent;
}

html body .input-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

html body .input-wrapper input[type="number"]::-webkit-outer-spin-button,
html body .input-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html body nav.desktop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  font-size: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  z-index: 5;
}

html body nav.desktop .logo-wrapper {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 60px;
  height: 100%;
}

html body nav.desktop .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px 0;
}

html body nav.desktop .logo-wrapper+div {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: calc(100% - 60px);
  padding-left: 15px;
}

html body nav.desktop .language-dropdown-wrapper {
  position: relative;
}

html body nav.desktop .language-dropdown-wrapper.open img {
  transform: rotate(180deg);
}

html body nav.desktop .language-dropdown-wrapper.open ul.dropdown {
  opacity: 1;
  visibility: visible;
}

html body nav.desktop .language-dropdown-wrapper img {
  transform: rotate(0deg);
  transition: .5s all;
}

html body nav.desktop .language-dropdown-wrapper ul.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 5px 15px;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  transition: .5s all;
}

html body nav.desktop .language-dropdown-wrapper ul.dropdown:before {
  position: absolute;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #767676;
}

html body nav.desktop .language-dropdown-wrapper ul.dropdown li {
  padding: 10px 30px;
  width: 100%;
  margin-right: 0;
}

html body nav.desktop .dropdown-wrapper {
  position: relative;
}

html body nav.desktop .dropdown-wrapper:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  height: 4px;
  background: #DB0E0E;
  /* margin-top: 1rem; */
  opacity: 0;
  transition: .5s all;
}

/* ========================= ADDED CSS GOES HERE ========================= */

.cover {
  object-fit: cover;
}

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

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

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

.f-44 {
  font-size: 44px;
}

.f-36 {
  font-size: 36px;
}

.offers-menu {
  color: #EC1D23;
}

.box-content {
  padding: 30px;

}

.bg-orange {
  background-color: #FFBC0F;
}

.home-banner-title {
  font-size: 44px;
  color: #000;
  line-height: 50px;
}

.home-banner-text {
  color: #000;
}

.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFBC0F;
  padding: 11px 0;
  min-width: 127px;
  min-height: 41px;
  border-radius: 5px;
  border: 1px solid #FFBC0F;
  transition: background-color 0.5s;
}

.white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 11px 0;
  min-width: 127px;
  min-height: 41px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: background-color 0.5s;
}

.order-btn.wider {
  border-radius: 8px;
  min-width: 180px;
}

.white-btn.wider {
  border-radius: 8px;
  min-width: 180px;
}

.order-btn * {
  color: #000;
}

.social-icon img {
  transition: transform 0.5s;
}

.home-banner-wrapper {
  min-height: 500px;
  width: 100%;
}

.home-content-text {
  max-height: 140px;
  overflow: auto;
  margin-bottom: 8px;
}

.home-content-text * {
  font-size: 16px !important;
}

.home-swiper {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.home-swiper-content {
  background-color: #fff;
  padding: 28px;
  position: relative;
  z-index: 1;
  margin-left: 5%;
  border-radius: 5px;
}

html:lang(ar) .home-swiper {
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
}

html:lang(ar) .home-swiper-content {
  margin-left: 0;
  margin-right: 5%;
}

.home-content-title {
  font-family: speedee-bold;
  font-size: 44px;
  line-height: normal;
}

.home-content-swiper {
  background-color: #fff;
}

.home-swiper-content .swiper-button-next::after {
  content: "";
}

.home-swiper-content .swiper-button-prev::after {
  content: "";
}

.home-pag .swiper-pagination {
  top: 2px !important;
  transform: translateY(-50%) !important;
}

.home-pag .swiper-pagination-mobile {
  transform: translateY(5px) !important;
}

.home-pag .swiper-pagination-bullet {
  border: 1px solid #707070;
  height: 8px !important;
  width: 8px !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.home-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070 !important;
}

.home-col-img {
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
}

.banner-img {
  position: relative;
  padding-top: 45%;
}

.banner-img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.load-more {
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  position: relative;
}

.load-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFBC0F;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  gap: 20px;
  /* adjust spacing between images */
}

html body .gallery-image {
  position: relative;
  padding-top: 120%;
  font-size: 0;
}

.gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
  cursor: pointer;
}

.swiper-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.swiper-popup.show {
  opacity: 1;
  pointer-events: all;
}

.swiper-photos-wrapper {
  background-color: #fff;
  padding: 60px 40px 90px;
}

.swiper-photos-container {
  height: 80vh;
}

.swiper-gallery-image img {
  object-fit: cover;
}

.close-swiper {
  cursor: pointer;
  margin-bottom: 16px;
}

.remove-after::after {
  content: "" !important;
}

.step-icon {
  background-color: #FCBA1F;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon img {
  width: 50px;
  height: 50px;
}

.test {
  position: absolute;
  left: 5%;
  bottom: 48px
}

@media (hover: hover) {
  .order-btn:hover {
    background-color: transparent;
  }

  .social-icon:hover img {
    transform: translateY(-5px);
  }
}

.grid-menu {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .grid-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-menu {
    grid-template-columns: repeat(6, 1fr);
  }
}



/* ========================= ADDED CSS GOES HERE ========================= */


html body nav.desktop .dropdown-wrapper.open {
  font-weight: bold;
}

html body nav.desktop .dropdown-wrapper.open:before {
  opacity: 1;
}

html body nav.desktop .dropdown-wrapper.open img {
  transform: rotate(180deg);
}

html body nav.desktop .dropdown-wrapper img {
  transform: rotate(0deg);
  transition: .5s all;
}

html body nav.desktop .submenu-dropdown {
  display: none;
  font-size: 1rem;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 30;
  position: relative;
}

html body nav.desktop .submenu-dropdown ul li {
  display: inline-block;
  padding: 30px 30px;
}

html body nav.desktop form.search {
  display: inline-block;
  vertical-align: top;
}

html body nav.desktop form.search input {
  border-bottom: none;
  padding: 0;
  width: 100px;
}

html body nav.mobile {
  display: none;
}

html body .image-wrapper {
  position: relative;
  padding-top: 50%;
  font-size: 0;
}

html body .image-wrapper.item {
  padding-top: 75% !important;
}

html body .image-wrapper.member {
  padding-top: 60% !important;
}

html body .image-wrapper.no-ratio {
  padding-top: 0;
}

html body .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}

html body .image-wrapper .play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  z-index: 3;
}

html body .image-wrapper .play-wrapper.large {
  width: 130px;
  height: 130px;
}

html body .image-wrapper .play-wrapper.large img {
  width: 35px;
}

html body .image-wrapper .play-wrapper.small {
  width: 50px;
  height: 50px;
}

html body .image-wrapper .play-wrapper.small img {
  width: 15px;
  margin-left: 2px;
}

html body .image-wrapper .play-wrapper img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: auto;
  margin-left: 5px;
}

html body .image-wrapper video {
  width: 100%;
  height: auto;
}

html body .image-wrapper video.d-none+img {
  position: relative;
  height: auto;
}

html body .image-wrapper iframe {
  width: 100%;
}

html body .absolute-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body .absolute-background+div {
  position: relative;
  z-index: 1;
}

html body .rich-textbox-wrapper p,
html body .rich-textbox-wrapper h1,
html body .rich-textbox-wrapper h2,
html body .rich-textbox-wrapper h3,
html body .rich-textbox-wrapper h4,
html body .rich-textbox-wrapper h5 {
  margin: 0;
}

html body .rich-textbox-wrapper ul {
  padding: 0 0 0 20px;
  list-style: disc;
}

html body .rich-textbox-wrapper.bold-black strong,
html body .rich-textbox-wrapper.bold-black b {
  color: #212529;
}

html body .custom-select-wrapper {
  position: relative;
}

html body .custom-select-wrapper img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: .5s all;
  z-index: -1;
}

html body .custom-select-wrapper ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F7F7F7;
  padding: 0px 25px 15px 25px;
  z-index: 1;
}

html body .custom-select-wrapper ul li {
  padding: 15px 0 0 0;
  border-bottom: 2px solid #E7E7E7;
}

html body .custom-select-wrapper ul.d-block+img {
  transform: translateY(-50%) rotate(180deg);
}

html body .input-date-wrapper {
  position: relative;
}

html body .input-date-wrapper input {
  height: 48px;
}

html body .input-date-wrapper input[type="date"]+img {
  display: none;
}

html body .input-date-wrapper img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

html body label.custom-checkbox {
  font-size: 0;
}

html body label.custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}

html body label.custom-checkbox input:focus+div {
  box-shadow: 0 0 5px 0 #FFBC0D;
}

html body label.custom-checkbox input:checked+div {
  background-color: #FFBC0D;
}

html body label.custom-checkbox div {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 2px solid #FFBC0D;
  border-radius: 8px;
  transition: .4s all;
}

html body label.custom-checkbox small {
  width: calc(100% - 20px);
}

html body label.custom-checkbox-2 input {
  display: none;
}

html body label.custom-checkbox-2 input:checked+div:before {
  content: "";
}

html body label.custom-checkbox-2 div {
  position: relative;
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
}

html body label.custom-checkbox-2 div:before {
  position: absolute;
  top: 5px;
  left: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 10px;
  width: 5px;
  border: solid #2C6AA9;
  border-width: 0 2px 2px 0;
}

html body .ui-datepicker {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

html body .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #FFBC0D;
  padding: 10px 0;
  margin-bottom: 15px;
}

html body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
html body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

html body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
}

html body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}

html body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: speedee-bold;
  text-align: center;
  padding: 0 30px;
}

html body .ui-datepicker .ui-datepicker-header select {
  background-color: transparent;
  border: none;
}

html body .ui-datepicker table {
  margin-bottom: 15px;
}

html body .ui-datepicker table th,
html body .ui-datepicker table td {
  padding: 10px;
  text-align: center;
}

html body .ui-datepicker table td:not(.ui-state-disabled) {
  cursor: pointer;
  transition: .2s all;
}

html body .ui-datepicker table td:not(.ui-state-disabled):hover {
  background-color: #FFBC0D;
}

html body #content {
  padding-top: 100px;
}

html body #content .main-carousel {
  position: relative;
}

html body #content .main-carousel .slide {
  position: relative;
  padding-top: 45%;
}

html body #content .main-carousel .slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

html body #content .main-carousel .slide .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 80px;
}

html body #content .main-carousel .slide .content h5 {
  font-size: 18px;
}

html body #content .main-carousel .slide .content .btn {
  padding: 8px 40px;
}

html body #content .main-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 80px;
}

html body #content .main-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 5px;
}

html body #content .main-carousel .owl-dots button.active {
  background: #000;
}

html body #content #search-questions {
  position: relative;
}

html body #content #search-questions input {
  font-family: speedee-light, sans-serif;
  font-size: 40px;
}

html body #content #search-questions button {
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 67px;
}

html body #content #search-questions button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html body #content #search-questions ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

html body #content #search-questions ul li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  transition: .2s all;
}

html body #content #search-questions ul li:last-child {
  border-bottom: none;
}

html body #content #search-questions ul li:hover {
  background-color: #FFBC0D;
}

html body #content .question .content {
  padding: 20px 30px 30px 30px;
  background-color: #F8F8F8;
}

html body #content .question .content h4 {
  font-size: 22px;
}

html body #content .question .content .rich-textbox-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 38.4px;
}

html body #content .popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

html body #content .popup-wrapper .popup {
  position: relative;
  background: #fff;
  margin: 100px 0;
  padding-right: 100px;
  padding-left: 100px;
}

html body #content .popup-wrapper .popup .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

html body #content .popup-wrapper .popup .question .content {
  background-color: transparent;
  padding: 30px 0 0 0;
}

html body #content .popup-wrapper .popup .question .content .rich-textbox-wrapper {
  display: block;
  margin-bottom: 0;
  max-height: none;
}

html body #content .popup-wrapper .popup .share-wrapper {
  border: 1px solid;
  border-radius: 10px;
  font-size: 0;
}

html body #content .nutrition-calculator-fixed-header {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

html body footer .sep {
  background-color: #D8D8D8;
  height: 1px;
}

html body .shape {
  position: relative;
  left: calc(100% - 100px);
  transform: translateX(-100%);
  max-width: 100%;
}

html body .party-add-on-wrapper {
  position: relative;
}

html body .party-add-on-wrapper .image-wrapper {
  padding-top: 50%;
}

html body .party-add-on-wrapper .content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

html body .w-200 {
  width: 200px;
}

html body #back-to-top {
  position: fixed;
  bottom: 45px;
  right: 0;
  background: #DB0E0E;
  width: 90px;
  height: 40px;
  transform: translateX(100%);
  transition: .3s transform;
  z-index: 2;
  cursor: pointer;
}

html body #back-to-top.show {
  transform: translateX(50%);
}

html body .center-absolute {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

html body .left-absolute {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html body .contain {
  object-fit: contain !important;
}

html body .menu-category-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: red;
  opacity: 0;
  transition: .5s all;
}

html body .menu-category-link:hover:before,
html body .menu-category-link.active:before {
  opacity: 1;
}

html body .opacity-50 {
  opacity: 50%;
}

html body .page-item.active .page-link {
  background-color: #DB0E0E;
  border-color: #DB0E0E;
}

html body .page-item .page-link:focus {
  box-shadow: none;
}

html body .carousel-custom-dots .owl-dot {
  background: black;
  vertical-align: middle;
  padding: 0;
  border: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 5px;
}

html body .carousel-custom-dots .owl-dot.active {
  width: 8px;
  height: 8px;
}

html body .border-top-1 {
  border-top: 1px solid #bbb;
}

html body .border-bottom-1 {
  border-bottom: 1px solid #bbb;
}

html body .accordion li {
  border-top: 1px solid #bbb;
}

html body .accordion li .icon-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

html body .accordion li .icon-wrapper img {
  transform: rotateX(0deg);
  transition: .5s all;
}

html body .accordion li.active .icon-wrapper img {
  transform: rotateX(180deg);
}

html body .accordion li:last-child {
  border-bottom: 1px solid #bbb;
}

html body .border-bottom-dashed {
  background-image: linear-gradient(to right, #ccc 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}

html body .disableable {
  position: relative;
  overflow: hidden;
}

html body .disableable.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: default;
}

html body .new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

html body #map {
  height: 500px;
}

html body .position .rich-textbox-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.4;
  max-height: 67.2px;
}

#st_gdpr_iframe {
  border: none;
  left: auto !important;
}

@media (min-width: 992px) {
  html[lang="ar"] .text-lg-right {
    text-align: left !important;
  }

  html[lang="ar"] .text-lg-left {
    text-align: right !important;
  }
}

@media (max-width: 1199.98px) {
  html[lang="ar"] body nav.mobile ul#mobile-menu li.dropdown-wrapper img {
    float: left;
  }

  .home-content-title {
    font-family: speedee-bold;
    font-size: 28px;
    line-height: normal;
  }

  .home-banner-title {
    font-size: 32px;
    color: #000;
    line-height: 50px;
  }


  .f-44 {
    font-size: 32px;
  }

  html body nav.desktop {
    display: none;
  }

  html body nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 8px 0 rgba(0, 0, 0, 0.04);
    z-index: 5;
  }

  html body nav.mobile .row {
    height: 80px;
  }

  html body nav.mobile .row .burger {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 25px;
  }

  html body nav.mobile .row .burger.open div:nth-child(1) {
    transform: translate(0px, 5.5px) rotate(45deg);
  }

  html body nav.mobile .row .burger.open div:nth-child(2) {
    opacity: 0;
  }

  html body nav.mobile .row .burger.open div:nth-child(3) {
    transform: translate(0px, -8px) rotate(-45deg);
  }

  html body nav.mobile .row .burger div {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #757575;
    opacity: 1;
    transition: .5s all;
  }

  html body nav.mobile .row .burger div:nth-child(1) {
    top: 0%;
  }

  html body nav.mobile .row .burger div:nth-child(2) {
    top: 50%;
  }

  html body nav.mobile .row .burger div:nth-child(3) {
    top: 100%;
  }

  html body nav.mobile ul#mobile-menu {
    display: none;
    max-height: calc(100dvh - 80px);
    overflow: auto;
    padding: 15px 15px;
    margin: 0 -15px;
    z-index: 99999;
    position: relative;
  }

  html body nav.mobile ul#mobile-menu li {
    position: relative;
    padding: 15px 0;
  }

  html body nav.mobile ul#mobile-menu li.dropdown-wrapper.open img {
    transform: rotate(180deg);
  }

  html body nav.mobile ul#mobile-menu li.dropdown-wrapper img {
    transform: rotate(0deg);
    float: right;
    margin-top: 7px;
    transition: .5s all;
  }

  html body nav.mobile ul#mobile-menu li.dropdown-wrapper ul {
    display: none;
    padding: 15px 15px 0 15px;
  }

  html body nav.mobile ul#mobile-menu li.dropdown-wrapper ul li {
    padding: 10px 0;
  }

  html body .padding-t-50 {
    padding-top: 25px;
  }

  html body .padding-b-50 {
    padding-bottom: 25px;
  }
}

@media (max-width: 991.98px) {
  html body h1 {
    font-size: 45px;
  }

  html body h2 {
    font-size: 30px;
  }

  .home-col-img {
    position: relative;
  }

  .home-swiper-content {
    padding: 20px;
    margin-left: 0;
  }

  html:lang(ar) .home-swiper-content {
    padding: 20px;
    margin-right: 0;
  }

  .home-content-text {
    max-height: unset;
    margin-bottom: 8px;
  }

  .home-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html body ul.inline li {
    margin-right: 15px;
    margin-left: 15px;
  }

  html body #content {
    padding-top: 80px;
  }

  html body #content .main-carousel .slide .content {
    padding: 0 15px;
  }

  html body #content .main-carousel .owl-dots {
    padding: 0 15px;
  }

  html body .relative-md {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
  }
}

@media (max-width: 767.98px) {
  html body #content .main-carousel .slide {
    padding-top: 0;
  }

  .banner-img {
    padding-top: 65%;
  }

  html body #content .main-carousel .slide .image-wrapper {
    padding-top: 80%;
  }

  html body #content .main-carousel .slide .content {
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  html body #content .main-carousel .owl-dots {
    position: relative;
    bottom: 0;
  }

  html body .shape {
    left: 100%;
  }
}

@media (max-width: 575.98px) {
  html body h1 {
    font-size: 35px;
  }

  .test {
    position: absolute;
    left: 3%;
    bottom: 30px
  }

  .swiper-photos-wrapper {
    background-color: #fff;
    padding: 30px 10px 45px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 4 columns */
    gap: 20px;
    /* adjust spacing between images */
  }

  .popup-arr img {
    width: 30px !important;
    height: 30px !important;
  }

  html body h2 {
    font-size: 28px;
  }

  .f-36 {
    font-size: 24px;
  }

  .f-24 {
    font-size: 20px;
  }

  .home-banner-title {
    font-size: 28px;
    color: #000;
    line-height: normal;
  }


  .f-44 {
    font-size: 26px;
  }

  html body .image-wrapper .play-wrapper.large {
    height: 100px;
    width: 100px;
  }

  html body .no-container-mobile {
    padding-right: 0;
    padding-left: 0;
  }

  html body #content #search-questions input {
    font-size: 28px;
  }

  html body #content #search-questions button {
    width: 50px;
    height: 50px;
  }

  html body #content .popup-wrapper .popup {
    margin: 15px 0;
    padding-right: 25px;
    padding-left: 25px;
  }

  html body .party-add-on-wrapper .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
  }
}