h5* {
  margin: 0;
  padding: 0;
}

@import url(//db.onlinewebfonts.com/c/b3fb273a4c9c465126f860b59809fd4a?family=VerveineW01-Regular);

:root {
  --black: #000;
  --white: #fff;
  --red: #f02828;
  --grey: #f5f5f5;
  --font: "Montserrat", sans-serif;
  --heading-font: "VerveineW01-Regular";
}

body {
  background: var(--grey);
  font-family: var(--font);
  overflow-x: hidden;
  background: url("../img/main-back.png");
}

.product_ar {
 font-size: 1.5rem !important;
}

.container {
  max-width: 1400px !important;
}

a {
  text-decoration: none;
}

#myVideo {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.video-cont {
  position: absolute;
  top: 40%;
  left: 13%;
  right: 0;
  color: #fff;
}

.video-cont h1 {
  font-weight: 900;
  font-size: 60px;
}

.slide {
  /*margin-top: 70px;*/
}

.carousel-caption {
  bottom: 15rem;
  left: 12%;
  text-align: left;
}

.carousel-caption h3 {
  /* text-transform: uppercase; */
  font-size: 38px !important;
  font-weight: 600;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

/* .carousel-caption p {
  width: 50%;
} */

ul.slider-btn li {
  display: inline-block;
}

ul.slider-btn li:nth-child(1) a {
  padding: 9px 29px;
  border-right: none;
  display: block;
  border-radius: 32px;
  font-weight: 700;
  border: 1px solid var(--red);
  background: var(--white);
  color: var(--black);
}

ul.slider-btn li:nth-child(2) a {
  padding: 9px 29px;
  border-right: none;
  display: block;
  border-radius: 32px;
  font-weight: 700;
  margin-left: 8px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-item img:before {
  content: "";
  background: red;
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-inner .carousel-item>img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 768px) {
  .carousel-inner,
  #demo {
    height: auto !important;
    overflow: hidden;
  }

  .carousel-inner .carousel-item>img {
    height: auto !important;
    width: 100%;
    object-fit: unset;
    display: block;
  }

  .carousel-caption {
    position: static;
    background: rgba(0,0,0,0.45);
    padding: 8px 12px;
    text-align: center;
    color: #fff;
  }

  .carousel-caption h3 {
    font-size: 15px !important;
    margin-bottom: 2px;
  }

  .carousel-caption p {
    display: none;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 40% !important;
    width: 32px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.heading h1 {
  font-weight: 600;
  /* font-family: var(--heading-font); */
  font-size: 46px;
  margin-bottom: 50px;
}

.heading-fs-24 {
  font-weight: 800;
  color: var(--black);
  text-transform: uppercase;
  font-size: 24px;
  margin: 15px 0;
}

.eng-arb {
  width: 20%;
  float: right;
  border-radius: 50px;
  text-align: center;
  border: none;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
  margin: 5px;
  background: var(--red);
  color: var(--white);
}

.eng-arabic {
  width: 20%;
  float: left;
  border-radius: 50px;
  text-align: center;
  border: none;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
  margin: 5px;
  background: var(--red);
  color: var(--white);
}

/*.form-control:focus
{
	background: var(--red);
	box-shadow: none;
    color: var(--white);
}*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.slick1 {
  text-align: center;
}

.slick2 {
  margin-top: -35px;
}

.slick1 img {
  border-radius: 20px 20px 0 0;
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.slick2 video {
  border-radius: 20px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.slick1 h3 {
  font-weight: 800;
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0;
}

.slick2 h4,
.gallery-item h4 {
  font-weight: 800;
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0;
}

.btn-red {
  padding: 9px 65px;
  border-right: none;
  display: inline-block;
  border-radius: 32px;
  font-weight: 700;
  border: 1px solid #59646a;
  background: #59646a;
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.btn-red-2 {
  padding: 9px 20px;
  border-right: none;
  display: inline-block;
  border-radius: 32px;
  font-weight: 700;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.btn-red-2:hover {
  background: var(--black);
  border: 1px solid var(--black);
  transition: 0.5s ease-in-out;
  color: var(--white);
}

.btn-red:hover {
  background: var(--black);
  border: 1px solid var(--black);
  transition: 0.5s ease-in-out;
  color: var(--white);
}

.occasion-flex {
  display: flex;
}

.bg-white-video {
  margin: 7px;
  border-radius: 20px;
  background: var(--white);
  padding: 10px;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
  text-align: center;
}

/* Brand/model: start padding = right in RTL (Arabic), end = opposite */
.product-group-section .product-group-heading {
  box-sizing: border-box;
  padding-inline-start: 12px;
  padding-inline-end: 0.65rem;
}

.bg-white-video .product-card-meta {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-inline-start: 12px;
  padding-inline-end: 0.65rem;
}

.product-ui-text,
.product-ui-text strong,
.bg-white-video .product-ui-text,
.product-group-heading.product-ui-text h5 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-variant: normal !important;
}

.product-group-kicker {
  letter-spacing: 0.02em;
}

.white-video {
  margin: 10px;
  border: 2px solid #000;
  background: var(--white);
  padding: 10px;
  width: 240px;
  height: 190px;
  text-align: center;
}

.zoom-350 {
  height: 350px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.zoom-2 {
  height: 90px;
  width: 200px;
  overflow: hidden;
}

.zoom-2 img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  transition: all 2s ease-in-out;
}

.zoom-350 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 2s ease-in-out;
}

.zoom-2:hover img {
  transform: scale(1.2, 1.2);
}

.zoom-350:hover img {
  transform: scale(1.5, 1.5);
}

.zoom-280 {
  height: auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.zoom-280 img {
  width: 100%;
  height: 280px;
  transition: all 2s ease-in-out;
}

.zoom-280:hover img {
  transform: scale(1.5, 1.5);
}

.zoom-200 {
  height: 200px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.zoom-200 img {
  width: 100%;
  height: 200px;
  transition: all 2s ease-in-out;
}

.zoom-200:hover img {
  transform: scale(1.5, 1.5);
}

.bg-white-popular {
  margin: 10px;
  border-radius: 20px;
  background: var(--white);
  padding: 10px;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
  text-align: center;
}

.bg-white-popular img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: var(--white) !important;
  background: #000;
  padding: 10px 12px;
  border-radius: 50px;
  font-family: inherit;
}

.slick-prev {
  left: -40px;
}

.testi video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.test-cont img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
}

.cname-loc {
  float: left;
  margin-left: 15px;
}

.cname-loc h5.client-name {
  font-weight: 600;
  text-align: left;
}

.client-name p {
  text-align: left;
  color: var(--black);
}

.test-cont p {
  text-align: left;
}

.gallery-item img {
  width: 225px;
  border-radius: 15px 15px 0 0;
  height: 118px;
  /* object-fit: cover; */
}

.mt-80 {
  margin-top: 80px;
}

footer {
  padding: 100px 0;
}

/* ul.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 0;
} */

ul.footer-links-red {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

ul.footer-links li,
ul.footer-links-red li {
  list-style: none;
}

ul.footer-links li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  /* background-color: #ddd; */
  /* border-radius: 10px; */
  /* padding: 10px; */
  /* border-right: 1px solid var(--white); */
}

ul.footer-links-red li a {
  color: var(--red);
  text-decoration: none;
  /* padding: 0 15px; */
  border-right: 1px solid var(--red);
}

ul.footer-links li:nth-child(5) a,
ul.footer-links-red li:nth-child(4) a {
  border-right: 0;
}

ul.footer-social {
  display: flex;
  /* justify-content: center; */
  margin-top: 30px;
  padding-left: 0;
  flex-wrap: wrap;
}

.footer-links {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

footer .col-lg-3 h2,
footer .col-lg-3 .footer-links {
  text-align: right;
}

footer .col-lg-3 .footer-links li {
  padding-right: 0;
}

ul.footer-social li {
  list-style: none;
  margin: 8px;
  text-align: center;
}

ul.footer-social li a {
  color: var(--white);
  font-size: 28px;
}

ul.footer-social li:nth-child(1) {
  background: #3b5998;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(2) {
  background: #1da1f2;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(3) {
  background: #0a66c2;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(4) {
  background: #d62976;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(5) {
  background: #ff0000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:hover {
  transform: rotate(360deg);
  transition: 0.5s ease-in-out;
}

.d-patch {
  position: absolute;
  bottom: 34.7%;
  margin-left: 1%;
  background: var(--red);
  padding: 15px 20px 7px;
  color: #fff;
  text-transform: uppercase;
}

.d-patch_2 {
  position: absolute;
  bottom: 39.7%;
  margin-left: 5%;
  background: var(--red);
  padding: 15px 20px 7px;
  color: #fff;
  text-transform: uppercase;
}

.d-patch_3 {
  position: absolute;
  bottom: 50%;
  margin-left: 1%;
  background: var(--red);
  padding: 15px 20px 7px;
  color: #fff;
  text-transform: uppercase;
}

.d-patch h3,
.d-patch_2 h3,
.d-patch_3 h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.d-patch p,
.d-patch_2 p,
.d-patch_3 p {
  margin: 0;
  font-size: 18px;
}

#statistic {
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-position: center;
}

/* tannu*/
img.section-img {
  width: 305px;
  height: 225px;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 15px;
}

.zoom-hover {
  width: 305px;
  height: 225px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: 15px;
}

.zoom-hover img {
  width: 305px;
  height: 225px;
  object-fit: cover;
  transition: all 2s ease-in-out;
}

.zoom-hover:hover img {
  transform: scale(1.5, 1.5);
  cursor: pointer;
}

img.section-img:nth-child(2) {
  margin-bottom: 0;
}

section.about {
  background: #fff;
}

.about-us h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  font-size: 3rem;
}

