:root{
  --primary-color:#4E4537;
  --grey-color:#707070;
  --primary-light-color:#221afbb0;
  --light-grey-color:#f3f3f3;
  --black-color:#000;
  --d-grey-color:#f5f3f1;
  --orange-color:#ffb700;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*****************************************SCROLL TRACK CSS******************************************/

::selection{color:#fff;background:#ffb700}
::-webkit-scrollbar{width:5px;height:8px}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #d9d9d9;border-radius:0}
::-webkit-scrollbar-thumb{background:#ffb700;border-radius:0}
::-webkit-scrollbar-thumb:hover{background:#ffb700}

/*****************************************SCROLL TRACK CSS******************************************/

body {font-family: "Noto Sans Arabic', sans-serif";line-height: 1;font-size: 16px;font-weight: 400; background:#F5F5F5;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
.login-link {
  line-height: 40px;
  position: relative;
  border-radius: 25.445px !important;
  background: #53D769 !important;
  box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
  color: white !important;
}
.login-link::before {
  width: 2px;
  height: 30px;
  content: url('../front-new/images/front/vector-left.png'); /* Replace with the path to your SVG file */
  position: absolute;
  top: 50%;
  left: 40px !important; /* Adjust the left position as needed */
  transform: translate(-50%, -50%);
}
.login-link-en::before {
  width: 2px;
  height: 30px;
  content: url('../front-new/images/front/vector-right1.png'); /* Replace with the path to your SVG file */
  position: absolute;
  top: 42%;
  left: 107px !important; /* Adjust the left position as needed */
  transform: translate(-50%, -50%);
}


.lang-link {
  background-image: url(../front-new/images/front/language.png);
  background-repeat: no-repeat;
  background-size:30px;
  padding:16px 20px;
  background-position: center
}
.lang-link-mb {
  background-image: url(../front-new/images/front/lang.png);
  background-repeat: no-repeat;
  background-size:30px;
  padding:16px 20px;
  background-position: center
}
.position-relative{
  position: relative !important;
}
.top-unset{
  top: unset !important;
}

/*FONTS SIZES----------------------------------------------------------------------------------------------------------------------------------------------------------FONTS SIZES*/

h1,h2,h3,h4,h6 {font-family: 'DM Sans' !important;}
h1 {font-size: 50px;}
h2 {font-size: 30px;}
h3 {font-size: 20px;}
h6 {font-size: 16px;}

.p-lg {font-size: 24px;}
.p-xs {font-size: 12px;}
.p-sm {font-size: 14px;}
.p-md {font-size: 24px;}
.p-md-en {font-size: 24px;}
.p-lg {font-size: 26px;}
.p-xl {font-size: 32px;}

/*FONTS SIZES----------------------------------------------------------------------------------------------------------------------------------------------------------FONTS SIZES*/

/*SHADES----------------------------------------------------------------------------------------------------------------------------------------------------------SHADES*/

.text-primary{color: var(--primary-color) !important;}
.text-light-primary{color: var(--primary-light-color) !important;}
.text-grey{color: var(--grey-color) !important;}
.bg-primary{background-color: var(--primary-color) !important;}
.bg-grey{background-color: var(--light-grey-color) !important;}
.bg-black{background-color: var(--black-color) !important;}
.bg-d-grey{background-color: var(--d-grey-color) !important;}
/* .white-bg{background-color: #fff !important;} */
.bg-mix{background: linear-gradient(90deg, #ffde89 0%, rgba(253,183,0,1) 100%) !important;}

/*SHADES----------------------------------------------------------------------------------------------------------------------------------------------------------SHADES*/


/*****************************************HEADER CSS******************************************/
.mainLogo {width: 200px; height: auto; flex-shrink: 0;}
header#header .mainLogo {/*filter: brightness(0.5);transition: .5s;*/}
.header-shadow .mainLogo {filter: unset !important;}
header#header {position: fixed;width: 100%;background: transparent;z-index: 100;transition: .5s;top: 0;/*box-shadow: 0px 0px 10px 0px #00000029;*/}
.header-shadow {background:#fbdb82 !important ; box-shadow: 0px 0px 10px 0px #00000029;}
header a{
  color: #000 !important;
  font-weight: 600;
  transition: opacity .5s !important;
  text-align: center;
  /* font-family: Inter; */
  font-size: 17.93px;
  font-style: normal;
  line-height: 35px;
}
.nav-link-en{
  font-family: 'DM Sans' !important;
  font-size: 17.93;
  font-weight: 600;
}
header li.nav-item.active a {font-weight: 700;}
/* header ul.navbar-nav li.nav-item a {padding: 1rem 1rem !important;} */
.sideNav {list-style: none;padding: 0;margin: 0;}
header .site-btn {background: transparent;color:#000 !important;border-color:#000 !important;padding: 8px 16px;min-width: 120px;}
header .site-btn:hover {background: #000;color: #fff !important ;}
.langDrop ul li a {color: #000 !important;}
.langDrop .dropdown-toggle{background-color: #000 !important;}
.langDrop ul li a.dropdown-item:active {background: #ffb700 !important;color: #fff !important;}
.navbar-toggler-icon{height: 1em !important; width: 1em !important;background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;}

.navbar-toggler {
  order: 2; /* Change the order of the toggler button */
}

.close-icon {
  order: 3; /* Change the order of the close icon */
  cursor: pointer;
  margin-right: 10px; /* Adjust the margin as needed */

}
/* button:not(:disabled) {
  outline: none;
  border: 0;
  background: #fbdb82 !important;
} */
.faq-btn{
  background-color: #fbdb82;
}
.faq-btn-en{
  background-color: #fbdb82;
}
.form-group2 {
  background: white;
  border-radius: 25px;
  padding: 25px;
  position: relative;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.2);
  /* margin-top: 100px; */
}
.login_en {
  direction: rtl;
  margin-top: 160px;
}
@media (min-width: 992px) {

  .bg-yellow{
    background-color: #fbdb82;
  }
  /* .card-dir{
      direction: rtl;
  } */
  .card-dir-en{
    direction: rtl;
  }


  .list-item-heading{
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
  }

  .list-heading-page {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    direction: rtl;
  }

  .list-item-heading-en{
    font-family: 'DM Sans' !important;
    font-size: 40px;
    font-weight: 700;
  }

  .list-heading-page-en {
    font-family: 'DM Sans' !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    direction: ltr;
  }

  .agreement_paragraph {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    text-align: right;
    float: right;
    direction: rtl;
  }
  .agreement_paragraph-en {
    font-family: 'DM Sans' !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    text-align: left;
    float: left;
  }


  .close-icon {
    display: none; /* Hide the close icon on larger screens */
  }
  .sec-height{
    min-height: 850px;
  }
  .footer-en{
    color: #FFF !important;
    font-family: 'DM Sans' !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    text-align: left !important;
  }
  .footer-ar{
    color: #FFF;
    text-align: right;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
  }

}
.input-custom-btn{
  position: absolute !important;
  top: 50% !important;
  left: 10px !important;
  transform: translateY(-50%) !important;
  border-radius: 44px !important;
  background: #53D769 !important;
  color: white !important;
}

.input-custom-btn-en{
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  border-radius: 44px !important;
  background: #53D769 !important;
  color: white !important;
}


#navbarNav.show {
  display: block;
}


.nav-item {
  margin: 0px 18px;
  white-space: nowrap;
  width: 143.196px;
  height: 51.1px;
  border-radius: 39.445px;
  background: #FFF;
  box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
}
.navbar{
  padding: 1.5rem 1rem !important;
}
/*****************************************HEADER CSS******************************************/

/*****************************************BUTTON CSS******************************************/



.site-btn:hover{background-color: transparent; color: var(--primary-color);}
.transparent-btn{background:0 0 !important;padding:0 !important;border:0 !important;}
.transparent-btn:focus{box-shadow:none;}
.site-input-btn{background-color: #000 !important; color: #fff !important; border-color: #000 !important;}
.site-input-btn:hover{background-color: transparent !important; color: #000 !important; border-color: #000 !important;}
/*****************************************BUTTON CSS******************************************/

/*****************************************INPUT CSS******************************************/

.site-label{font-weight:600;margin-bottom:5px;color:var(--orange-color)}
.site-label-disabled{color:#36dc90}
.site-input{width:100%;border:1px solid rgb(206 206 206 / 30%);border-radius:5px;color:#333;background:#fff;padding:12px 17px;appearance:none;box-shadow:2px 2px 8px rgba(0,0,0,.16)}
.site-input::placeholder{color:#8e8e8e}
.site-input-shadow{box-shadow:0 0 10px rgb(0 0 0 / 9%);border-color:#70707038}
textarea.site-input{color:#8e8e8e}

/*****************************************INPUT CSS******************************************/

section.packages, section.aboutM5aznSec, section.contactUs, section.privacyPolicy, section.termsAndConditions{padding: 150px 0 40px;}

section.wmsIntro {padding-top: 100px;z-index: 10; position: relative;}

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

  /* .home-round{
      border-bottom-right-radius: 89% 156%;
      border-bottom-left-radius: 65% 87%;
      background: #FBDB82;
      height: 700px;
      position: relative;
      z-index: 1;
  } */

  .home-round{
    background-image: url(../front-new/images/front/ellipse_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 650px;
    background-position: bottom;
  }

  .p-round {
    color: #1D1D1D;
    /* text-align: right !important; */
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .p-round-en {
    color: #1D1D1D;
    /* text-align: right !important; */
    font-family: 'DM Sans' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .package-label{
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: white;
  }
  .package-label-en{
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: white;
    font-family: 'DM Sans' !important;
  }
  .package-text{
    font-size: 19px !important;
    font-weight: 400;
    line-height: 31px;
    color: white;
    min-height: 93px;
  }
  .package-text-en{
    font-size: 19px !important;
    font-weight: 400;
    line-height: 31px;
    color: white;
    min-height: 93px;
    font-family: 'DM Sans' !important;
  }
  .package-sub-heading{
    font-size: 32px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
  }
  .container-size{
    max-width: 1400px !important;
    margin: auto;
  }

  .text-p{
    color: #1D1D1D;
    text-align: right !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    float: right;
  }
  .text-p-en{
    color: #1D1D1D;
    text-align: left !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans' !important;
    line-height: 35px;
    float: left;
  }
  .text-mazan{
    font-size: 31px !important;
    font-weight: 500 !important;
    text-align: right !important;
    line-height: 48px !important;
    /* text-align: justify !important; */
  }
  .text-mazan-en{
    font-size: 32px !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 48px !important;
    font-family: 'DM Sans' !important;
  }
  .text-banner{
    color: #1D1D1D;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .text-banner-en{
    color: #1D1D1D;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-family: 'DM Sans' !important;
    text-align: start;
  }
  .banner-image{
    position: absolute;
    left: -48px;
    top: 184px;
  }
  .banner-image-en{
    position: absolute;
    left: 705px;
    top: 205px;
  }
  .register-btn-top{
    font-size: 24px;
    font-weight: 500;
  }

  .form-label {
    position: relative;
    /* margin-bottom: 4rem; */
  }

  .bottom-line {
    height: 4px;
    background-color: #fbdb82; /* Set the color of the bottom line */
    transition: transform 0.3s ease;
    transform-origin: 100% 50%; /* Set the transform origin to the right */
    transform: scaleX(0.5); /* Initial transform to start narrower */
  }


  .click1__button.active ~ .bottom-line {
    transform: scaleX(1); /* Expand the width to 100% when the first button is active */
  }

  .click2__button.active ~ .bottom-line {
    transform: scaleX(1); /* Set the width to 0 when the second button is active */
  }

  .tbl-text{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #000 !important;
  }
  .tbl-text-en{
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'DM Sans' !important;
    color: #000;
  }
  .left-round-text{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
  }
  .left-round-text-en{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'DM Sans' !important;
    text-align: left !important;
  }

  .pack-list{
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    text-align: right;
    float: right;
    direction: rtl;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .pack-list-en {
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-family: 'DM Sans';
    text-align: left;
    float: left;
    direction: ltr
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {

  .home-round{
    background-image: url(../front-new/images/front/ellipse_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 650px;
    background-position: bottom;
  }
  .p-round {
    color: #1D1D1D;
    /* text-align: right !important; */
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .p-round-en {
    color: #1D1D1D;
    /* text-align: right !important; */
    font-family: 'DM Sans' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .package-label{
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: white;
  }
  .package-label-en{
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: white;
    font-family: 'DM Sans' !important;
  }
  .package-text{
    font-size: 19px !important;
    font-weight: 400;
    line-height: 31px;
    color: white;
    min-height: 75px;
  }
  .package-text-en{
    font-size: 19px !important;
    font-weight: 400;
    line-height: 31px;
    color: white;
    min-height: 55px;
    font-family: 'DM Sans' !important;
  }
  .package-sub-heading{
    font-size: 32px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
  }
  .container-size{
    max-width: 1050px !important;
    margin: auto;
  }

  .text-p{
    color: #1D1D1D;
    text-align: right !important;
    font-size: 20px;
    font-weight: 600;
    /* line-height: normal; */
    float: right;
  }
  .text-p-en{
    color: #1D1D1D;
    text-align: left !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans' !important;
    line-height: 26px;
    float: left;
  }
  .text-mazan{
    font-size: 31px !important;
    font-weight: 500 !important;
    text-align: right !important;
    line-height: 48px !important;
    /* text-align: justify !important; */
  }
  .text-mazan-en{
    font-size: 31px !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 48px !important;
    font-family: 'DM Sans' !important;
  }
  .text-banner{
    color: #1D1D1D;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .text-banner-en{
    color: #1D1D1D;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-family: 'DM Sans' !important;
    text-align: start;
  }
  .banner-image{
    position: absolute;
    left: 20px;
    top: 179px;
  }
  .banner-image-en{
    position: absolute;
    left: 590px;
    top: 190px;
  }
  .register-btn-top{
    font-size: 24px;
    font-weight: 500;
  }

  .form-label {
    position: relative;
    /* margin-bottom: 4rem; */
  }

  .bottom-line {
    height: 4px;
    background-color: #fbdb82; /* Set the color of the bottom line */
    transition: transform 0.3s ease;
    transform-origin: 100% 50%; /* Set the transform origin to the right */
    transform: scaleX(0.5); /* Initial transform to start narrower */
  }


  .click1__button.active ~ .bottom-line {
    transform: scaleX(1); /* Expand the width to 100% when the first button is active */
  }

  .click2__button.active ~ .bottom-line {
    transform: scaleX(1); /* Set the width to 0 when the second button is active */
  }

  .btn-mazan-cat-lg-faq {
    color: #D5D6D7;
    line-height: normal;
    background-color: white !important;
    width: 142px !important;
    height: 34px;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tbl-text{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #000 !important;
  }
  .tbl-text-en{
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'DM Sans' !important;
    color: #000;
  }
  .left-round-text{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }
  .left-round-text-en{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'DM Sans' !important;
    text-align: left !important;
  }

  .pack-list{
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    text-align: right;
    float: right;
    direction: rtl;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .pack-list-en {
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-family: 'DM Sans';
    text-align: left;
    float: left;
    direction: ltr
  }

  .nav-item {
    margin: 0px 2px;
    white-space: nowrap;
    width: 111.196px;
    height: 51.1px;
    border-radius: 39.445px;
    background: #FFF;
    box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
  }

  header a {
    color: #000 !important;
    font-weight: 600;
    transition: opacity .5s !important;
    text-align: center;
    /* font-family: Inter; */
    font-size: 11.93px;
    font-style: normal;
    line-height: 35px;
  }

  .login-link::before {
    width: 2px;
    height: 30px;
    /* background: black; */
    content: url(../front-new/images/front/vector-left.png);
    position: absolute;
    top: 50%;
    left: 33px !important;
    transform: translate(-50%, -50%);
  }

  .login-link-en::before {
    width: 2px;
    height: 30px;
    /* background: black; */
    content: url(../front-new/images/front/vector-right1.png);
    position: absolute;
    top: 42%;
    left: 75px !important;
    transform: translate(-50%, -50%);
  }

  .image-overlay {
    position: absolute;
    top: 82px !important;
    left: 0px;
    width: 100%;
    height: 90%;
    /* background-color: rgb(251 219 130); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 38px;
  }

  .btn-mazan-cat-lg {
    color: #D5D6D7;
    line-height: normal;
    background-color: white !important;
    width: 93px !important;
    height: 34px;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .label-mazan {
    font-size: 58px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 164px !important;
    text-align: right;
    font-family: 'Noto Sans Arabic' !important;
    direction: ltr;
  }

  .label-mazan-en {
    font-size: 58x !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 164px !important;
    text-align: right;
    font-family: 'DM Sans' !important;
  }

  .label-page {
    font-size: 68px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
    text-align: right;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }

  .label-page-en {
    font-size: 68px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
    text-align: right;
    font-family: 'DM Sans' !important;
  }

  .page-ar {
    position: relative;
    height: auto !important;
    background: url(../front-new/images/front/bottom-left-half.png) no-repeat;
    background-size: 50%;
    background-position: bottom left;
  }
  .page-en {
    position: relative;
    height: auto !important;
    background: url(../front-new/images/front/Ellipse-4.png) no-repeat;
    background-size: 61%;
    background-position: top right;
  }

  .half-elipse-ar {
    background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
    height: auto !important;
    background-size: 45%;
  }

  .half-elipse-en {
    background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
    height: auto !important;
    background-size: 45%;
  }
  .site-btn {
    position: relative;
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
    font-size: 19px !important;
    font-weight: 700;
    transition: ease-in-out 0.2s !important;
    text-align: right !important;
    border-radius: 99px !important;
    border: unset !important;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    min-width: 190px;
    width: 285px;
    height: 45px;
    padding-right: 22px;
  }

  .site-btn-en {
    position: relative;
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-weight: 700;
    transition: ease-in-out 0.2s !important;
    text-align: left !important;
    border-radius: 99px !important;
    white-space: pre !important;
    text-transform: lowercase !important;
    border: unset !important;
    font-family: 'DM Sans' !important;
    width: 53% !important;
    height: 45px;
    padding-left: 22px;

  }


}

.about-content{
  font-size: 24px;
  font-weight: normal;
  max-width: 250px;
  margin: auto;
}

.styles_welcomeSection__decor_circle{
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background: #FBDB82;
  position: absolute;
  left: -350px;

  padding: 100px;
}


.img-feature-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #FBDB82;
  border-radius: 100%;
  width: 100px;
  margin: auto;
}


.img-feature-container  img {

  width:50%;
}

.img-partners-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 100%;
  width: 190%;
  margin: auto;
}


.img-partners-container  img {

  width:50%;
}
.o_gradient, #o_partner_dashboard .o_partner_dashboard_box_header > h2, #o_partner_dashboard .o_partner_dashboard_box_header > .h2 {background: linear-gradient(150deg, #ffb700 20%, #fffbf1 80%) !important;}
section:first-of-type .o_skew_sm {transform: skewY(-4deg);}
.o_skew_sm {transform: skewY(-6deg) scaleY(0.75) translateY(15%);transform-origin: 0 50%;}

section.systemsPerks {background-image: url(../../front-new/images/front/shape-for-carousel-sec.png);background-size: cover;background-position: center center;background-repeat: no-repeat;align-items: center;padding: 380px 0 50px;}
h2.systemPerksHeading {font-size: 35px;margin-top: -200px;}
h4.systemPerksHeadings {font-size: 22px !important;margin-top: 1rem;}

h2.wmsFeaturesHeading {font-size: 35px;}
h3.featureDetailsHeadings {font-size: 30px;}
p.featureDetailsPara {font-size: 18px;line-height: 24px;}
.featureDetailsImg {max-width: 360px;margin: auto;}


.servicesCard {background-color: #fff;box-shadow: 0px 4px 10px -4px #00000059;padding: 1rem 1rem;min-height: 150px;display: flex;align-items: center; justify-content: center;transition: .5s !important;border-radius: 10px;}
.serivcesImg {width: 100%;max-width: 60px;height: 60px;object-fit: contain;}
.servicesCard:hover {transition: .5s !important;background-color: #ffb700;}
.servicesCard:hover .serivcesImg{filter: brightness(0) invert(1);}
.servicesCard:hover h6 {color:#fff}

h6.servicesSubHeading {font-size: 18px !important;}

.shippingImgs {max-width: 230px; margin: auto;}

ul.footerMenu li a {color: #fff;font-size: 16px;}
a#back-to-top {position: absolute;top: -20px !important;bottom: unset;max-width: 100px;left: 0;right: 0;}
.footerLogo {max-width: 85px;}
footer a:hover, footer a i:hover {color: #eda500 !important;}
footer a,footer a i {transition: .5s;}

section.contactUs h2{font-size: 45px;}

.boxFeaturesMobImg {max-width: 60px;margin: auto;object-fit: cover;}

.boxFeaturesMob {background: #fdfdfd;max-width: 390px;margin: auto;padding: 2rem 3rem;border-radius: 10px;box-shadow: 0px 0px 10px 0px #00000029;min-height: 250px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#owl-feature .owl-stage-outer{padding: 1rem 0;}

.company-details li {
  padding: 32px 0px 0px 0px;
}

.footer-logo{
  width: 163.603px;
  height: 68px;
}

.social-icon-footer{
  display: inline-block;
  border-radius: 43px;
  box-shadow: 0 0 2px #888;
  padding: 0.5em 0.5em;
  border: 1px solid white;
}

.centerlize-content{
  margin: auto;
  position: relative;
  display: flex;
}

.label-mazan{
  font-size: 87px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 164px !important;
  text-align: right;
  font-family: Noto Sans Arabic !important;
  direction: ltr;
}

.round-label-mazan{
  font-size: 40px;
  font-style: normal;
  font-weight: 800 !important;
  /* line-height: 164px !important; */
  text-align: right;
  font-family: Noto Sans Arabic !important;
  direction: ltr;
}

.label-mazan-en{
  font-size: 90px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal !important;
  font-family: 'DM Sans' !important;
}

.round-label-mazan-en{
  font-size: 40px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal !important;
  font-family: 'DM Sans' !important;
  text-align: start;
}

.label-page{
  font-size: 96px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  text-align: right;
  font-family: 'Noto Sans Arabic', sans-serif !important;
}
.feature .owl-carousel .owl-item img{
  width: 50% !important;
}

.partner .owl-carousel .owl-item img{
  width: 100% !important;
}


.boxes {
  display: flex;
}

.box1{
  left: 0px;
  margin: 0px 9px 0px 17px;
}

#noti-count {
  position:absolute;
  top:-38px;
  background-color:#FBDB82;
  color:black;
  padding:5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width:50px;
  height:50px;
  text-align:center;
  left: 0;
}

#noti-count div {
  margin-top:-12px;
  font-size: 29.218px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Noto Sans Arabic";
}

.heighted-line{
  justify-content: center;
  display: flex;
}




.register-btn-yellow {
  position: relative;
  border-radius: 44px;
  background-color: #FBDB82 !important;
  color: black !important;
  padding: 0px 40px; /* Adjust padding as needed */
  text-align: center;
  border: unset !important;
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 24px;
  font-weight: 600;
  /* width: 44%; */
}

.register-btn-yellow::before {
  content: '';
  position: absolute;
  left: 10px; /* Adjust the left position as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width as needed */
  height: 20px; /* Adjust the height as needed */
  background: url(../front-new/images/front/Vector-leftt.png) no-repeat center center;
  background-size: contain; /* or cover depending on your preference */
}

.register-btn-yellow-en {
  position: relative;
  border-radius: 44px;
  background-color: #FBDB82 !important;
  color: black !important;
  padding: 0px 40px; /* Adjust padding as needed */
  text-align: center;
  border: unset !important;
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 24px;
  font-weight: 600;
  /* width: 32%; */
}

.register-btn-yellow-en::before {
  content: '';
  position: absolute;
  left: 202px; /* Adjust the left position as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width as needed */
  height: 20px; /* Adjust the height as needed */
  background: url(../front-new/images/front/Vector-rightt.png) no-repeat center center;
  background-size: contain; /* or cover depending on your preference */
}


.scroll-btn-yellow {
  position: relative;
  border-radius: 44px;
  background-color: #FBDB82 !important;
  color: black !important;
  padding: 0px 40px; /* Adjust padding as needed */
  text-align: center;
  border: unset !important;
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 24px;
  font-weight: 600;
  /* width: 19%; */
}

.scroll-btn-yellow::after {
  content: '';
  position: absolute;
  left: 8px; /* Adjust the left position as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width as needed */
  height: 20px; /* Adjust the height as needed */
  background: url(../front-new/images/front/Vector-leftt.png) no-repeat center center;
  background-size: contain; /* or cover depending on your preference */
}

.scroll-btn-yellow-en {
  position: relative;
  border-radius: 44px;
  background-color: #FBDB82 !important;
  color: black !important;
  padding: 0px 40px; /* Adjust padding as needed */
  text-align: center;
  border: unset !important;
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 24px;
  font-weight: 600;
  /* width: 15%; */
}

.scroll-btn-yellow-en::before {
  content: '';
  position: absolute;
  left: 175px; /* Adjust the left position as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width as needed */
  height: 20px; /* Adjust the height as needed */
  background: url(../front-new/images/front/Vector-rightt.png) no-repeat center center;
  background-size: contain; /* or cover depending on your preference */
}
.scroll-btn-yellow-en::after {
  content: '';
  position: absolute;
  left: 192px; /* Adjust the left position as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Adjust the width as needed */
  height: 20px; /* Adjust the height as needed */
  background: url(../images/frontt/Vector-rightt.png) no-repeat center center;
  background-size: contain; /* or cover depending on your preference */
}

.text-yellow{
  color:#FBDB82;
  font-family: 'Noto Sans Arabic', sans-serif !important;
}
.text-yellow-en{
  color:#FBDB82;
  text-align: center;
  font-family: 'DM Sans' !important;
  font-size: 21.569px;
  font-weight: 700;
}

.half-circle > div {
  background-image: url(/images/front/half-circle.png);
  background-repeat: no-repeat;
  background-position-x: center;
  text-align: center;
}

.partners{
  width: 100px;
}

.partner-logo img {
  height: 80px; /* Adjust the height as needed */
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

img.client-img {
  opacity: 0.5;
  mix-blend-mode: luminosity;
}

@media (max-width: 992px) {
  section.contactUs{padding: 70px 0 40px;}
}


/*RESPONSIVE CSS----------------------------------------------------------------------------------------------------------------------------------------------------------RESPONSIVE CSS*/


@media (max-width: 1312px) {
}

@media screen and (max-width: 1199px) {
  h3 {font-size: 19px !important;}
  h4 {font-size: 30px !important;}
  .p-lg {font-size: 18px;}
  .p-md {font-size: 24px;
    font-family: 'Noto Sans Arabic', sans-serif;
  }
  .p-md-en {font-size: 24px;
    font-family: 'DM Sans';
  }
  .tbl-text {font-size: 24px;}
}
@media (max-width: 1023px) {

}

@media (max-width: 908px) {

}
@media (max-width: 800px) {

}


@media screen and (max-width: 575px) {
  h3 {font-size: 25px !important;}
  h1,
  h2 {font-size: 32px !important;}
  h4 {font-size: 23px !important;}
  .p-lg {font-size: 16px;}
  /* .p-md {font-size: 15px;
      font-family: 'Noto Sans Arabic', sans-serif;
  } */
  .p-md-en {font-size: 15px;
    font-family: 'DM Sans';
  }
  body {font-size: 14px !important;}

}
@media screen and (max-width:480px){


}


/*RESPONSIVE CSS----------------------------------------------------------------------------------------------------------------------------------------------------------RESPONSIVE CSS*/
:root {
  --primary-color: #4E4537;
  --grey-color: #707070;
  --primary-light-color: #221afbb0;
  --light-grey-color: #f3f3f3;
  --black-color: #000;
  --d-grey-color: #f5f3f1;
  --orange-color: #ffb700;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*****************************************SCROLL TRACK CSS******************************************/

::selection {
  color: #fff;
  background: #ffb700
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d9d9d9;
  border-radius: 0
}

::-webkit-scrollbar-thumb {
  background: #ffb700;
  border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
  background: #ffb700
}

/*****************************************SCROLL TRACK CSS******************************************/

body {
  font-family: 'Noto Sans Arabic', sans-serif;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  background: #F5F5F5;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*FONTS SIZES----------------------------------------------------------------------------------------------------------------------------------------------------------FONTS SIZES*/

h1,
h2,
h3,
h4,
h6 {
  /* font-family: 'Noto Sans Arabic', sans-serif; */
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.p-lg {
  font-size: 24px;
  font-weight: bold;
}

.p-xs {
  font-size: 12px;
}

.p-sm {
  font-size: 14px;
}

/* .pack-list {
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  font-family: 'Noto Sans Arabic', sans-serif;
  text-align: right;
  float: right;
}
.pack-list-en {
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  font-family: 'DM Sans';
  text-align: left;
      float: left;
} */

.p-lg {
  font-size: 26px;
}

.p-xl {
  font-size: 32px;
}

.text-eng{
  line-height: 29px;
  font-size: 19px;
  padding: 10px;
  font-family: 'Noto Sans Arabic', sans-serif;
}


/*FONTS SIZES----------------------------------------------------------------------------------------------------------------------------------------------------------FONTS SIZES*/

/*SHADES----------------------------------------------------------------------------------------------------------------------------------------------------------SHADES*/

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

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

.text-grey {
  color: var(--grey-color) !important;
}

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

.bg-grey {
  background-color: var(--light-grey-color) !important;
}

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

.bg-d-grey {
  background-color: var(--d-grey-color) !important;
}

/* .white-bg {
  background-color: #fff !important;
} */

.bg-mix {
  background: linear-gradient(90deg, #ffde89 0%, rgba(253, 183, 0, 1) 100%) !important;
}

/*SHADES----------------------------------------------------------------------------------------------------------------------------------------------------------SHADES*/


/*****************************************HEADER CSS******************************************/


.header-shadow .mainLogo {
  filter: unset !important;
}

header#header {
  position: fixed;
  width: 100%;
  background: #fbdb82;
  z-index: 100;
  transition: .5s;
  top: 0;
  /*box-shadow: 0px 0px 10px 0px #00000029;*/
}

.header-shadow {
  background: #fbdb82 !important;
  box-shadow: 0px 0px 10px 0px #00000029;
}


header li.nav-item.active a {
  font-weight: 700;
}

.sideNav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.langDrop ul li a {
  color: #000 !important;
}

.langDrop .dropdown-toggle {
  background-color: #000 !important;
}

.langDrop ul li a.dropdown-item:active {
  background: #ffb700 !important;
  color: #fff !important;
}



/*****************************************HEADER CSS******************************************/

/*****************************************BUTTON CSS******************************************/
.site-btn {
  position: relative;
  background: #fff !important;
  color: rgb(0, 0, 0) !important;
  font-size: 19px !important;
  font-weight: 700;
  transition: ease-in-out 0.2s !important;
  text-align: right !important;
  border-radius: 99px !important;
  border: unset !important;
  font-family: 'Noto Sans Arabic', sans-serif !important;
  min-width: 190px;
  width: 285px;
  height: 45px;
  padding-right: 22px;
}

.site-btn::before {
  width: 2px;
  height: 30px;
  content: url(../front-new/images/front/Vector.png);
  position: absolute;
  top: 61%;
  left: 33px !important;
  transform: translate(-50%, -50%);
}


.site-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-btn-en {
  position: relative;
  background: #fff !important;
  color: rgb(0, 0, 0) !important;
  font-size: 24px !important;
  font-weight: 700;
  transition: ease-in-out 0.2s !important;
  text-align: left !important;
  border-radius: 99px !important;
  white-space: pre !important;
  text-transform: lowercase !important;
  border: unset !important;
  font-family: 'DM Sans' !important;
  width: 42%;
  height: 45px;
  padding-left: 22px;

}

.site-btn-en::after {
  width: 2px;
  height: 30px;
  content: url(../front-new/images/front/Vector-right.png);
  position: absolute;
  top: 58%;
  left: 341px !important;
  transform: translate(-50%, -50%);
}

.site-btn-en::before {
  width: 2px;
  height: 30px;
  content: url(../images/frontt/Vector-right.png);
  position: absolute;
  top: 58%;
  left: 341px !important;
  transform: translate(-50%, -50%);
}


.site-btn-en:hover {
  background-color: transparent;
  color: var(--primary-color);
}


.transparent-btn {
  background: 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.transparent-btn:focus {
  box-shadow: none;
}

.site-input-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.site-input-btn:hover {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}

/*****************************************BUTTON CSS******************************************/

/*****************************************INPUT CSS******************************************/

.site-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--orange-color)
}

.site-label-disabled {
  color: #36dc90
}

.site-input {
  width: 100%;
  border: 1px solid rgb(206 206 206 / 30%);
  border-radius: 5px;
  color: #333;
  background: #fff;
  padding: 12px 17px;
  appearance: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .16)
}

.site-input::placeholder {
  color: #8e8e8e
}

.site-input-shadow {
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
  border-color: #70707038
}

textarea.site-input {
  color: #8e8e8e
}

/*****************************************INPUT CSS******************************************/

section.packages,
section.aboutM5aznSec,
section.contactUs,
section.privacyPolicy,
section.termsAndConditions {
  padding: 150px 0 40px;
}

h1.wmsIntroHeading {
  /* font-family: "STCregularfont"; */
  font-weight: 400;
}

h1.wmsIntroHeading-en{
  font-family: "DM Sans !important";
  font-weight: 900;
  font-size: 96px;
  font-weight: 700;
  line-height: normal;
}


.feature-item h3 {
  font-size: 32px;
  font-family: 'Noto Sans Arabic', sans-serif !important;
}
.feature-item-en h3 {
  font-size: 32px;
  font-family: 'DM Sans' !important;
}


.styles_welcomeSection__decor_circle {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background: #FBDB82;
  position: absolute;
  left: -350px;
  padding: 100px;
}

.styles_welcomeSection__decor_circle-en {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background: #FBDB82;
  position: absolute;
  left: 0px;
  padding: 100px;
}


.o_gradient,
#o_partner_dashboard .o_partner_dashboard_box_header>h2,
#o_partner_dashboard .o_partner_dashboard_box_header>.h2 {
  background: linear-gradient(150deg, #ffb700 20%, #fffbf1 80%) !important;
}

.o_skew_sm {
  transform: skewY(-6deg) scaleY(0.75) translateY(15%);
  transform-origin: 0 50%;
}

section.systemsPerks {
  background-image: url(../../front-new/images/front/shape-for-carousel-sec.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
  padding: 380px 0 50px;
}

h2.systemPerksHeading {
  font-size: 35px;
  margin-top: -200px;
}

h4.systemPerksHeadings {
  font-size: 22px !important;
  margin-top: 1rem;
}

h2.wmsFeaturesHeading {
  font-size: 35px;
}

h3.featureDetailsHeadings {
  font-size: 30px;
}

p.featureDetailsPara {
  font-size: 18px;
  line-height: 24px;
}

.featureDetailsImg {
  max-width: 360px;
  margin: auto;
}


.servicesCard {
  background-color: #fff;
  box-shadow: 0px 4px 10px -4px #00000059;
  padding: 1rem 1rem;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s !important;
  border-radius: 10px;
}

.serivcesImg {
  width: 100%;
  max-width: 60px;
  height: 60px;
  object-fit: contain;
}

.servicesCard:hover {
  transition: .5s !important;
  background-color: #ffb700;
}

.servicesCard:hover .serivcesImg {
  filter: brightness(0) invert(1);
}

.servicesCard:hover h6 {
  color: #fff
}

h6.servicesSubHeading {
  font-size: 18px !important;
}

.shippingImgs {
  max-width: 230px;
  margin: auto;
}

ul.footerMenu li a {
  color: #fff;
  font-size: 16px;
}

a#back-to-top {
  position: absolute;
  top: -20px !important;
  bottom: unset;
  max-width: 100px;
  left: 0;
  right: 0;
}

.footerLogo {
  max-width: 85px;
}

footer a:hover,
footer a i:hover {
  color: #eda500 !important;
}

footer a,
footer a i {
  transition: .5s;
}

.footer-heading {
  color: #FFF;
  text-align: center;
  /* font-family: DM Sans; */
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 250px;
}

.footer-heading-en {
  color: #FFF;
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 353px;
}

section.contactUs h2 {
  font-size: 45px;
}

.boxFeaturesMobImg {
  max-width: 60px;
  margin: auto;
  object-fit: cover;
}

.boxFeaturesMob {
  background: #fdfdfd;
  max-width: 390px;
  margin: auto;
  padding: 2rem 3rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #00000029;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#owl-feature .owl-stage-outer {
  padding: 1rem 0;
}

.company-details li {
  padding: 32px 0px 0px 0px;
}

.footer-logo {
  width: 163.603px;
  height: 68px;
}

.social-icon-footer {
  display: inline-block;
  border-radius: 43px;
  box-shadow: 0 0 2px #888;
  padding: 0.5em 0.5em;
  border: 1px solid white;
}

.centerlize-content {
  margin: auto;
  position: relative;
  display: flex;
}

.feature .owl-carousel .owl-item img {
  width: 50% !important;
}

.partner .owl-carousel .owl-item img {
  width: 100% !important;
}

.boxes {
  display: flex;
}

.boxes .box {
  width: 20%;
  border-radius: 74.611px 74.611px 0px 52.697px;
  background: #FFF;
  margin-left: 10px;
  /* margin-bottom: 10%; */
  text-align: center;
  padding: 10px;
  font-size: 29.218px;
  font-weight: 500;
  line-height: 37.002px;
  position: relative;
  margin-top: 4px;
}

.half-circle>div {
  background-image: url(../front-new/images/front/half-circle.png);
  background-repeat: no-repeat;
  background-position-x: center;
  text-align: center;
}

.partners {
  width: 100px;
}

img.client-img {
  opacity: 0.5;
  mix-blend-mode: luminosity;
}

.right-side-half-circle {
  background: url(../front-new/images/front/right-side-circle.png) right top no-repeat, url(../front-new/images/front/left-side-circle.png) left bottom no-repeat;
  z-index: 999;
  background-size: 13%;
}

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

.z-index-0 {
  z-index: -1 !important;
}

.half-elipse-ar {
  background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
  height: auto;
  background-size: 45%;
}

.half-elipse-en {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/Ellipse-4.png) no-repeat;
  background-size: 61%;
  background-position: top right;
}

.login-layout-ar {
  background: url(../front-new/images/front/signin.png) no-repeat right, url(../front-new/images/front/half-circle-page.png) no-repeat center right;
  height: auto;
}


.login-layout-en {
  background: url(../front-new/images/front/ellispse_img.png) no-repeat center left;
  height: auto;
  background-size: 43%;
  background-position: bottom left;
}


.join-layout-ar {
  background: url(../front-new/images/front/join.png) no-repeat center right, url(../front-new/images/front/half-circle-page.png) no-repeat center right;
  height: auto;
}

.join-layout-en {
  background: url(../front-new/images/front/join.png) no-repeat right, url(../front-new/images/front/half-circle-page.png) no-repeat center right;
  height: auto;
}


.thankyou-ar {
  background: url(../front-new/images/front/join-us.png) no-repeat center left;
  height: 127vh;
  background-size: 49%;
  background-position: bottom left;
}

.thankyou-en {
  background: url(../front-new/images/front/join-us.png) no-repeat center left;
  height: 127vh;
  background-size: 49%;
  background-position: bottom left;
}

.support-layout-ar {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/ellipse_sp_left.png) no-repeat;
  background-size: 43%;
  background-position: bottom left;
}

.support-layout-en {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/ellipse_sp.png) no-repeat;
  background-size: 52%;
  background-position: bottom right;
}


.faq-layout-ar {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/faq-elipse.png) no-repeat;
  background-size: 38%;
  background-position: top left;
}


.faq-layout-en {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/faq-elipse.png) no-repeat;
  background-size: 30%;
  background-position: top left;
}


.page-ar {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/bottom-left-half.png) no-repeat;
  background-size: 50%;
  background-position: bottom left;
}

.page-en {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/Ellipse-4.png) no-repeat;
  background-size: 61%;
  background-position: top right;
}

.ugc-ar {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/ugc-bottom.png) no-repeat;
  background-size: 31%;
  background-position: bottom right;
}
.features-ar {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/bottom-right-half.png) no-repeat;
  background-size: 31%;
  background-position: bottom right;
}

.ugc-ar-bottom {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/image1.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
}

.ugc-en {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/ugc.png) no-repeat;
  background-size: 39%;
  background-position: bottom right;
}

.features-en {
  position: relative;
  height: auto;
  background: url(../front-new/images/front/bottom-left-half.png) no-repeat;
  background-size: 39%;
  background-position: bottom left;
}

.register-layout {
  background: url(../front-new/images/front/ellispse1_img.png) no-repeat center left;
  height: auto;
  /* background-size: 59%; */
  background-position: top left;
}

.join-layout {
  background: url(../front-new/images/front/join-us.png) no-repeat center left;
  height: auto;
  background-size: 49%;
  background-position: bottom left;
}



.package-layout-ar {
  background: url(../front-new/images/front/top_circle.png) no-repeat top right;

}

.half-circle-ar {
  background: url(../front-new/images/front/right-side-circle.png) no-repeat right center;
  /* background-size: contain; */

}

.half-circle-en {
  background: url(../front-new/images/front/left-side-circle.png) no-repeat left center;
  /* background-size: contain; */

}

.package-layout-en {
  background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
}

.forget-password {
  color: #DFA329;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.signin-btn {
  border-radius: 44px;
  background: #FBBA16 !important;
  color: white !important;
  padding: 0px 20px;
  text-align: center;
  border: unset !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 23px;
}

.contact-btn {
  border-radius: 44px;
  background: #fbdb82 !important;
  color: white !important;
  padding: 0px 20px;
  text-align: center;
  border: unset !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 23px;
}

div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.btn-container i {
  display: inline-block;
  position: relative;
  top: -9px;
}

label {
  font-size: 13px;
  color: #424242;
  font-weight: 500;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 183px;
  height: 38px;
  background: #FBCE43;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
  color: white;
}



.btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  top: 9px;
  right: 19px;
  line-height: 20px;

}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 94px;
  height: 31px;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  left: 5px;
  top: 3px;
  text-align: center;
  transition: all 0.3s ease;
  padding: 5px 0px;
  color: #FBCE43;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.btn-color-mode-switch>.alert {
  display: none;
  background: #FF9800;
  border: none;
  color: #fff;
}

.btn-color-mode-switch input[type="checkbox"] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner {
  background: #FBCE43;
  color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 82px;
  background: white;
  color: #FBCE43;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner {
  /*background: #FBCE43; */
  /*color: #fff;*/
}

.btn-color-mode-switch input[type="checkbox"]:checked~.alert {
  display: block;
}

/*mode preview*/
.dark-preview {
  background: #0d0d0d;
}

.dark-preview div.btn-container i.fa-sun-o {
  color: #777;
}

.dark-preview div.btn-container i.fa-moon-o {
  color: #fff;
  text-shadow: 0px 0px 11px #fff;
}

.white-preview {
  background: #fff;
}

.white-preview div.btn-container i.fa-sun-o {
  color: #ffa500;
  text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o {
  color: #777;
}


p.by a {
  text-decoration: none;
  color: #000;
}

.dark-preview p.by a {
  color: #777;
}

.white-preview p.by a {
  color: #000;
}

.package-card-layout{
  border-radius: 27px;
  box-shadow: 0px 2px 9px 4px rgba(0, 0, 0, 0.07);
}

.package-tile-underline {
  background-color: white;
  height: 2px;
  margin: 8px 36px 22px 36px;
  opacity: 1;
}

.package-green{
  background-color: #53d769;
  padding: 12px;
  border-radius: 1.25rem;
  /* min-height: 625px; */
}

.package-orange{
  background-color: #FBBA16;
  padding: 12px;
  border-radius: 1.25rem;
  /* min-height: 625px; */
}

.btn-white{
  background-color: #ffffff !important;
  color: #53d769 !important;
}

.package-lite-orange{
  background-color: #fbdb82;
  padding: 12px;
  border-radius: 1.25rem;
  /* min-height: 625px; */
}
.p_price {
  font-size: 52px;
  font-weight: 700;
}
.package-grey{
  background-color: #D5D6D7;
  padding: 12px;
  border-radius: 1.25rem;
  /* min-height: 625px; */
}

.package-price{
  font-size: 52px;
  font-weight: 700;
}
.package-price-en{
  font-size: 52px;
  font-weight: 700;
  font-family: 'DM Sans' !important;
}
/* .sub-down{
  min-height: 385px;
} */
.list-item{
  text-align: start;
  direction: rtl;
  min-height: 325px;
}
.list-item-en{
  text-align: end;
  direction: rtl;
  min-height: 385px;
}
.fa-ul{
  padding-right : 26px !important;
}
.package-buy{
  width: 80%;
  right: 1px;
  border-radius: 50px 0px 0px 50px !important;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 10px;
  position: relative;
  left: 11px;
}
.pack-list-prices {
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  font-family: noto sans arabic, sans-serif;
  text-align: right;
}
.pack-list-prices-en {
  font-size: 20px;
  line-height: 45px;
  font-weight: 500;
  font-family: dm sans;
  text-align: left;
}
.annual-price {
  font-size: 30px;
  color: white;
  position: relative;
}
.annual-price::before {
  content: '';
  position: absolute;
  top: calc(105% - 1.5px);
  left: calc(38% + 5px);
  width: 25%;
  height: 0;
  border-bottom: 3px solid red;
  transform: rotate(-32deg);
  transform-origin: top left;
  z-index: 1;
}
.package-buy-font-ar{
  font-size: 32px !important;
}

.package-buy-font-en{
  font-size: 22px !important;
}

.package-buy-bg-white{
  background: white !important;
}

.package-buy-bg-green{
  background: #46C263 !important;
  color: white;
}

.package-buy-text-green{
  color: #53D769;
}

.camparing-table-thead-color{
  background: #FBDB82 !important;
}

.camparing-table-thead-first{
  border-radius: 0px 24.5px 24.5px 0px;
}

.camparing-table-thead-last{
  border-radius: 24.5px 0px 0px 24.5px;
}

.camparing-thead-label{
  background: white;
  border-radius: 19px;
  font-size: 20px;
  width: 94px;
  height: 31px;
  padding: 5px;
  margin: auto;
  color: #FBDB82;
  font-weight: 500;
}



.btn-mazan{
  color: #D5D6D7;
  text-align: center;
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: white !important;
  width: 75px;
}

.btn-mazan:hover {
  background: #FBCE43 !important;
  color: white;
}

.label-yellow{
  background: #FBDB82;
  border-top-right-radius: 94px;
  border-top-left-radius: 94px;
  width: 26% !important;
  font-size: 45px !important;
  font-weight: 600;
}



.btn-mazan-cat-lg{
  color: #D5D6D7;
  line-height: normal;
  background-color: white !important;
  width: 109px;
  height: 34px;
  border-radius: 20px;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-mazan-cat-lg:hover {
  background: #FBCE43 !important;
  color: white;
}

.btn-mazan-cat-lg-faq{
  color: #D5D6D7;
  line-height: normal;
  background-color: white !important;
  width: 165px;
  height: 34px;
  border-radius: 20px;
  border:0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-mazan-cat-lg-faq:hover {
  background: #FBCE43 !important;
  color: white;
}


.support-form {
  margin-top: 7% !important;
}

.input-m5azan{
  border-radius: 22.5px !important;
  background: #FFF !important;
  border: 0 !important;
}

.input-m5azan::placeholder {
  padding: 27px !important;
}
.product-list{
  border-radius: 52px;
  background: #FFF;
}


.product-list .product-img{
  background-position-y: 22px;
  height: 261px;
  position: relative;
  overflow: hidden;
}

.prod-img{
  width: 77%;
  border-radius: 42px;
}


.product-img {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 100%;
  height: 90%;
  /* background-color: rgb(251 219 130); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 38px;
}

.image-overlay-text {
  position: absolute;
  top: 63px;
  left: 12px;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 19px;
}


.product-img img{
  margin: 102px auto;
  display: flex;
}

.product-list hr{
  margin: 0px auto;
  background-color: #EFF0F0;
  width: 80%;
  position: relative;
}



.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.left-form {
  margin-top: 10% !important;
  margin-left: 10% !important;
}
.left-form-en {
  margin-top: 10% !important;
  margin-left: 55% !important;
}




.right-form {
  margin-top: 6%;
}



.m5azan-form .form-control{
  border:0px !important;
  height: 50px;
  margin-bottom: 7px;
  font-size: 20px;
}
.form-control{
  background-color: white;
}

.m5azan-form .form-control::placeholder{
  font-size: 15px !important;
}


/*RESPONSIVE CSS----------------------------------------------------------------------------------------------------------------------------------------------------------RESPONSIVE CSS*/

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

}

@media (max-width: 1312px) {}


@media (max-width: 1023px) {

}
@media screen and (max-width: 992px){
  .introImg {max-width: 390px;}
  section.systemsPerks{background: #f5f4f1; padding: 100px 0 50px;}
  section.wmsIntro {padding: 100px 0 50px;}
  .o_skew_sm {transform: unset !important;}
  h2.systemPerksHeading {font-size: 35px;margin-top: 0px;margin-bottom: 2rem;}
  .o_stripe {height: 610px ;}
}
@media (max-width: 908px) {

}

@media (max-width: 1023px) {}

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

  section.contactUs {
    padding: 70px 0 40px;
  }
  section.systemsPerks {
    background: #f5f4f1;
    padding: 100px 0 50px;
  }

  section.wmsIntro {
    padding: 100px 0 50px;
  }

  .o_skew_sm {
    transform: unset !important;
  }

  h2.systemPerksHeading {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 2rem;
  }

  .o_stripe {
    height: 610px;
  }
}

@media (max-width: 908px) {}

@media (max-width: 800px) {}

@media only screen and (min-width : 768px) {}


@media screen and (max-width: 767px) {

  .package-green{
    background-color: #53d769;
    padding: 12px;
    border-radius: 1.25rem;
    min-height: 503px;
  }

  .package-orange{
    background-color: #FBBA16;
    padding: 12px;
    border-radius: 1.25rem;
    min-height: 503px;
  }

  .package-lite-orange{
    background-color: #fbdb82;
    padding: 12px;
    border-radius: 1.25rem;
    min-height: 503px;
  }

  .package-grey{
    background-color: #D5D6D7;
    padding: 12px;
    border-radius: 1.25rem;
    min-height: 503px;
  }

  .package-orange{
    min-height: 478px;
  }
  .list-item{
    text-align: start;
    direction: rtl;
    min-height: 267px;
  }
  .list-item-en{
    text-align: end;
    direction: rtl;
    min-height: 267px;
  }
  .register-btn-yellow{
    position: relative;
    border-radius: 44px;
    background-color: #FBDB82 !important;
    color: black !important;
    padding: 0px 40px;
    text-align: center;
    border: unset !important;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: auto;
  }

  .register-btn-yellow::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../front-new/images/front/Vector-leftt.png) no-repeat center center;
    background-size: contain;
  }

  .register-btn-yellow-en{
    position: relative;
    border-radius: 44px;
    background-color: #FBDB82 !important;
    color: black !important;
    padding: 0px 40px;
    text-align: center;
    border: unset !important;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: auto;
  }

  .register-btn-yellow-en::before {
    content: '';
    position: absolute;
    left: 202px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../front-new/images/front/Vector-rightt.png) no-repeat center center;
    background-size: contain;
  }



  .scroll-btn-yellow{
    position: relative;
    border-radius: 44px;
    background-color: #FBDB82 !important;
    color: black !important;
    padding: 0px 40px;
    text-align: center;
    border: unset !important;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: auto;
  }

  .scroll-btn-yellow::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../front-new/images/front/Vector-leftt.png) no-repeat center center !important;
    background-size: contain;
  }
  .scroll-btn-yellow::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/frontt/Vector-leftt.png) no-repeat center center !important;
    background-size: contain;
  }

  .scroll-btn-yellow-en{
    position: relative;
    border-radius: 192px;
    background-color: #FBDB82 !important;
    color: black !important;
    padding: 0px 40px;
    text-align: center;
    border: unset !important;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: auto;
  }

  .scroll-btn-yellow-en::before {
    content: '';
    position: absolute;
    left: 189px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../front-new/images/front/Vector-rightt.png) no-repeat center center !important;
    background-size: contain;
  }

  .list-item-heading {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
  }

  .list-heading-page {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700;
    color: #fbdb82;
    direction: rtl;
  }

  .list-heading-page-en {
    font-family: 'DM Sans' !important;
    font-size: 22px !important;
    font-weight: 700;
    color: #fbdb82;
    direction: ltr;
  }

  .agreement_paragraph {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    color: #fbdb82;
    text-align: right;
    float: right;
    direction: rtl;

  }
  .agreement_paragraph-en {
    font-family: 'DM Sans' !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    text-align: left;
    float: left;
  }


  .card-body {
    flex: 1 1 auto;
    padding: 0.25rem;
  }
  .card-title-en {
    font-family: 'DM Sans' !important;
    font-size: 14px !important;
    margin-bottom: 7px !important;
    min-height: 50px I !important;
  }
  .card-title {
    font-family: 'DM Sans' !important;
    font-size: 14px !important;
    margin-bottom: 7px !important;
    min-height: 50px !important;
  }

  .footer-heading {
    color: #FFF !important;
    text-align: center !important;
    font-family: DM Sans !important;
    font-size: 27px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    width: 210px;
  }

  .footer-heading-en {
    color: #FFF !important;
    text-align: center !important;
    font-family: DM Sans !important;
    font-size: 27px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    width: 210px;
  }
  .image-overlay {
    position: absolute;
    top: 15px;
    left: 9px;
    width: 90%;
    height: 90%;
    /* background-color: rgb(251 219 130); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 19px;
  }

  .image-overlay-text {
    position: absolute;
    top: 63px;
    left: 12px;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 38px;
  }

  h1,
  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 26px !important;
  }

  a#back-to-top {
    top: -10px !important;
  }


  section.wmsIntro {
    padding: 60px 0 0px;
  }

  .styles_welcomeSection__decor_circle {
    display: none;
  }

  .o_stripe {
    background-image: url(../front-new/images/front/ellipse_3.png);
    background-size: contain;
    background-position: top right;
    width: 100%;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 850px; */
    background-repeat: no-repeat;
  }

  #wmsAbout {
    padding: 0px;
  }

  .about-sm{
    max-width: 192px;
    margin-top: -50px;
  }


  #wmsAbout h1 {
    font-size: 36px !important;
  }

  .count {
    animation: count-up 2s ease-out forwards;
    font-size:60px !important;
  }

  /* Animation for counting */
  @keyframes count-up {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .bg-btn{
    background-color: #efefef;
  }
  .btn-mazan-cat{
    color: #D5D6D7;
    text-align: center;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white !important;
    width: 75px;
    padding: 1px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product-list{
    border-radius: 19px;
    background: #FFF;
  }
  .product-list .product-img{
    background-position-y: 22px;
    height: 154px !important;
    position: relative;
  }
  .prod-img{
    width: 90% !important;
  }
  .left-form {
    margin-top: 90% !important;
    margin-left: 0% !important;
  }
  .left-form-en {
    margin-top: 90% !important;
    margin-left: 0% !important;
  }
  .right-form {
    margin-top: 90% !important;
  }
  .support-form {
    margin-top: 90% !important;
  }
  .faq-page {
    margin-top: 25% !important;
  }

  .btn-color-mode-switch>label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 183px;
    height: 38px;
    background: #FBCE43;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    color: white;
    left: 64px;
  }
  .p-xl {
    font-size: 19px;
  }
  .half-elipse-ar {
    background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
    height: auto;
    background-size: 35%;
  }
  .half-elipse-en {
    background: url(../front-new/images/front/top_circle.png) no-repeat top right;
    height: auto ;
    background-size: 35%;
  }
  .login-layout-ar {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .login-layout-en {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .join-layout-ar {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .join-layout-en {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .thankyou-ar {
    background: url(../images/fronttt/signin.png) no-repeat left, url(../images/fronttt/left-half-circle.png) no-repeat center left;
    height: auto;
  }
  .thankyou-en {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .support-layout-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .support-layout-en {
    background: url(../images/fronttt/ellipse_sp.png) no-repeat center right;
    height: auto;
  }
  .faq-layout-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .faq-layout-en {
    background: url(../images/fronttt/ellipse_sp.png) no-repeat center right;
    height: auto;
  }
  .page-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .page-en {
    background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
    height: auto;
  }
  .ugc-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .features-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .ugc-ar-bottom {
    position: relative;
    height: auto;
    background: url(../images/frontt/ugc-bottom.png) no-repeat;
    background-size: 39%;
    background-position: bottom right;
  }
  .ugc-en {
    background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
    height: auto;
  }
  .features-en {
    background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
    height: auto;
  }
  .register-layout {
    background: url(../images/frontt/signin.png) no-repeat left, url(../images/frontt/left-half-circle.png) no-repeat center left;
    height: auto;
  }
  .join-layout {
    background: url(../images/frontt/joinn.png);
    height: auto;
  }
  .package-layout-ar {
    background: url(../front-new/images/front/top-round.png) no-repeat !important;
    background-size: contain;
  }
  .half-circle-ar {
    background: url(../images/frontt/right-side-circle.png) no-repeat;
    background-size: contain;
  }
  .half-circle-en {
    background: url(../images/frontt/left-side-circle.png) no-repeat;
    background-size: contain;
  }
  .top-round{
    background: url(../front-new/images/front/top-round.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .auth-round{
    background: url(../front-new/images/front/auth-round.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .ugc-round{
    background: url(../front-new/images/front/ugc-round.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .features-round{
    background: url(../front-new/images/front/bottom-half-circle.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .support-round{
    background: url(../front-new/images/front/support.png) no-repeat !important;
    background-size: contain;
    height: auto;
  }
  .product-round{
    background: url(../front-new/images/front/top-round.png) no-repeat !important;
    background-size: contain;
    height: 110vh;
  }
  .camparing-thead-label{
    background: white;
    border-radius: 19px;
    font-size: 16px;
    width: 100%;
    padding: 5px;
    margin: auto;
    color: #FBDB82;
    font-weight: 500;
  }
  .btn-mazan{
    color: #D5D6D7;
    text-align: center;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white !important;
    width: 75px;
    padding: 1px !important;
  }

  footer {

    display: block;
  }

  .mainLogo{
    width:88px;
    height: auto;
  }
  .navbar{
    padding: 0rem 1rem !important;
  }

  .img-abs{
    position: absolute;
    top: -85px;
  }
  .mbl-content{
    display: none;
  }
  .ul-text{
    /* position: relative; */
    right: -11px;
    z-index: 1;
  }
  .circle-container{
    display: none;
  }
  .circle{
    display: none;
  }
  .elipse-container{
    display: none;
  }
  .elipse{
    display: none;
  }
  .elipse-top-container{
    display: none;
  }
  .elipse-top{
    display: none;
  }
  .elipse-right-container{
    display: none;
  }
  .elipse-right{
    display: none;
  }
  .label-mazan-mbl{
    text-align: center !important;
    font-size: 35px !important;
    font-weight: 800 !important;
    line-height: 45px !important;

  }

  .label-mazan{
    text-align: center !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    font-family: 'Noto Sans Arabic' !important;
    direction: ltr;
  }
  .round-label-mazan{
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 13px !important;
    font-family: 'Noto Sans Arabic' !important;
    direction: ltr;
  }
  .round-label-mazan-en{
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 13px !important;
    font-family: 'DM Sans' !important;
    text-align: start;
  }
  .label-mazan-mbl-right{
    text-align: right !important;
    font-size: 35px !important;
    font-weight:800 !important;
    line-height: normal !important;
    font-family: 'Noto Sans Arabic' !important;
  }
  .label-page{
    font-size: 96px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal !important;
    text-align: right;
    margin: auto;
    width: 271px;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    /* height: 105px; */
  }
  .label-mazan-mbl-en{
    text-align: center !important;
    font-size: 35px !important;
    font-weight: 800 !important;
    line-height: normal !important;

  }

  .label-mazan-en{
    text-align: center !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: normal !important;
    font-family: 'DM Sans' !important;
    /* text-align: right !important; */
  }
  .label-mazan-mbl-right-en{
    text-align: start !important;
    font-size: 35px !important;
    font-weight:800 !important;
    line-height: normal !important;
    font-family: 'DM Sans' !important;
  }
  .label-page-en{
    font-size: 96px;
    font-weight: 800 !important;
    line-height: 38px !important;
    text-align: right;
    margin: auto;
    width: 271px;
    font-family: 'DM Sans' !important;
    /* height: 105px; */
  }
  .frm-sub-heading{
    font-size: 16px !important;
    font-weight: 600 !important;
    /* margin-bottom: 30px; */
  }
  .frm-sub-heading-en{
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans' !important;
  }
  .btn.btn-lg{
    padding: 0 !important;
  }
  .btn-mbl{
    float: none !important;
    text-align: center !important; /* Center-align the content */
    margin: auto !important;
  }
  .hr-btn{
    display: none;
  }
  .hide-mbl{
    display: none;
  }

  .scroll-container {
    white-space: nowrap;
    display: flex;
  }
  .scroll-container-en {
    /* overflow-x: hidden; */
    white-space: nowrap;
    display: flex;
  }
  .buttons-container {
    display: flex;
  }

  .scroll-container .row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .scroll-container button {
    /* flex: 0 0 auto; */
    margin-right: 3px;
  }

  .arrow-buttons {
    display: flex;
    align-items: center;
    /* background-color: #f9fafc; */
  }

  .arrow-buttons .btn-arrow-left {
    background-color: #f9fafc; /* Add your desired background color */
    color: #d1d1d1; /* Add your desired text color */
    border: none;
    font-size: 17px;
  }


  .count {
    animation: count-up 2s ease-out forwards;
    font-size:41px !important;
  }

  .count-en {
    animation: count-up 2s ease-out forwards;
    font-size:41px !important;
    font-weight: 700;
  }


  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    background-color: white !important;
    border-radius: 145px !important;
    padding: 4px !important;
    /* font-weight: bolder; */
  }
  .navbar-toggler-icon{
    margin-top: 0px !important;
  }

  .mbl-btn{
    width: 70px;
    height: 27px;
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border-radius: 16.5px;
    border: none;
    background: #FFF !important;
  }

  .text-mazan{
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: right !important;
    line-height: 23px !important;
    /* text-align: justify !important; */
  }
  .text-mazan-en{
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 23px !important;
    font-family: 'DM Sans' !important;
  }
  .p-round{
    color: #1D1D1D;
    text-align: center !important;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .p-round-en{
    color: #1D1D1D;
    text-align: center !important;
    font-family: 'DM Sans' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .text-p{
    color: #1D1D1D;
    text-align: right !important;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    /* margin-top: 32px; */
    padding: 3px;
    float: right;
  }
  .text-p-en{
    color: #1D1D1D;
    text-align: left !important;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    font-family: 'DM Sans' !important;
    padding: 3px;
    float: left;
  }



  .btn-style {
    margin: 0px;
    width: 236px;
    height: 41px;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    color: white;
    text-align: center;
    margin: auto;
  }

  .custom-btn {
    border-radius: 11.26px;
    background: #ffffff;
    width: 118px;
    height: auto;
    margin-top: 9px;
    color: black;
    font-weight: 600;
    padding: 4px;
    white-space: nowrap;
  }

  .custom-btn.active {
    background: #fbce43; /* Set the active background color */
    color: white; /* Set the active text color */
    padding: 4px;
  }

  .tbl-text{
    font-size: 10px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
  }
  .tbl-text-en{
    font-size: 10px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'DM Sans' !important;
    color: #000;
  }

  .nav-item {
    margin: 0px 10px;
    white-space: nowrap;
    width: 323px;
    height: 51.1px;
    border-radius: 0px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid #fbdb82;
  }

  .pack-list{
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    text-align: right;
    float: right;
    direction: rtl;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .pack-list-en {
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-family: 'DM Sans';
    text-align: left;
    float: left;
    direction: ltr
  }

  .text-banner{
    color: #000;
    text-align: right;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
  }
  .text-banner-en{
    color: #000;
    text-align: right;
    font-family: 'DM Sans' !important;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    text-align: start;
  }

  .form-label {
    position: relative;
    /* margin-bottom: 4rem; */
  }

  .bottom-line {
    height: 3px;
    background-color: #fbdb82; /* Set the color of the bottom line */
    transition: transform 0.3s ease;
    transform-origin: 100% 50%; /* Set the transform origin to the right */
    transform: scaleX(0.5); /* Initial transform to start narrower */
  }


  .click1__button.active ~ .bottom-line {
    transform: scaleX(1); /* Expand the width to 100% when the first button is active */
  }

  .click2__button.active ~ .bottom-line {
    transform: scaleX(1); /* Set the width to 0 when the second button is active */
  }

  p.wmsIntroDesc {

    font-size: 12px;
  }

  .site-btn {

    position: relative;
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
    font-size: 13px !important;
    font-weight: 500;
    transition: ease-in-out 0.2s !important;
    text-align: right !important;
    border-radius: 19px !important;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    width: 172px;
    height: 27px;
    min-width: 172px;
    line-height: 7px;
    /* margin-right:15px; */
  }

  .site-btn::before {
    width: 2px;
    height: 30px;
    content: url(../front-new/images/front/left-arrow.png);
    position: absolute;
    top: 82%;
    left: 16px !important;
    transform: translate(-50%, -50%);
  }



  .site-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
  }


  .site-btn-en {
    position: relative;
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
    font-size: 12px !important;
    font-weight: 800;
    transition: ease-in-out 0.2s !important;
    text-align: center !important;
    border-radius: 99px !important;
    white-space: pre !important;
    text-transform: lowercase !important;
    border: unset !important;
    font-family: 'DM Sans' !important;
    width: 100%;

  }

  .site-btn-en::after {
    width: 2px;
    height: 30px;
    content: url(../front-new/images/front/right-arrow.png);
    position: absolute;
    top: 81%;
    left: 175px !important;
    transform: translate(-50%, -50%);
  }

  .site-btn-en::before {
    width: 2px;
    height: 30px;
    content: url(../images/frontt/Vector-right.png);
    position: absolute;
    top: 74%;
    left: 175px !important;
    transform: translate(-50%, -50%);
  }

  .label-yellow{
    background: #FBDB82;
    border-top-right-radius: 94px;
    border-top-left-radius: 94px;
    width: 78% !important;
    font-size: 41px !important;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 1rem !important;
  }

  .img-feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    background: #FBDB82;
    border-radius: 100%;
    width: 58px;
    margin: auto;
  }

  .img-feature-container  img {

    width:50%;
  }
  .icon-label{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: normal !important;
  }
  .boxes .box {
    width: 20%;
    border-radius: 74.611px 74.611px 0px 52.697px;
    background: #FFF;
    margin-left: 10px;
    /* margin-bottom: 10%; */
    text-align: center;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.002px;
    position: relative;
    margin-top: 4px;

  }

  .img-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 100%;
    width: 250%;
    margin: auto;
  }

  .package-price{
    font-size: 24px;
    font-weight: 700;
  }
  .package-price-en{
    font-size: 24px;
    font-weight: 700;
    font-family: 'DM Sans' !important;
  }

  .package-buy-font-ar{
    font-size: 14px !important;
  }

  .package-buy-font-en{
    font-size: 13.87px !important;
  }
  .package-label{
    font-size: 14.971px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
  }
  .package-label-en{
    font-size: 14.971px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
    font-family: 'DM Sans' !important;
  }
  .package-text{
    font-size: 11px !important;
    font-weight: 400;
    line-height: normal;
    color: white;
    min-height: 75px;
  }
  .package-text-en{
    font-size: 11px !important;
    font-weight: 400;
    line-height: normal;
    color: white;
    min-height: 55px;
    font-family: 'DM Sans' !important;
  }
  .package-sub-heading{
    font-size: 14px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
  }

  .container-size{
    max-width: 353px !important;
    margin: auto;
  }

  .mirror-image {
    transform: scaleX(-1);
  }
  .frm-sub-heading{
    font-size: 16px !important;
    font-weight: 600 !important;
    /* margin-bottom: 30px; */
  }
  .frm-sub-heading-en{
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans' !important;
  }

  .nav-mbl{
    position: absolute;
    top: 6px;
    left: 0;

  }

  .p-md {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
  }
  .p-md-en {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    font-family: 'DM Sans';
  }

  .banner-image{
    position: absolute;
    left: -26px;
    top: 27px;
  }
  .banner-image-en{
    position: absolute;
    left: 169px;
    top: 33px;
  }
  h4 {
    font-size: 30px !important;
  }

  .p-lg {
    font-size: 18px;
  }
  .hr {
    margin-top: 74px !important;
  }


}

@media (max-width: 310px) and (max-height: 725px) {

  .label-mazan {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    font-family: Noto Sans Arabic !important;
    direction: ltr;
  }

  .round-label-mazan {
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    font-family: Noto Sans Arabic !important;
    direction: ltr;
  }

  .label-mazan-en {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    font-family: 'DM Sans' !important;
  }

  .round-label-mazan-en {
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    font-family: 'DM Sans' !important;
    text-align: start;
  }

  .text-banner {
    color: #000;
    text-align: right;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }

}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {

  .content-height{
    margin-top: 35% !important;
  }
  .heighted-line{
    justify-content: center;
    display: flex;
    margin-left: -141px;
  }
  .heighted-line-en{
    justify-content: center;
    display: flex;
    margin-right: -382px;
  }

  .contact li a {
    color: #ffffff !important;
    text-decoration: none ;
    font-size: 19px !important;
    text-align: left !important;
    font-family: 'DM Sans' !important;
    font-weight: 500;
    line-height: 21px !important;
  }
  .footer-heading {
    color: #FFF !important;
    text-align: center !important;
    /* font-family: DM Sans !important; */
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    width: 210px;
  }

  .footer-heading-en {
    color: #FFF !important;
    text-align: center !important;
    font-family: DM Sans !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    width: 210px;
  }

  .image-overlay {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    height: 90%;
    /* background-color: rgb(251 219 130); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 38px;
  }

  .image-overlay-text {
    position: absolute;
    top: 63px;
    left: 12px;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 19px;
  }
  header ul.navbar-nav li.nav-item a {
    padding: 9px 4px !important;
  }

  .login-link {
    line-height: 15px;
    position: relative;
    border-radius: 25.445px !important;
    background: #53D769 !important;
    box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
    color: white !important;
  }

  .login-link::before {
    width: 0px;
    height: 30px;
    /* background: black; */
    content: url(../front-new/images/front/tab-left.png);
    position: absolute;
    top: 59%;
    left: 21px !important;
    transform: translate(-50%, -50%);
  }

  .login-link-en {
    line-height: 15px;
    position: relative;
    border-radius: 25.445px !important;
    background: #53D769 !important;
    box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
    color: white !important;
  }

  .login-link-en::before {
    width: 2px;
    height: 30px;
    /* background: black; */
    content: url(../front-new/images/front/vector-right1.png) !important; /* Replace with the path to your SVG file */
    position: absolute;
    top: 52% !important;
    left: 47px !important; /* Adjust the left position as needed */
    transform: translate(-50%, -50%);
  }

  .nav-item {
    margin: 0px 4px;
    white-space: nowrap;
    width: 90px !important;
    height: 31.1px;
    border-radius: 39.445px;
    background: #FFF;
    box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
  }
  .navbar{
    padding: 1.5rem 1rem !important;
  }
  header a {
    color: #000 !important;
    font-weight: 600;
    transition: opacity .5s !important;
    text-align: center;
    /* font-family: Inter; */
    font-size: 11.93px;
    font-style: normal;
    line-height: 11px;
  }

  .btn-mazan-cat-lg {
    color: #D5D6D7;
    line-height: normal;
    background-color: white !important;
    width: 109px;
    height: 34px;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .btn-mazan-cat-lg-faq {
    color: #D5D6D7;
    line-height: normal;
    background-color: white !important;
    width: 120px;
    height: 34px;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  a#back-to-top {
    top: -10px !important;
  }


  section.wmsIntro {
    padding: 60px 0 0px;
  }

  .styles_welcomeSection__decor_circle {
    display: none;
  }

  .o_stripe {
    background-image: url(../front-new/images/front/ellipse_3.png);
    background-size: contain;
    background-position: top right;
    width: 100%;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 850px; */
    background-repeat: no-repeat;
  }

  #wmsAbout {
    padding: 0px;
  }

  .about-sm{
    /* max-width: 192px;
    margin-top: -50px; */
  }


  #wmsAbout h1 {
    font-size: 96px !important;
  }

  .count {
    animation: count-up 2s ease-out forwards;
    font-size:60px !important;
  }

  /* Animation for counting */
  @keyframes count-up {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .bg-btn{
    background-color: #efefef;
  }
  .btn-mazan-cat{
    color: #D5D6D7;
    text-align: center;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white !important;
    width: 75px;
    padding: 1px !important;
  }
  .product-list{
    border-radius: 19px;
    background: #FFF;
  }
  .product-list .product-img{
    background-position-y: 22px;
    height: 261px;
    position: relative;
    overflow: hidden;
  }
  .prod-img{
    width: 77% !important;
  }
  .left-form {
    margin-top: 90% !important;
    margin-left: 0% !important;
  }
  .left-form-en {
    margin-top: 90% !important;
    margin-left: 0% !important;
  }
  .right-form {
    margin-top: 90% !important;
  }
  .support-form-md {
    margin-top: 75% !important;
  }
  .support-round{
    background: url(../front-new/images/front/bottom-half-circle.png) no-repeat !important;
    background-size: contain !important;
    height: auto;
  }

  .btn-color-mode-switch>label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 183px;
    height: 38px;
    background: #FBCE43;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    color: white;
    left: 500px;
    top: 78px;
  }

  .p-xl {
    font-size: 19px;
  }
  .half-elipse-ar {
    background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
    height: auto;
    background-size: 35%;
  }
  .half-elipse-en {
    background: url(../front-new/images/front/top_circle.png) no-repeat top right;
    height: auto ;
    background-size: 35%;
  }
  .login-layout-ar {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .login-layout-en {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .join-layout-ar {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .join-layout-en {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }
  .thankyou-ar {
    background: url(../images/fronttt/signin.png) no-repeat left, url(../images/fronttt/left-half-circle.png) no-repeat center left;
    height: auto;
  }
  .thankyou-en {
    background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
    height: auto;
  }

  .faq-layout-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .faq-layout-en {
    background: url(../images/fronttt/ellipse_sp.png) no-repeat center right;
    height: auto;
  }
  .page-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .page-en {
    background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
    height: auto;
  }
  .ugc-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .features-ar {
    background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
    height: auto;
  }
  .ugc-ar-bottom {
    position: relative;
    height: auto;
    background: url(../images/frontt/ugc-bottom.png) no-repeat;
    background-size: 39%;
    background-position: bottom right;
  }
  .ugc-en {
    background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
    height: auto;
  }
  .features-en {
    background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
    height: auto;
  }
  .register-layout {
    background: url(../images/frontt/signin.png) no-repeat left, url(../images/frontt/left-half-circle.png) no-repeat center left;
    height: auto;
  }
  .join-layout {
    background: url(../images/frontt/joinn.png);
    height: auto;
  }

  .half-circle-ar {
    background: url(../images/frontt/right-side-circle.png) no-repeat;
    background-size: contain;
  }
  .half-circle-en {
    background: url(../images/frontt/left-side-circle.png) no-repeat;
    background-size: contain;
  }
  .top-round{
    background: url(../front-new/images/front/top-round.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .auth-round{
    background: url(../front-new/images/front/auth-round.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .ugc-round{
    background: url(../front-new/images/front/ugc-round.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .features-round{
    background: url(../front-new/images/front/bottom-half-circle.png) no-repeat;
    background-size: contain;
    height: auto;
  }
  .sec-height{
    min-height: 450px;
  }

  .camparing-thead-label{
    background: white;
    border-radius: 19px;
    font-size: 16px;
    width: 100%;
    padding: 5px;
    margin: auto;
    color: #FBDB82;
    font-weight: 500;
  }
  .btn-mazan{
    color: #D5D6D7;
    text-align: center;
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white !important;
    width: 75px;
    padding: 1px !important;
  }



  .mainLogo{
    width:100px;
    height: auto;
    margin-left: 9px;
    margin-bottom: 14px;
  }
  /* .navbar{
      padding: 0rem 1rem !important;
    } */

  .img-abs{
    position: absolute;
    top: -85px;
  }
  .mbl-content{
    display: none;
  }
  .ul-text{
    /* position: relative; */
    right: -11px;
    z-index: 1;
  }
  .circle-container{
    display: none;
  }
  .circle{
    display: none;
  }
  .elipse-container{
    display: none;
  }
  .elipse{
    display: none;
  }
  .elipse-top-container{
    display: none;
  }
  .elipse-top{
    display: none;
  }
  .elipse-right-container{
    display: none;
  }
  .elipse-right{
    display: none;
  }

  .label-mazan{
    font-size: 80px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 164px !important;
    text-align: center !important;
    font-family: 'Noto Sans Arabic' !important;
    direction: ltr;
  }
  .round-label-mazan{
    font-size: 11px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 13px !important;
    font-family: 'Noto Sans Arabic' !important;
    direction: ltr;
  }
  .round-label-mazan-en{
    font-size: 11px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 13px !important;
    font-family: 'DM Sans' !important;
    text-align: start;
  }
  .label-page{
    font-size: 70px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
    text-align: right;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .label-mazan-en {
    font-size: 80px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal !important;
    font-family: 'DM Sans' !important;
  }
  .label-page-en{
    font-size: 70px;
    font-weight: 800 !important;
    line-height: 73px !important;
    text-align: right;
    margin: auto;
    /*  width: 271px; */
    font-family: 'DM Sans' !important;
    /* height: 105px; */
  }
  .hide-desktop{
    display: none !important;
  }
  .frm-sub-heading{
    font-size: 20px !important;
    font-weight: 600 !important;
    /* margin-bottom: 30px; */
  }
  .frm-sub-heading-en{
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans' !important;
  }
  .btn.btn-lg{
    padding: 0 !important;
  }
  .btn-mbl{
    float: none !important;
    text-align: center !important; /* Center-align the content */
    margin: auto !important;
  }
  .hr-btn{
    display: none;
  }
  .hide-mbl{
    display: none;
  }

  .scroll-container {
    white-space: nowrap;
    display: flex;
  }
  .scroll-container-en {
    /* overflow-x: hidden; */
    white-space: nowrap;
    display: flex;
  }

  .buttons-container {
    display: flex;
  }

  .scroll-container .row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .arrow-buttons {
    display: flex;
    align-items: center;
    /* background-color: #f9fafc; */
  }

  .arrow-buttons .btn-arrow-left {
    background-color: #f9fafc; /* Add your desired background color */
    color: #d1d1d1; /* Add your desired text color */
    border: none;
    font-size: 17px;
  }


  .count {
    animation: count-up 2s ease-out forwards;
    font-size:96px !important;
  }

  .mbl-btn{
    width: 70px;
    height: 27px;
    color: #000;
    text-align: center;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 16.5px;
    border: none;
    background: #FFF !important;
  }

  .text-mazan{
    font-size: 31px !important;
    font-weight: 500 !important;
    text-align: right !important;
    line-height: 48px !important;
    /* text-align: justify !important; */
  }
  .text-mazan-en{
    font-size: 32px !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 48px !important;
    font-family: 'DM Sans' !important;
  }
  .p-round{
    color: #1D1D1D;
    text-align: center !important;
    /* font-family: Inter; */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    float: inline-end;
  }
  .p-round-en{
    color: #1D1D1D;
    text-align: center !important;
    font-family: 'DM Sans' !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    float: inline-start;
  }
  .text-p{
    color: #1D1D1D;
    text-align: right !important;
    font-size: 20px;
    font-weight: 400;
    /* line-height: normal; */
    float: right;
  }
  .text-p-en{
    color: #1D1D1D;
    text-align: left !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans' !important;
    line-height: 26px;
    float: left;
  }

  .btn-style {
    margin: 0px;
    width: 236px;
    height: 41px;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    color: white;
    text-align: center;
    margin: auto;
  }

  .custom-btn {
    border-radius: 11.26px;
    background: #ffffff;
    width: 145px;
    height: auto;
    margin-top: 8px;
    color: black;
    font-weight: 600;
    padding: 4px;
  }

  .custom-btn.active {
    background: #fbce43; /* Set the active background color */
    color: white; /* Set the active text color */
    padding: 5px;
  }

  .tbl-text{
    font-size: 10px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
  }
  .tbl-text-en{
    font-size: 10px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'DM Sans' !important;
    color: #000;
  }

  .support-layout-ar {
    position: relative;
    height: auto;
    background: url(../images/frontt/ellipse_sp_left.png) no-repeat;
    background-size: 43%;
    background-position: bottom left;
  }

  .support-layout-en {
    position: relative;
    height: auto;
    background: url(../images/frontt/ellipse_sp.png) no-repeat;
    background-size: 55%;
    background-position: bottom right;
  }

  .text-banner{
    color: #000;
    text-align: right;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  .text-banner-en{
    color: #000;
    text-align: right;
    font-family: 'DM Sans' !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-align: start;
  }

  .form-label {
    position: relative;
    /* margin-bottom: 4rem; */
  }

  .bottom-line {
    height: 3px;
    background-color: #fbdb82; /* Set the color of the bottom line */
    transition: transform 0.3s ease;
    transform-origin: 100% 50%; /* Set the transform origin to the right */
    transform: scaleX(0.5); /* Initial transform to start narrower */
  }


  .click1__button.active ~ .bottom-line {
    transform: scaleX(1); /* Expand the width to 100% when the first button is active */
  }

  .click2__button.active ~ .bottom-line {
    transform: scaleX(1); /* Set the width to 0 when the second button is active */
  }

  p.wmsIntroDesc {

    font-size: 12px;
  }

  .site-btn {
    position: relative;
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-weight: 700;
    transition: ease-in-out 0.2s !important;
    text-align: center !important;
    border-radius: 99px !important;
    border: unset !important;
    font-family: 'Noto Sans Arabic', sans-serif !important;
    min-width: 190px;
    width: 360px;
    height: 45px;
    left: 50px;
  }

  .site-btn::before {
    width: 2px;
    height: 30px;
    content: url(../front-new/images/front/Vector.png);
    position: absolute;
    top: 58%;
    left: 27px !important;
    transform: translate(-50%, -50%);
  }


  .site-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
  }

  .site-btn-en {
    position: relative;
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-weight: 700;
    transition: ease-in-out 0.2s !important;
    text-align: center !important;
    border-radius: 99px !important;
    white-space: pre !important;
    text-transform: lowercase !important;
    border: unset !important;
    font-family: 'DM Sans' !important;
    left: -47px;

  }

  .half-ellipse {
    position: absolute !important;
    top: 158px !important;
    right: 39px !important;
    transform: translate(50%, -50%) !important;
    width: 350px !important;
    height: 350px !important;
    background-color: #fbdb82 !important;
    border-radius: 50% !important;
    display: none;
  }

  .site-btn-en::after {
    width: 2px;
    height: 30px;
    content: url(../front-new/images/front/Vector-right.png);
    position: absolute;
    top: 58%;
    left: 341px !important;
    transform: translate(-50%, -50%);
  }

  .site-btn-en::before {
    width: 2px;
    height: 30px;
    content: url(../front-new/images/front/Vector-right.png);
    position: absolute;
    top: 58%;
    left: 341px !important;
    transform: translate(-50%, -50%);
  }


  .site-btn-en:hover {
    background-color: transparent;
    color: var(--primary-color);
  }


  .label-yellow{
    background: #FBDB82;
    border-top-right-radius: 94px;
    border-top-left-radius: 94px;
    width: 52% !important;
    font-size: 45px !important;
  }
  /* .nav-link {
      display: block;
      padding: 0.5rem 1rem !important;
  } */

  .img-feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    background: #FBDB82;
    border-radius: 100%;
    width: 58px;
    margin: auto;
  }

  .img-feature-container  img {

    width:50%;
  }
  .icon-label{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: normal !important;
  }
  .boxes .box {
    width: 20%;
    border-radius: 74.611px 74.611px 0px 52.697px;
    background: #FFF;
    margin-left: 10px;
    /* margin-bottom: 10%; */
    text-align: center;
    padding: 10px;
    font-size: 17.21px;
    font-weight: 500;
    line-height: 37.002px;
    position: relative;
    margin-top: 4px;

  }
  .half-ellipse-left {
    position: absolute !important;
    top: -35px !important;
    left: -392px !important;
    transform: translate(50%, -50%) !important;
    width: 350px !important;
    height: 350px !important;
    background-color: #fbdb82 !important;
    border-radius: 50% !important;
  }

  .img-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 100%;
    width: 250%;
    margin: auto;
  }

  .package-price{
    font-size: 52px;
    font-weight: 700;
  }
  .package-price-en{
    font-size: 52px;
    font-weight: 700;
    font-family: 'DM Sans' !important;
  }

  .package-buy-font-ar{
    font-size: 32px !important;
  }

  .package-buy-font-en{
    font-size: 22px !important;
  }
  .package-label{
    font-size: 32px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
  }
  .package-label-en{
    font-size: 32px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
    font-family: 'DM Sans' !important;
  }
  .package-text{
    font-size: 19px !important;
    font-weight: 400;
    line-height: normal;
    color: white;
    min-height: 75px;
  }
  .package-text-en{
    font-size: 19px !important;
    font-weight: 400;
    line-height: normal;
    color: white;
    min-height: 55px;
    font-family: 'DM Sans' !important;
  }
  .package-sub-heading{
    font-size: 14px !important;
    font-weight: 700;
    line-height: normal;
    color: white;
  }

  .container-size{
    max-width: 725px !important;
    margin: auto;
  }

  .mirror-image {
    transform: scaleX(-1) !important;
  }
  .frm-sub-heading{
    font-size: 24px !important;
    font-weight: 600 !important;
  }
  .frm-sub-heading-en{
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans' !important;
  }

  .p-md {
    font-size: 24px;
    line-height: 21px;
    font-weight: 600;
  }
  .p-md-en {
    font-size: 24px;
    line-height: 21px;
    font-weight: 600;
    font-family: 'DM Sans';
  }

  .banner-image{
    position: absolute;
    left: -26px;
    top: 27px;
  }
  .banner-image-en{
    position: absolute;
    left: 430px;
    top: 70px;
  }
  h4 {
    font-size: 30px !important;
  }

  .p-lg {
    font-size: 18px;
  }
  .hr {
    margin-top: 74px !important;
  }
  .pack-list{
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    text-align: right;
    float: right;
    direction: rtl;
    font-family: 'Noto Sans Arabic', sans-serif !important;
  }
  .pack-list-en {
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-family: 'DM Sans';
    text-align: left;
    float: left;
    direction: ltr
  }
  .list-heading-page {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    direction: rtl;
  }
  .list-heading-page-en {
    font-family: 'Noto Sans Arabic', sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    color: #fbdb82;
    direction: ltr;
  }
  @media screen and (min-device-width: 768px) and (max-device-width: 991px) {

    .content-height{
      margin-top: 35% !important;
    }
    .heighted-line{
      justify-content: center;
      display: flex;
      margin-left: -141px;
    }
    .heighted-line-en{
      justify-content: center;
      display: flex;
      margin-right: -382px;
    }

    .contact li a {
      color: #ffffff !important;
      text-decoration: none ;
      font-size: 19px !important;
      text-align: left !important;
      font-family: 'DM Sans' !important;
      font-weight: 500;
      line-height: 21px !important;
    }
    .footer-heading {
      color: #FFF !important;
      text-align: center !important;
      /* font-family: DM Sans !important; */
      font-size: 21px !important;
      font-style: normal !important;
      font-weight: 700 !important;
      line-height: normal !important;
      width: 210px;
    }

    .footer-heading-en {
      color: #FFF !important;
      text-align: center !important;
      font-family: DM Sans !important;
      font-size: 21px !important;
      font-style: normal !important;
      font-weight: 700 !important;
      line-height: normal !important;
      width: 210px;
    }

    .image-overlay {
      position: absolute;
      top: 33px;
      left: 0px;
      width: 100%;
      height: 90%;
      /* background-color: rgb(251 219 130); */
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-radius: 38px;
    }

    .image-overlay-text {
      position: absolute;
      top: 63px;
      left: 12px;
      width: 90%;
      height: 90%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-radius: 19px;
    }
    header ul.navbar-nav li.nav-item a {
      padding: 9px 4px !important;
    }

    .login-link {
      line-height: 15px;
      position: relative;
      border-radius: 25.445px !important;
      background: #53D769 !important;
      box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
      color: white !important;
    }

    .login-link::before {
      width: 0px;
      height: 30px;
      /* background: black; */
      content: url(../front-new/images/front/tab-left.png);
      position: absolute;
      top: 59%;
      left: 21px !important;
      transform: translate(-50%, -50%);
    }

    .login-link-en {
      line-height: 15px;
      position: relative;
      border-radius: 25.445px !important;
      background: #53D769 !important;
      box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
      color: white !important;
    }

    .login-link-en::before {
      width: 2px;
      height: 30px;
      /* background: black; */
      content: url(../front-new/images/front/vector-right1.png) !important; /* Replace with the path to your SVG file */
      position: absolute;
      top: 52% !important;
      left: 47px !important; /* Adjust the left position as needed */
      transform: translate(-50%, -50%);
    }

    .nav-item {
      margin: 0px 4px;
      white-space: nowrap;
      width: 90px !important;
      height: 31.1px;
      border-radius: 39.445px;
      background: #FFF;
      box-shadow: 0px 1.793px 8.068px 3.586px rgba(0, 0, 0, 0.07);
    }
    .navbar{
      padding: 1.5rem 1rem !important;
    }
    header a {
      color: #000 !important;
      font-weight: 600;
      transition: opacity .5s !important;
      text-align: center;
      /* font-family: Inter; */
      font-size: 11.93px;
      font-style: normal;
      line-height: 11px;
    }

    .btn-mazan-cat-lg {
      color: #D5D6D7;
      line-height: normal;
      background-color: white !important;
      width: 109px;
      height: 34px;
      border-radius: 20px;
      border: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .btn-mazan-cat-lg-faq {
      color: #D5D6D7;
      line-height: normal;
      background-color: white !important;
      width: 120px;
      height: 34px;
      border-radius: 20px;
      border: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    a#back-to-top {
      top: -10px !important;
    }


    section.wmsIntro {
      padding: 60px 0 0px;
    }

    .styles_welcomeSection__decor_circle {
      display: none;
    }

    .o_stripe {
      background-image: url(../front-new/images/front/ellipse_3.png);
      background-size: contain;
      background-position: top right;
      width: 100%;
      background-position: top center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      /* height: 850px; */
      background-repeat: no-repeat;
    }

    #wmsAbout {
      padding: 0px;
    }

    .about-sm{
      /* max-width: 192px;
      margin-top: -50px; */
    }


    #wmsAbout h1 {
      font-size: 96px !important;
    }

    .count {
      animation: count-up 2s ease-out forwards;
      font-size:60px !important;
    }

    /* Animation for counting */
    @keyframes count-up {
      from {
        opacity: 0;
        transform: translateY(-20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .bg-btn{
      background-color: #efefef;
    }
    .btn-mazan-cat{
      color: #D5D6D7;
      text-align: center;
      font-family: 'Noto Sans Arabic', sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      background-color: white !important;
      width: 75px;
      padding: 1px !important;
    }
    .product-list{
      border-radius: 19px;
      background: #FFF;
    }
    .product-list .product-img{
      background-position-y: 22px;
      height: 261px;
      position: relative;
      overflow: hidden;
    }
    .prod-img{
      width: 77% !important;
    }
    .left-form {
      margin-top: 90% !important;
      margin-left: 0% !important;
    }
    .left-form-en {
      margin-top: 90% !important;
      margin-left: 0% !important;
    }
    .right-form {
      margin-top: 90% !important;
    }
    .support-form-md {
      margin-top: 75% !important;
    }
    .support-round{
      background: url(../front-new/images/front/bottom-half-circle.png) no-repeat !important;
      background-size: contain !important;
      height: auto;
    }

    .btn-color-mode-switch>label.btn-color-mode-switch-inner {
      margin: 0px;
      width: 183px;
      height: 38px;
      background: #FBCE43;
      border-radius: 26px;
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
      display: block;
      color: white;
      left: 500px;
      top: 78px;
    }

    .p-xl {
      font-size: 19px;
    }
    .half-elipse-ar {
      background: url(../front-new/images/front/top_circle_left.png) no-repeat top left;
      height: auto;
      background-size: 35%;
    }
    .half-elipse-en {
      background: url(../front-new/images/front/top_circle.png) no-repeat top right;
      height: auto ;
      background-size: 35%;
    }
    .login-layout-ar {
      background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
      height: auto;
    }
    .login-layout-en {
      background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
      height: auto;
    }
    .join-layout-ar {
      background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
      height: auto;
    }
    .join-layout-en {
      background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
      height: auto;
    }
    .thankyou-ar {
      background: url(../images/fronttt/signin.png) no-repeat left, url(../images/fronttt/left-half-circle.png) no-repeat center left;
      height: auto;
    }
    .thankyou-en {
      background: url(../images/fronttt/signin.png) no-repeat right, url(../images/fronttt/half-circle-page.png) no-repeat center right;
      height: auto;
    }

    .faq-layout-ar {
      background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
      height: auto;
    }
    .faq-layout-en {
      background: url(../images/fronttt/ellipse_sp.png) no-repeat center right;
      height: auto;
    }
    .page-ar {
      background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
      height: auto;
    }
    .page-en {
      background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
      height: auto;
    }
    .ugc-ar {
      background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
      height: auto;
    }
    .features-ar {
      background: url(../images/fronttt/bottom-left-half.png) no-repeat bottom left;
      height: auto;
    }
    .ugc-ar-bottom {
      position: relative;
      height: auto;
      background: url(../images/frontt/ugc-bottom.png) no-repeat;
      background-size: 39%;
      background-position: bottom right;
    }
    .ugc-en {
      background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
      height: auto;
    }
    .features-en {
      background: url(../images/fronttt/bottom-right-half.png) no-repeat center right;
      height: auto;
    }
    .register-layout {
      background: url(../images/frontt/signin.png) no-repeat left, url(../images/frontt/left-half-circle.png) no-repeat center left;
      height: auto;
    }
    .join-layout {
      background: url(../images/frontt/joinn.png);
      height: auto;
    }

    .half-circle-ar {
      background: url(../images/frontt/right-side-circle.png) no-repeat;
      background-size: contain;
    }
    .half-circle-en {
      background: url(../images/frontt/left-side-circle.png) no-repeat;
      background-size: contain;
    }
    .top-round{
      background: url(../front-new/images/front/top-round.png) no-repeat;
      background-size: contain;
      height: auto;
    }
    .auth-round{
      background: url(../front-new/images/front/auth-round.png) no-repeat;
      background-size: contain;
      height: auto;
    }
    .ugc-round{
      background: url(../front-new/images/front/ugc-round.png) no-repeat;
      background-size: contain;
      height: auto;
    }
    .features-round{
      background: url(../front-new/images/front/bottom-half-circle.png) no-repeat;
      background-size: contain;
      height: auto;
    }
    .sec-height{
      min-height: 450px;
    }

    .camparing-thead-label{
      background: white;
      border-radius: 19px;
      font-size: 16px;
      width: 100%;
      padding: 5px;
      margin: auto;
      color: #FBDB82;
      font-weight: 500;
    }
    .btn-mazan{
      color: #D5D6D7;
      text-align: center;
      font-family: 'Noto Sans Arabic', sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      background-color: white !important;
      width: 75px;
      padding: 1px !important;
    }



    .mainLogo{
      width:100px;
      height: auto;
      margin-left: 9px;
      margin-bottom: 14px;
    }
    /* .navbar{
        padding: 0rem 1rem !important;
      } */

    .img-abs{
      position: absolute;
      top: -85px;
    }
    .mbl-content{
      display: none;
    }
    .ul-text{
      /* position: relative; */
      right: -11px;
      z-index: 1;
    }
    .circle-container{
      display: none;
    }
    .circle{
      display: none;
    }
    .elipse-container{
      display: none;
    }
    .elipse{
      display: none;
    }
    .elipse-top-container{
      display: none;
    }
    .elipse-top{
      display: none;
    }
    .elipse-right-container{
      display: none;
    }
    .elipse-right{
      display: none;
    }

    .label-mazan{
      font-size: 80px;
      font-style: normal;
      font-weight: 800 !important;
      line-height: 164px !important;
      text-align: center !important;
      font-family: 'Noto Sans Arabic' !important;
      direction: ltr;
    }
    .round-label-mazan{
      font-size: 11px;
      font-style: normal;
      font-weight: 800 !important;
      line-height: 13px !important;
      font-family: 'Noto Sans Arabic' !important;
      direction: ltr;
    }
    .round-label-mazan-en{
      font-size: 11px;
      font-style: normal;
      font-weight: 800 !important;
      line-height: 13px !important;
      font-family: 'DM Sans' !important;
      text-align: start;
    }
    .label-page{
      font-size: 70px;
      font-style: normal;
      font-weight: 600 !important;
      line-height: normal !important;
      font-family: 'Noto Sans Arabic', sans-serif !important;
      text-align: right;
    }
    .label-mazan-en {
      font-size: 80px !important;
      font-style: normal;
      font-weight: 800 !important;
      line-height: normal !important;
      font-family: 'DM Sans' !important;
    }
    .label-page-en{
      font-size: 70px;
      font-weight: 800 !important;
      line-height: 73px !important;
      text-align: right;
      margin: auto;
      /*  width: 271px; */
      font-family: 'DM Sans' !important;
      /* height: 105px; */
    }
    .hide-desktop{
      display: none !important;
    }
    .frm-sub-heading{
      font-size: 20px !important;
      font-weight: 600 !important;
      /* margin-bottom: 30px; */
    }
    .frm-sub-heading-en{
      font-size: 16px !important;
      font-weight: 600 !important;
      font-family: 'DM Sans' !important;
    }
    .btn.btn-lg{
      padding: 0 !important;
    }
    .btn-mbl{
      float: none !important;
      text-align: center !important; /* Center-align the content */
      margin: auto !important;
    }
    .hr-btn{
      display: none;
    }
    .hide-mbl{
      display: none;
    }

    .scroll-container {
      white-space: nowrap;
      display: flex;
    }
    .scroll-container-en {
      /* overflow-x: hidden; */
      white-space: nowrap;
      display: flex;
    }

    .buttons-container {
      display: flex;
    }

    .scroll-container .row {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }

    .arrow-buttons {
      display: flex;
      align-items: center;
      /* background-color: #f9fafc; */
    }

    .arrow-buttons .btn-arrow-left {
      background-color: #f9fafc; /* Add your desired background color */
      color: #d1d1d1; /* Add your desired text color */
      border: none;
      font-size: 17px;
    }


    .count {
      animation: count-up 2s ease-out forwards;
      font-size:96px !important;
    }

    .mbl-btn{
      width: 70px;
      height: 27px;
      color: #000;
      text-align: center;
      /* font-family: Inter; */
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      border-radius: 16.5px;
      border: none;
      background: #FFF !important;
    }

    .text-mazan{
      font-size: 31px !important;
      font-weight: 500 !important;
      text-align: right !important;
      line-height: 48px !important;
      /* text-align: justify !important; */
    }
    .text-mazan-en{
      font-size: 32px !important;
      font-weight: 500 !important;
      text-align: left !important;
      line-height: 48px !important;
      font-family: 'DM Sans' !important;
    }
    .p-round{
      color: #1D1D1D;
      text-align: center !important;
      /* font-family: Inter; */
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      float: inline-end;
    }
    .p-round-en{
      color: #1D1D1D;
      text-align: center !important;
      font-family: 'DM Sans' !important;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      float: inline-start;
    }
    .text-p{
      color: #1D1D1D;
      text-align: right !important;
      font-size: 20px;
      font-weight: 400;
      /* line-height: normal; */
      float: right;
    }
    .text-p-en{
      color: #1D1D1D;
      text-align: left !important;
      font-size: 20px;
      font-weight: 400;
      font-family: 'DM Sans' !important;
      line-height: 26px;
      float: left;
    }

    .btn-style {
      margin: 0px;
      width: 236px;
      height: 41px;
      background: #ffffff;
      border-radius: 26px;
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
      display: block;
      color: white;
      text-align: center;
      margin: auto;
    }

    .custom-btn {
      border-radius: 11.26px;
      background: #ffffff;
      width: 145px;
      height: auto;
      margin-top: 8px;
      color: black;
      font-weight: 600;
      padding: 4px;
    }

    .custom-btn.active {
      background: #fbce43; /* Set the active background color */
      color: white; /* Set the active text color */
      padding: 5px;
    }

    .tbl-text{
      font-size: 10px;
      line-height: 21px;
      font-weight: 500;
      color: #000;
    }
    .tbl-text-en{
      font-size: 10px;
      line-height: 21px;
      font-weight: 500;
      font-family: 'DM Sans' !important;
      color: #000;
    }

    .support-layout-ar {
      position: relative;
      height: auto;
      background: url(../images/frontt/ellipse_sp_left.png) no-repeat;
      background-size: 43%;
      background-position: bottom left;
    }

    .support-layout-en {
      position: relative;
      height: auto;
      background: url(../images/frontt/ellipse_sp.png) no-repeat;
      background-size: 55%;
      background-position: bottom right;
    }

    .text-banner{
      color: #000;
      text-align: right;
      font-family: 'Noto Sans Arabic', sans-serif !important;
      font-size: 26px;
      font-style: normal;
      font-weight: 600;
      line-height: 38px;
    }
    .text-banner-en{
      color: #000;
      text-align: right;
      font-family: 'DM Sans' !important;
      font-size: 26px;
      font-style: normal;
      font-weight: 600;
      line-height: 26px;
      text-align: start;
    }

    .form-label {
      position: relative;
      /* margin-bottom: 4rem; */
    }

    .bottom-line {
      height: 3px;
      background-color: #fbdb82; /* Set the color of the bottom line */
      transition: transform 0.3s ease;
      transform-origin: 100% 50%; /* Set the transform origin to the right */
      transform: scaleX(0.5); /* Initial transform to start narrower */
    }


    .click1__button.active ~ .bottom-line {
      transform: scaleX(1); /* Expand the width to 100% when the first button is active */
    }

    .click2__button.active ~ .bottom-line {
      transform: scaleX(1); /* Set the width to 0 when the second button is active */
    }

    p.wmsIntroDesc {

      font-size: 12px;
    }

    .site-btn {
      position: relative;
      background: #fff !important;
      color: rgb(0, 0, 0) !important;
      font-size: 24px !important;
      font-weight: 700;
      transition: ease-in-out 0.2s !important;
      text-align: center !important;
      border-radius: 99px !important;
      border: unset !important;
      font-family: 'Noto Sans Arabic', sans-serif !important;
      min-width: 190px;
      width: 360px;
      height: 45px;
      left: 50px;
    }

    .site-btn::before {
      width: 2px;
      height: 30px;
      content: url(../front-new/images/front/Vector.png);
      position: absolute;
      top: 58%;
      left: 27px !important;
      transform: translate(-50%, -50%);
    }


    .site-btn:hover {
      background-color: transparent;
      color: var(--primary-color);
    }

    .site-btn-en {
      position: relative;
      background: #fff !important;
      color: rgb(0, 0, 0) !important;
      font-size: 24px !important;
      font-weight: 700;
      transition: ease-in-out 0.2s !important;
      text-align: center !important;
      border-radius: 99px !important;
      white-space: pre !important;
      text-transform: lowercase !important;
      border: unset !important;
      font-family: 'DM Sans' !important;
      left: -47px;

    }

    .half-ellipse {
      position: absolute !important;
      top: 158px !important;
      right: 39px !important;
      transform: translate(50%, -50%) !important;
      width: 350px !important;
      height: 350px !important;
      background-color: #fbdb82 !important;
      border-radius: 50% !important;
      display: none;
    }

    .site-btn-en::after {
      width: 2px;
      height: 30px;
      content: url(../front-new/images/front/Vector-right.png);
      position: absolute;
      top: 58%;
      left: 341px !important;
      transform: translate(-50%, -50%);
    }

    .site-btn-en::before {
      width: 2px;
      height: 30px;
      content: url(../front-new/images/front/Vector-right.png);
      position: absolute;
      top: 58%;
      left: 341px !important;
      transform: translate(-50%, -50%);
    }


    .site-btn-en:hover {
      background-color: transparent;
      color: var(--primary-color);
    }


    .label-yellow{
      background: #FBDB82;
      border-top-right-radius: 94px;
      border-top-left-radius: 94px;
      width: 52% !important;
      font-size: 45px !important;
    }
    /* .nav-link {
        display: block;
        padding: 0.5rem 1rem !important;
    } */

    .img-feature-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 58px;
      background: #FBDB82;
      border-radius: 100%;
      width: 58px;
      margin: auto;
    }

    .img-feature-container  img {

      width:50%;
    }
    .icon-label{
      font-size: 16px !important;
      font-weight: 700 !important;
      line-height: normal !important;
    }
    .boxes .box {
      width: 20%;
      border-radius: 74.611px 74.611px 0px 52.697px;
      background: #FFF;
      margin-left: 10px;
      /* margin-bottom: 10%; */
      text-align: center;
      padding: 10px;
      font-size: 17.21px;
      font-weight: 500;
      line-height: 37.002px;
      position: relative;
      margin-top: 4px;

    }
    .half-ellipse-left {
      position: absolute !important;
      top: -35px !important;
      left: -392px !important;
      transform: translate(50%, -50%) !important;
      width: 350px !important;
      height: 350px !important;
      background-color: #fbdb82 !important;
      border-radius: 50% !important;
    }

    .img-partners-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      border-radius: 100%;
      width: 250%;
      margin: auto;
    }

    .package-price{
      font-size: 52px;
      font-weight: 700;
    }
    .package-price-en{
      font-size: 52px;
      font-weight: 700;
      font-family: 'DM Sans' !important;
    }

    .package-buy-font-ar{
      font-size: 32px !important;
    }

    .package-buy-font-en{
      font-size: 22px !important;
    }
    .package-label{
      font-size: 32px !important;
      font-weight: 700;
      line-height: normal;
      color: white;
    }
    .package-label-en{
      font-size: 32px !important;
      font-weight: 700;
      line-height: normal;
      color: white;
      font-family: 'DM Sans' !important;
    }
    .package-text{
      font-size: 19px !important;
      font-weight: 400;
      line-height: normal;
      color: white;
      min-height: 75px;
    }
    .package-text-en{
      font-size: 19px !important;
      font-weight: 400;
      line-height: normal;
      color: white;
      min-height: 55px;
      font-family: 'DM Sans' !important;
    }
    .package-sub-heading{
      font-size: 14px !important;
      font-weight: 700;
      line-height: normal;
      color: white;
    }

    .container-size{
      max-width: 725px !important;
      margin: auto;
    }

    .mirror-image {
      transform: scaleX(-1) !important;
    }
    .frm-sub-heading{
      font-size: 24px !important;
      font-weight: 600 !important;
    }
    .frm-sub-heading-en{
      font-size: 24px !important;
      font-weight: 600 !important;
      font-family: 'DM Sans' !important;
    }

    .p-md {
      font-size: 24px;
      line-height: 21px;
      font-weight: 600;
    }
    .p-md-en {
      font-size: 24px;
      line-height: 21px;
      font-weight: 600;
      font-family: 'DM Sans';
    }

    .banner-image{
      position: absolute;
      left: -26px;
      top: 27px;
    }
    .banner-image-en{
      position: absolute;
      left: 430px;
      top: 70px;
    }
    h4 {
      font-size: 30px !important;
    }

    .p-lg {
      font-size: 18px;
    }
    .hr {
      margin-top: 74px !important;
    }
    .pack-list{
      font-size: 20px;
      line-height: 37px;
      font-weight: 400;
      text-align: right;
      float: right;
      direction: rtl;
      font-family: 'Noto Sans Arabic', sans-serif !important;
    }
    .pack-list-en {
      font-size: 20px;
      line-height: 37px;
      font-weight: 400;
      font-family: 'DM Sans';
      text-align: left;
      float: left;
      direction: ltr
    }
    .list-heading-page {
      font-family: 'Noto Sans Arabic', sans-serif !important;
      font-size: 30px;
      font-weight: 700;
      color: #fbdb82;
      direction: rtl;
    }
    .list-heading-page-en {
      font-family: 'Noto Sans Arabic', sans-serif !important;
      font-size: 30px;
      font-weight: 700;
      color: #fbdb82;
      direction: ltr;
    }
    .agreement_paragraph {
      font-family: 'Noto Sans Arabic', sans-serif !important;
      font-size: 30px;
      font-weight: 700;
      color: #fbdb82;
      text-align: right;
      float: right;
      direction: rtl;

    }
    .agreement_paragraph-en {
      font-family: 'DM Sans' !important;
      font-size: 30px;
      font-weight: 700;
      color: #fbdb82;
      text-align: left;
      float: left;
    }

  }

}

.mirror-image {
  transform: scaleX(-1);
}

@media screen and (max-width: 575px) {
  h3 {font-size: 19px !important;}
  h1{font-size: 31px;}
  h2 {font-size: 26px !important;}
  h4 {font-size: 23px !important;}
  .p-lg {font-size: 10px;
    text-align: center !important;
  }
  .p-md {font-size: 15px;
    font-family: 'Noto Sans Arabic', sans-serif;
  }
  .p-md-en {font-size: 15px;
    font-family: 'DM Sans';
  }
  body {font-size: 14px !important;}

}

@media screen and (max-width:480px) {}


/*RESPONSIVE CSS----------------------------------------------------------------------------------------------------------------------------------------------------------RESPONSIVE CSS*/

.elipse-container{
  position: absolute;
  top: -178px;
  right: 209px;
  Z-INDEX: -1;
}
.elipse{
  width: 650PX;
  height: 655PX;
  background-color: #fbdb82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.elipse-right-container{
  position: absolute;
  bottom: -265px;
  Z-INDEX: -1;
  left: 406px;

}
.elipse-right{
  width: 550px;
  height: 550px;
  background-color: #fbdb82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.elipse-top-container{
  position: absolute;
  bottom: -233px;
  right: 0px;
  Z-INDEX: -1;
}
.elipse-top{
  width: 1000px;
  height: 1000px;
  background-color: #fbdb82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;

}

.circle-container{
  position: absolute;
  top: 470px;
  right: -71px;
  Z-INDEX: -1;
}
.circle{
  width: 350PX;
  height: 350PX;
  background-color: #fbdb82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.circle-packages-container{
  position: absolute;
  bottom: -42px;
  right: -71px;
  Z-INDEX: -1;
}
.circle-packages{
  width: 310px;
  height: 310px;
  background-color: #fbdb82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.card-title{
  font-family: 'Noto Sans Arabic', sans-serif;
  margin-bottom: 7px ;
  font-size: 18px ;
  min-height: 43px;
}
.card-title-en{
  font-family: 'DM Sans' ;
  font-size: 18px ;
  margin-bottom: 7px ;
  min-height: 43px;
}

.card-button{
  border-radius: 13.5px;
  background-color: #FBDB82 !important;
  width: 87px;
  height: 27px;
  border: none;
  line-height: 11px;
}
.card-button-en{
  border-radius: 13.5px;
  background-color: #FBDB82 !important;
  width: 87px;
  height: 27px;
  border: none;
  line-height: 11px;
}


.ul-text{
  position: relative;
  right: -120px;
  z-index: 1;
}


.lbl-mzn{
  position: relative;
  top: 1px;
  z-index: 1;
}

.img-abs{
  position: absolute;
  top: -85px;

}

.rounded-pill{
  border-radius: 2rem!important;
}

.hide-desktop{
  display: none !important;
}



.item-space{
  padding-left: 77px !important;
}

.dropdown-item.selected {
  background-color: #007bff; /* Change to the desired background color */
  color: #fff; /* Change to the desired text color */
}
/* Accordion styling */

.accordion-style {
  background-color: #f5f5f5 !important;
  border: 1px solid rgba(0,0,0,0) !important;
  margin-top: 8px;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #fbdb82 !important;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important;
  font-weight: 600 !important;
}

.accordion-item {
  background-color: #f5f5f5;
  border: 1px solid rgba(0,0,0,0);
}
.accordion-bg {
  background-color: #fbdb82 !important;
  border-radius: 40px !important;
}

/* Custom styles for the accordion items */
.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* Custom styles for the accordion buttons */
.accordion-button {
  background-color: yellow;
  color: black;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
}

/* Custom styles for the plus/minus icons on the left side */
.accordion-button::before {
  content: '+';
  position: absolute;
  top: 49%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 19px;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}


/* Rotate the plus icon when the accordion item is expanded */
.accordion-button[aria-expanded="true"]::before {
  content: '-';
  transform: translateY(-50%);
}

/* Custom styles to hide the default up and down icons */
.accordion-button.collapsed .accordion-button-icon {
  display: none !important;
}

/* Custom styles for the active accordion item */
.accordion-item.active {
  background-color: yellow;
}

/* Custom styles for the accordion body */
.accordion-body {
  border-top: 1px solid #dee2e6;
  padding: 15px;
  text-align: justify;
  line-height: 23px;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button:not(.collapsed)::after {
  display: none I !important;
}



.contact li a {
  color: #ffffff !important;
  text-decoration: none ;
  font-size: 24px !important;
  text-align: left !important;
  font-family: 'Noto Sans Arabic', sans-serif !important;
  /* font-weight: 800; */
  line-height: 30px;
}
/* .adress li p {
color: #fff !important;
text-decoration: none !important;
font-size: 24px !important;
text-align: left !important;
padding: 0px !important;
font-family: 'Noto Sans Arabic', sans-serif !important;
} */

/* Custom CSS for RTL accordion */
.rtl-accordion {
  direction: rtl;
}

/* Override Bootstrap's default styles for RTL accordion */
.rtl-accordion .accordion-item {
  border-radius: 0.25rem 0 0 0.25rem;
}

.rtl-accordion .accordion-button {
  border-radius: 0 0.25rem 0.25rem 0;
}


.half-ellipse-container {
  position: relative;
  width: 100%;
}


.half-ellipse {
  position: absolute;
  top: 158px;
  right: 25px;
  transform: translate(50%, -50%);
  width: 470px;
  height: 470px;
  background-color: #fbdb82;
  border-radius: 50%;
}

.half-ellipse-left-container {
  position: relative;
  width: 100%;
}

.half-ellipse-left {
  position: absolute;
  top: -8px;
  left: -392px;
  transform: translate(50%, -50%);
  width: 470px;
  height: 470px;
  background-color: #fbdb82;
  border-radius: 50%;
}



.discounted {
  text-decoration: line-through;
  opacity: 0.6;
}

/* Style for the discounted price label */
.discounted-price-label {
  font-weight: bold;
}

.bottom-bar {
  height: 5px;
  background-color: #fbdb82;
  transition: transform 0.3s ease;
  width: 100%;
}

.bottom-bar-en {
  height: 5px;
  background-color: #fbdb82;
  transition: transform 0.3s ease;
  width: 100%;
}


.transition-transform {
  transition: transform 0.3s ease; /* Add your desired transition properties */
}
.translate-form1 {
  transform: translateX(0);
}

.translate-form2 {
  transform: translateX(100%);
}

.reg-btn{
  font-size: 22px !important;
  font-weight: bold;
}

.invalid-feedback{

  display:block;
  text-align: center;

}


.dir-en{
  direction: ltr;
}

.dir-ar{
  direction: rtl;
}

.dropdown-item.selected{
  background-color: #fbdb82;
  color: #fff;
}

.selected {
  position: absolute;
  width: 100% !important;
  height: 26px !important;
  overflow: hidden;
  background-color: transparent;
}

/* banner style start */

.news-ticker {
  overflow: hidden;
  background-color: #53D769;
  width: 100%;
}
.news-ticker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  animation: ticker 50s linear infinite;
}
.dis-morquee {
  font-size: 23px;
  background-color: #7C5544;
  height: 15px;
  padding: 0px 10px;
  place-items: center;
  display: inline-flex;
  width: fit-content;
}
.news-ticker li {
  display: inline-block;
  padding: 4px;
  font-size: 18px;
  color: white;
}
@keyframes ticker {
  from {
      transform: translateX(-100%);
  }
  to {
      transform: translateX(100%);
  }
}
.news-ticker-arabic {
  overflow: hidden;
  background-color: #53D769;
  width: 100%;
}
.news-ticker-arabic ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  animation: ticker-arabic 50s linear infinite;
}
.news-ticker-arabic li {
  display: inline-block;
  padding: 4px;
  font-size: 18px;
  font-family: 'Harir', sans-serif;
  color: white;
}
@keyframes ticker-arabic {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}
.icon-width{
  width: 15px;
}
.icon-width{
  width: 15px;
}

/* Banner style end */