.about-us h3 span {
  color: var(--red);
  display: block;
  position: relative;
}

.read-more-btn {
  padding: 9px 29px;
  border-radius: 32px;
  font-weight: 700;
  color: var(--red);
  border: 2px solid var(--red);
  text-transform: uppercase;
}

.read-more-btn:hover {
  padding: 9px 29px;
  border-radius: 32px;
  font-weight: 700;
  color: var(--black);
  border: 2px solid var(--red);
  text-transform: uppercase;
}

/*tannu*/

.sponsor-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  position: absolute;
  top: 5%;
  margin-left: 10px;
  box-shadow: 0px 0px 5px var(--black);
  background: #fff;
  border-radius: 50px;
  padding: 6px;
}

.sponsor-logo_2 img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  position: absolute;
  top: 6%;
  margin-left: -144px;
  box-shadow: 0px 0px 5px var(--black);
  background: #fff;
  border-radius: 50px;
  padding: 6px;
}

.sponsor-logo_3 img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  position: absolute;
  top: 11%;
  margin-left: 10px;
  box-shadow: 0px 0px 5px var(--black);
  background: #fff;
  border-radius: 50px;
  padding: 6px;
}

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

.brand-sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.brand-sponsor div {
  background-color: var(--grey);
  margin-bottom: 3px;
  width: 250px;
  border-radius: 15px;
  height: 170px;
  text-align: center;
}

.brand-sponsor div p {
  text-align: start;
  padding: 15px;
}

.brand-sponsor img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.brand-sponsor img:hover {
  filter: grayscale(100%);
}

.bdr-15 {
  border-radius: 15px !important;
}

.bg-sponsor {
  background-image: url(../img/bg-sponsor.jpg);
  background-attachment: fixed;
  background-position: center;
}

.p-100 {
  padding: 100px;
}

.bg-sponsor h1 {
  font-size: 60px;
}

.hover-white:hover {
  color: var(--white);
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 6px !important;
}

#google_translate_element span {
  display: none;
}

.goog-te-gadget .goog-te-combo {
  margin: 11px 0 0 !important;
}

/*breadcrumb*/

.bread-img {
  background-image: url("../img/banner.png");
  background-position: center;
  width: 100%;
  background-size: cover;
  height: 350px;
  margin-bottom: 0;
}

.bread-img h1 {
  margin-top: 200px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bread-img ul li {
  display: inline-block;
  text-transform: uppercase;
}

.bread-img ul li a {
  color: #fff;
}

.text-red {
  color: var(--red);
}

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

/*contact us*/

.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.contact_field {
  padding: 60px 270px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: var(--black);
  right: 0px;
  top: 16%;
  height: 340px;
  width: 340px;
  padding: 70px 40px;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.right_conatct_social_icon {
  background-color: var(--red);
}

.contact_field input {
  padding: 1rem 0.75rem;
}

#login label,
#login input,
#login select,
#login textarea {
  margin-bottom: 0.5rem;
}

.flex-log {
  display: flex;
  justify-content: space-between;
}

.eye-icon {
  float: right;
  margin-right: 10px;
  margin-top: -38px;
  position: relative;
  z-index: 99999;
}

/*listing*/
.side-sticky {
  position: sticky;
  top: 100px;
}

.no-bullet {
  list-style: none;
}

.side-cover {
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
}

.side-sponsor-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.side-sponsor-logo div img {
  width: 70px;
}

.br-20 {
  border-radius: 20px;
}

.flex-event {
  display: flex;
  justify-content: space-between;
}

.share-event {
  display: flex;
}

.event-dtl ul,
.share-event ul {
  display: flex;
  align-items: center;
}

.event-dtl ul li,
.share-event ul li {
  margin-right: 15px;
}

.share-event ul li:nth-child(5) {
  margin-right: 0;
}

.ai-center {
  align-items: center;
}

.next-prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.list-unstyle {
  list-style: none;
}

ul.list-unstyle li {
  line-height: 1.8;
}

section#chng-pwd .eye-icon {
  margin-top: -45px;
}

section#my-event table tr td {
  vertical-align: middle;
}

.tbl-img {
  width: 100px;
  height: 90px;
  object-fit: cover;
}

.box-shadow {
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
}

.h-400 img {
  height: 400px;
  object-fit: cover;
}

.event-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.event-photo img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 10px;
}

.desktoplogo {
  padding: 0;
  margin: 0;
  float: right;
}

.right-side {
  float: left;
  left: 0;
  right: inherit;
}

@media (min-width: 993px) {
  .wsmenu>.wsmenu-list {
    display: flex;
    justify-content: center;
    gap: 6px;
  }
}

.topmenusearch {
  margin: 0;
}

@media only screen and (min-device-width: 1281px) and (max-device-width: 1366px) {
  .carousel-caption {
    bottom: 6rem;
  }

  .desktoplogo {
    padding: 0;
    margin: 0;
    float: right;
  }

  .wsmenu {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 76%;
    float: right;
    display: block;
  }

  /*.headerwp,*/
  /*.wsmainwp {*/
  /*  max-width: 1200px !important;*/
  /*}*/
}

@media only screen and (min-device-width: 1160px) and (max-device-width: 1280px) {

  .brand-sponsor div {
    width: 230px;
  }

}

@media only screen and (max-width: 1280px) {
  .qr_flex {
    display: none !important;
  }
  .wsmenu {
    margin-right: auto;
  }
  .wsmenu>.wsmenu-list {
    justify-content: flex-end;
  }
}

@media only screen and (min-device-width: 993px) and (max-device-width: 1280px) {

  .headerwp,
  .wsmainwp {
    max-width: 1200px;
  }

  .d-patch {
    bottom: 37.3% !important;
  }

  .d-patch_2 {
    bottom: 42.4%;
  }

  .d-patch_3 {
    bottom: 52.4% !important;
  }

  .carousel-caption {
    bottom: 5rem;
  }

  .sponsor-logo_2 img {
    margin-left: -120px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {

  .headerwp,
  .wsmainwp {
    max-width: 900px;
  }

  .eng-arb {
    width: 30%;
  }

  .slide {
    margin-top: 0 !important;
  }

  .topmenusearch {
    width: 110px;
  }

  .zoom-hover {
    width: 100% !important;
  }

  .gallery-item {
    width: 33%;
  }

  .sponsor-logo_2 img {
    margin-left: -125px;
  }

  .d-patch {
    bottom: 31.8%;
    margin-left: 15px;
  }

  .d-patch_2 {
    bottom: 42.3%;
  }

  .d-patch_3 {
    bottom: 44.7%;
    margin-left: 15px;
  }

  .carousel-caption {
    bottom: 3rem;
  }

  .carousel-caption p {
    width: 90%;
  }

  .carousel-caption h3 {
    font-size: 32px !important;
  }

  .about-us h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .slide {
    margin-top: 15px;
  }

  .carousel-caption {
    bottom: 1rem;
  }

  .carousel-caption p {
    width: 90%;
    font-size: 14px;
  }

  .carousel-caption h3 {
    font-size: 30px !important;
  }

  .zoom-hover {
    width: 150px;
  }

  .about-us h3 {
    font-size: 1.8rem;
  }

  .d-patch {
    margin-left: 15px;
  }

  .gallery-item {
    width: 50% !important;
  }

  .bg-sponsor .p-100 {
    padding: 40px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .slide {
    margin-top: 55px;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }

  .about-us h3 {
    font-size: 2rem;
  }

  .d-patch {
    bottom: 31.9%;
  }

  .d-patch_2 {
    bottom: 39.7%;
  }

  .d-patch_3 {
    margin-left: 12px;
    bottom: 44.5%;
  }

  .sponsor-logo_2 img {
    margin-left: -120px;
  }

  .bg-sponsor .p-100 {
    padding: 30px;
  }

  .zoom-hover,
  .zoom-hover img {
    width: 100%;
    object-fit: cover;
  }

  .about-us {
    margin-top: 3rem;
  }

  #filters {
    display: grid;
    text-align: center;
  }

  ul.footer-social li {
    margin: 0 7px;
  }

  ul.footer-links li a,
  ul.footer-links-red li a {
    border-right: 0;
  }

  ul.footer-links,
  ul.footer-links-red {
    flex-wrap: wrap;
  }
}

.headertopright ul {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}

.headertopright ul li {
  list-style: none;
}

#demo {
  position: relative;
}

.subs-input {
  border: 0 !important;
  border-radius: 5px !important;
  height: 35px;
  width: 65%;
}

.spns .form-select {
  width: auto !important;
}

ul.footer-links li,
ul.footer-links-red li {
  margin-top: 22px;
}

.wsmainfull.wsfixed {
  align-content: center;
}

.zoom-2 i {
  font-size: 50px;
  color: #000;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

html,
body {
  height: 100%;
}

.whole {
  width: 100%;
  min-height: 100vh;
  /* background: url("../img/main-back.png") no-repeat center center; */
  /* background-size: cover; */
  overflow-x: hidden;
  font-family: var(--font);
}

.wsmenu>.wsmenu-list>li>form {
  border-radius: 50px;
  border: 0;
  background: #59646a;
  padding: 10px 20px;
  margin: 5px;
}

.wsmenu>.wsmenu-list>li>form {
  display: block;
  padding: 15px 39px 25px 18px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}


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


.qr_flex {
  display: flex;
  align-content: center;
  justify-content: center;
}

.qr_nested_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-end;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  padding-right: 14px;
}

.qr_nested_flex a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  width: fit-content;
}

.qr_nested_flex a:hover .phone {
  color: #000;
}

.phone {
  flex-direction: row-reverse;
}

/* Freeze header appearance on scroll */
.wsmainfull.wsfixed {
  background-color: #fff !important;
  transition: none !important;
}

.wsmainfull.wsfixed .desktoplogo {
  transition: none !important;
}

.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > a {
  transition: all 0.25s ease !important;
}

.phone i,
.right i {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.menuhomeicon {
  cursor: pointer;
}


/* Mobile menu close button — hidden on desktop */
.mobile-menu-header { display: none; }
.mobile-menu-close { display: none; }
/* Mobile search inside menu — hidden on desktop */
.wsmenu-list .mobile-search-li { display: none !important; }

@media (max-width: 992px) {
  .wsactive .whatsapp-float {
    z-index: 0;
  }

  /* AR: panel slides in from the left as a full-height drawer */
  .wsmenu > .wsmenu-list {
    position: fixed !important;
    top: 0;
    left: 0;
    right: auto !important;
    width: 300px;
    height: 100vh !important;
    background: #fff;
    box-shadow: 6px 0 32px rgba(0, 0, 0, 0.18);
    transform: translateX(-105%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 64px;
    margin-left: 0 !important;
    z-index: 10001;
    display: block;
  }
  .wsactive .wsmenu > .wsmenu-list {
    transform: translateX(0);
    position: fixed !important;
    margin-left: 0 !important;
  }

  /* AR: close button becomes the dark panel header bar */
  .mobile-menu-close {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 300px;
    height: 64px;
    background: #fff;
    color: #1a1a2e;
    border: none;
    border-bottom: 1px solid #e5e7ef;
    cursor: pointer;
    font-size: 22px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: none;
    border-radius: 0;
    flex-direction: row-reverse;
    appearance: none;
    -webkit-appearance: none;
    z-index: 10002;
  }
  .mobile-menu-close::before {
    content: "القائمة";
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #fff;
  }
  .wsactive .mobile-menu-close {
    display: flex;
  }

  /* AR: base link resets for mobile — match desktop colors */
  .wsmenu > .wsmenu-list > li > a {
    text-align: right;
    background: #59646a !important;
    color: #fff !important;
    border-radius: 12px !important;
    height: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border-bottom: none;
    padding: 0 24px;
    margin: 5px 12px !important;
    display: flex;
    align-items: center;
  }
  .wsmenu > .wsmenu-list > li > a:hover {
    background: #1a1a2e !important;
    color: #fff !important;
    transform: none !important;
  }

  /* AR: menuhomeicon items — RTL row: icon on right, text on left */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 14px;
    padding: 0 24px !important;
    height: 62px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    background: #59646a !important;
    border-bottom: none;
    border-radius: 12px !important;
    margin: 5px 12px !important;
    transition: background 0.18s ease !important;
    transform: none !important;
    box-shadow: none !important;
  }
  .wsmenu > .wsmenu-list > li > a.menuhomeicon:hover {
    background: #1a1a2e !important;
    color: #fff !important;
    transform: none !important;
  }

  /* AR: active/cart highlight */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon.cart {
    background: #1a1a2e !important;
    color: #fff !important;
    font-weight: 600;
  }

  /* AR: icons — white on dark background */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon i,
  .wsmenu > .wsmenu-list > li > a.menuhomeicon > i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    color: #fff !important;
    flex-shrink: 0;
    transition: background 0.18s ease;
  }
  .wsmenu > .wsmenu-list > li > a.menuhomeicon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    flex-shrink: 0;
    font-size: 18px;
    transition: background 0.18s ease;
  }
  .wsmenu > .wsmenu-list > li > a.menuhomeicon:hover i,
  .wsmenu > .wsmenu-list > li > a.menuhomeicon:hover span,
  .wsmenu > .wsmenu-list > li > a.menuhomeicon.cart i,
  .wsmenu > .wsmenu-list > li > a.menuhomeicon.cart span {
    background: rgba(255,255,255,0.2);
    color: #fff !important;
  }

  /* AR: label text */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    flex: 1;
    text-align: right;
    color: #fff;
  }

  /* AR: cart badge */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon .cart-badge {
    position: static;
    margin-right: auto;
    margin-left: 0;
    background: #dc3545;
    color: #fff;
    min-width: 22px;
    height: 22px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    border: none;
  }

  /* AR: language toggle — same style as other items */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon.translate {
    background: #59646a !important;
    color: #fff !important;
    border-top: none;
    margin-top: 0 !important;
  }
  .wsmenu > .wsmenu-list > li > a.menuhomeicon.translate i {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
  }
  .wsmenu > .wsmenu-list > li > a.menuhomeicon.translate:hover {
    background: #1a1a2e !important;
  }

  /* Hide hamburger when menu is open */
  .wsactive .wsanimated-arrow {
    display: none;
  }

  /* AR: search row */
  .wsmenu-list .mobile-search-li {
    display: flex !important;
    align-items: center;
    padding: 0;
    height: auto;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px);
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 5px 12px !important;
    position: relative;
    top: auto;
    z-index: auto;
    box-sizing: border-box;
  }
  .wsmenu > .mobile-menu-close {
    display: none !important;
  }
  .wsmenu > .wsmenu-list {
    padding-top: 0;
  }
  .wsmenu > .wsmenu-list > .mobile-menu-header {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    position: sticky;
    top: 0;
    z-index: 10010;
    background: #fff !important;
    padding: 0;
    box-sizing: border-box;
  }
  .wsmenu > .wsmenu-list > .mobile-menu-header .mobile-menu-close {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    z-index: auto;
  }
  .topmenusearch-mobile {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 39px;
    margin: 0 !important;
    position: relative;
    padding: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
  }
  .topmenusearch-mobile input {
    display: block;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    margin: 0;
    padding-left: 45px;
    padding-right: 15px;
  }
  .topmenusearch-mobile .btnstyle {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    top: 0;
    bottom: auto;
    width: 40px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
  }

  /* Hide the desktop search bar on mobile */
  .wsmenu > .topmenusearch {
    display: none;
  }

  /* Override inline style: badge sits inline in the RTL flex row on mobile */
  .wsmenu > .wsmenu-list > li > a.menuhomeicon .cart-badge {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-right: auto;
    margin-left: 0;
  }
}

.flexsearch {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

@media (min-width: 1281px) {
  .flexsearch {
    width: fit-content;
  }
}

.topmenusearch {
  width: 100% !important;
}

.wsmenu>.wsmenu-list>li>a {
  font-size: 13px !important;
}

.menuhomeicon p {
  font-size: 13px !important;
}

.topmenusearch input {
  padding: 0;
  text-indent: 15px;
}

.new-phone i {
  float: left !important;
  height: 25px;
  line-height: 1;
  margin-right: 3px;
}

.topmenusearch .btnstyle {
  left: 0 !important;
  right: inherit;
  border-radius: 10px 0 0 10px;
}

.topmenusearch input {
  text-indent: 0;
  padding-left: 45px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .topmenusearch.topmenusearch-mobile .btnstyle {
    left: 0 !important;
    right: auto !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    width: 40px !important;
    height: 39px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px !important;
  }

  .topmenusearch.topmenusearch-mobile input {
    padding-left: 45px !important;
    padding-right: 15px !important;
  }

  .topmenusearch.topmenusearch-mobile {
    margin: 0 !important;
  }
}

#filters li {
  float: right;
}

.desktoplogo {
  padding: 0;
}

@media (max-width: 992px) {
  .mobile-menu-close::before {
    content: none;
  }

  .mobile-menu-close-label {
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1a1a2e;
  }

  .mobile-menu-close-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    color: #1a1a2e;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
  }
}




@media (max-width: 768px) {
    .tickrightlogo{
        width: 55px!important;
    }
    .tick{
       width: 12px!important;
    }
    .btn-red{
        padding: 4px 0px!important;
        font-size: 10px!important;
    }
    .bord .currency {
    width: 16px!important;
    }
    .bord .last-price {
    background: #dbd8d7;
    margin: 1px;
    border-radius: 10px;
    padding: 5px;
    font-size: 13px!important;
   }
   .bord .gree{
    padding: 5px 16px;
    margin: 1px;
    font-size: 10px;
   }
}


.arbltr{
     direction: ltr;
}
