<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newhome .cls_homepage {
  position: relative;
  /* &amp;:after
      {
      content: "";
      position: absolute;
      top: 0;
      background-image: url(./images/new/bannerright.png);
      height: 640px;
      width: 50%;
      background-size: cover;
      background-repeat: repeat;
      right: 0;
      transform: translateY(-130px);
    }*/
  /*&amp;:before
      {
          content: "";
          width: 200px;
          position: absolute;
          top: 0;
          left: 38%;
          height: 650px;
          -o-object-fit: cover;
          object-fit: cover;
          background-color: #f1f0f0;
          transform: translateY(-130px);
      }*/
}

.newhome .cls_homepage .banner_wrap {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 1;
  width: 100%;
}

.newhome .cls_homepage .cls_homeleft {
  width: 65%;
}

.newhome .cls_homepage .cls_homeleft .cls_tille h1 {
  width: 525px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .newhome .cls_homepage .cls_homeleft .cls_tille h1 {
    font-size: 2em;
    padding-right: 0em;
  }
}

.newhome .cls_homepage .cls_homeleft .cls_tille p {
  font-size: 24px;
}

.newhome .cls_homepage .cls_homeleft .submit {
  position: absolute;
  right: 10px;
}

@media (max-width: 768px) {
  .newhome .cls_homepage .cls_homeleft .submit {
    top: 70px;
    right: 25px;
  }
}

.newhome .cls_homepage .cls_homeleft .submit .cls_submit {
  background-color: #b22e2c;
  height: 50px;
  width: 50px;
  min-width: auto;
  border-radius: 50px;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  margin: 0;
  line-height: initial;
}

.newhome .cls_homepage .cls_homeleft .submit .cls_submit img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  /*vertical-align: baseline;*/
}

@media screen and (max-width: 767px) {
  .newhome .cls_homepage .cls_homeleft .submit {
    right: 20px;
    bottom: 9px;
  }
}

.newhome .cls_homepage .cls_homeleft .cls_form {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 15px 55px 15px 25px;
  border-radius: 50px;
  /*box-shadow: 0px 8px 15px 4px #00000021;*/
  align-items: center;
  position: relative;
  border: 1px solid #0f0f0f;
}

.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom {
  width: 39%;
}

.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select {
  width: 100%;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select .select-styled {
  background-color: #fff;
  color: #000;
  padding: 12px 25px 12px 15px;
}

@media (max-width: 1199px) {
  .newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select .select-styled {
    padding: 12px 22px 10px 2px;
    font-size: 15px;
  }
}

.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select .select-styled:after {
  top: 21px;
  border-color: #000 transparent transparent transparent;
}

.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select .select-styled:active:after,
.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select .select-styled.active:after {
  top: 12px;
  border-color: transparent transparent #000 transparent;
}

.newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select .select-options {
  top: 138%;
}

@media screen and (max-width: 767px) {
  .newhome .cls_homepage .cls_homeleft .cls_form .selectcustom {
    width: 84%;
  }
}

.newhome .cls_homepage .cls_homeleft .cls_form input,
.newhome .cls_homepage .cls_homeleft .cls_form select {
  padding: 0 35px 0px 5px;
  font-size: 18px;
  color: #000;
  border: none;
  background-color: unset;
  width: 100%;
  height: 40px;
  z-index: 2;
  font-weight: 500;
}

.newhome .cls_homepage .cls_homeleft .cls_form input:focus,
.newhome .cls_homepage .cls_homeleft .cls_form select:focus {
  outline: none;
  border: unset;
  background-color: unset;
}

.newhome .cls_homepage .cls_homeleft .cls_form input:hover,
.newhome .cls_homepage .cls_homeleft .cls_form select:hover {
  outline: none;
  border: unset;
  background-color: unset;
}

.newhome .cls_homepage .cls_homeleft .cls_form input:active,
.newhome .cls_homepage .cls_homeleft .cls_form select:active {
  outline: none;
  border: unset;
  background-color: unset;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput {
  position: relative;
  width: 60%;
  padding-right: 7%;
  margin-right: 2%;
  border-right: 2px solid #000;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .cls_search {
  width: 15px;
  position: absolute;
  left: 0;
  top: 13px;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput input,
.newhome .cls_homepage .cls_homeleft .cls_form .forminput select {
  width: 100%;
  padding-left: 25px;
  font-size: 15px;
  color: #000;
  padding-right: 0;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results {
  position: absolute;
  background-color: #fff;
  padding: 0px;
  top: 53px;
  border-radius: 5px;
  box-shadow: 0px 8px 15px 4px #00000021;
  max-height: 200px;
  overflow: auto;
  z-index: 99;
  width: 100%;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results li {
  list-style: none;
  padding: 25px 25px 25px 55px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results li:first-child {
  position: relative;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results li:first-child:before {
  content: "";
  background-image: url(../images/location.png?00e4e3e509ee838c003cc31dec00d730);
  background-size: contain;
  position: absolute;
  top: 28px;
  height: 18px;
  width: 18px;
  left: 23px;
  background-repeat: no-repeat;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results li:before {
  content: "";
  background-image: url(../images/pin.svg?f57e416135b7908c8591ac3c9a418788);
  background-size: contain;
  position: absolute;
  top: 28px;
  height: 18px;
  width: 18px;
  left: 23px;
  background-repeat: no-repeat;
}

.newhome .cls_homepage .cls_homeleft .cls_form .forminput .cls_remove {
  min-width: auto;
  background-color: transparent;
  color: #000;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .newhome .cls_homepage .cls_homeleft .cls_form {
    /*display:inline-block;
            padding: 9px 25px 9px 25px;
            width:100%;
            border-radius: 20px;
            .forminput{
                padding-bottom: 10px;
                border-bottom: 1px solid #9d9d9d;
                margin-right: 0;
                border-right: unset !important;
                padding-right: 0 !important;
                width: 100%;
                border-left: unset !important;
            }*/
  }

  .newhome .cls_homepage .cls_homeleft .cls_form .selectcustom {
    padding-top: 10px;
  }

  .newhome .cls_homepage .cls_homeleft .cls_form .selectcustom .select {
    width: 100%;
  }

  .newhome .cls_homepage .cls_homeleft .cls_form .custom_arrow:before {
    top: 10px;
  }

  .newhome .cls_homepage .cls_homeleft .cls_form .cls_remove {
    background-color: #fff !important;
    right: 0px !important;
  }
}

.newhome .cls_homepage .cls_homeleft .cls_form span#header_location_val-error {
  position: absolute;
  width: 100%;
  left: 24px;
  bottom: -11px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .newhome .cls_homepage .cls_homeleft .cls_form span#header_location_val-error {
    bottom: -3px;
  }
}

@media screen and (max-width: 767px) {
  .newhome .cls_homepage .cls_homeleft .cls_form span#header_location_val-error {
    bottom: 0px;
  }
}

.newhome .cls_homepage .cls_formbtm {
  text-align: right;
  width: 90%;
}

.newhome .cls_homepage .cls_formbtm a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.newhome .cls_homepage .banner-bg {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.newhome .cls_homepage .cls_leftdiv {
  position: relative;
}

.newhome .cls_homepage .cls_leftdiv:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../images/layer.png?c1ea31b5da7296149ab55dec522536e9);
  height: 40%;
  width: 45%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.newhome .cls_homepage .cls_leftimg {
  position: relative;
  z-index: 9;
}

.newhome .cls_category {
  /*padding-top: 6em;*/
  position: relative;
  /*&amp;:before
    {
      content: "";
      position: absolute;
      bottom: 0;
      background-image: url(./images/new/bg1.png);
      height: 100%;
      width: 440px;
      background-size: contain;
      background-repeat: no-repeat;
      left: 0;
    }*/
}

.newhome .cls_category .large {
  background-color: #fcd6d7;
  height: 500px;
  border-radius: 50px;
  padding: 50px;
  overflow: hidden;
  position: relative;
}

.newhome .cls_category .large .cls_catelist h3 {
  font-size: 40px;
  font-weight: 400;
}

.newhome .cls_category .large .cls_catelist h4 {
  font-size: 25px;
  font-weight: 400;
}

.newhome .cls_category .large .cls_cateimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newhome .cls_category .large .cls_cateimg img {
  height: 250px;
}

.newhome .cls_category .small {
  height: 235px;
  border-radius: 50px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.newhome .cls_category .small .cls_catelist h3 {
  font-size: 24px;
  font-weight: 700;
}

.newhome .cls_category .small .cls_catelist h4 {
  font-size: 20px;
  font-weight: 400;
}

.newhome .cls_category .small .cls_cateimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newhome .cls_category .small .cls_cateimg img {
  max-width: 100px;
  transform: rotate(45deg);
}

.newhome .cls_category .msmall {
  height: 500px;
  overflow: hidden;
  border-radius: 50px;
  padding: 40px;
  overflow: hidden;
  position: relative;
}

.newhome .cls_category .msmall .cls_catelist h3 {
  font-size: 24px;
  font-weight: 700;
}

.newhome .cls_category .msmall .cls_catelist h4 {
  font-size: 20px;
  font-weight: 400;
}

.newhome .cls_category .msmall .cls_cateimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newhome .cls_category .msmall .cls_cateimg img {
  max-width: 230px;
  transform: rotate(45deg) translateX(22px);
}

@media screen and (max-width: 991px) {
  .newhome .cls_category .large {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .newhome .cls_category .large {
    margin-bottom: 30px;
  }

  .newhome .cls_category .large .cls_cateimg img {
    height: 230px;
  }

  .newhome .cls_category .small {
    margin-bottom: 30px;
  }

  .newhome .cls_category .small .cls_cateimg img {
    height: 120px;
  }

  .newhome .cls_category:before {
    display: none;
  }
}

.newhome .cls_portal {
  padding: 4em 0;
  position: relative;
  /*&amp;:before
        {
          content: "";
        position: absolute;
        bottom: 20px;
        background-image: url(../images/new/layer.png);
        height: 45%;
        width: 18%;
        background-size: contain;
        background-repeat: no-repeat;
        left: 440px;
        }*/
}

.newhome .cls_portal .cls_portallist {
  /*background-color: #fff;
        box-shadow: 0px 8px 15px 4px #00000021;
        border-radius: 30px;*/
  /*padding: 50px;*/
  text-align: center;
}

.newhome .cls_portal .cls_portallist h4 {
  margin: 1em 0;
  width: 250px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8em;
}

.newhome .cls_portal .cls_portallist .cls_leftpimg {
  /*max-width: 90px;*/
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .newhome .cls_portal {
    /* &amp;:before
        {
          left: auto;
        }*/
  }

  .newhome .cls_portal .cls_portallist {
    margin-bottom: 30px;
  }
}

html[lang="ar"] .leftbtn img {
  transform: rotateY(180deg);
}

html[lang="ar"] .cls_submit img {
  transform: rotateY(180deg);
}

html[lang="ar"] .newhome .cls_homepage .banner {
  transform: translateY(-130px) rotateY(175deg);
  left: 0;
  right: auto;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_tille {
  text-align: right;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_tille h1 {
  padding-left: 3em;
  padding-right: 0em;
}

html[lang="ar"] .newhome .cls_category .cls_catelist {
  text-align: right;
}

html[lang="ar"] .newhome .cls_category .large .cls_catelist {
  text-align: right;
}

html[lang="ar"] .newhome .cls_category .large .cls_cateimg img {
  transform: rotate(90deg) translateX(12px) !important;
}

html[lang="ar"] .newhome .cls_category .cls_cateimg {
  left: 0;
}

html[lang="ar"] .newhome .cls_category .cls_cateimg img {
  transform: rotate(180deg) translateX(22px);
}

html[lang="ar"] .newhome .cls_portal .cls_portallist {
  text-align: right;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput .cls_search {
  right: 10px;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput {
  padding-left: 8%;
  margin-left: 2%;
  padding-right: 2%;
  border-left: 2px solid #000;
  border-right: 0px solid #000;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput input {
  padding-right: 35px;
  padding-left: 0;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form span#header_location_val-error {
  right: 24px;
  text-align: right;
  left: auto;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .submit {
  left: 6px;
  right: auto;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form {
  padding: 9px 25px 9px 55px;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput .cls_remove {
  left: 10px;
  right: auto !important;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results {
  right: 0;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results li {
  padding: 25px 55px 25px 25px;
  text-align: right;
}

html[lang="ar"] .newhome .cls_homepage .cls_homeleft .cls_form .forminput .google_results li:first-child:before {
  right: 23px;
  left: auto;
  transform: rotate(275deg);
}

@media screen and (max-width: 767px) {
  html[lang="ar"] .cls_homepage .cls_homeleft .submit {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  html[lang="ar"] .newhome .cls_portal:before {
    right: auto;
    display: none;
  }
}

.cls_category .delivery_type .item {
  margin: 0 10px;
}

.cls_category .delivery_type .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -90px;
}

.cls_category .delivery_type .owl-nav .owl-prev i.fa.fa-angle-left {
  box-shadow: 0 1px 1px 1px #00000024;
  border-radius: 50%;
  background: #fff;
  padding: 15px !important;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  line-height: 9px;
}

.cls_category .delivery_type .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -90px;
}

.cls_category .delivery_type .owl-nav .owl-next i.fa.fa-angle-right {
  box-shadow: 0 1px 1px 1px #00000024;
  border-radius: 50%;
  background: #fff;
  padding: 15px !important;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  line-height: 9px;
}

.cls_category .delivery_type .r_wrap {
  background-color: #fcd6d7;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  height: 235px;
}

.cls_category .delivery_type .r_wrap .food_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cls_category .delivery_type .r_wrap .food_detail .pdt_div {
  width: 70%;
}

.cls_category .delivery_type .r_wrap .food_detail .pdt_img {
  border: 2px solid #fff;
  width: 70px;
  border-radius: 50%;
  height: 70px;
}

.cls_category .delivery_type .r_wrap .food_detail .pdt_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cls_category .delivery_type .r_wrap .food_detail h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.cls_category .delivery_type .r_wrap h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
  text-transform: none;
}

.cls_category .delivery_type .g_wrap {
  background-color: #e1effe;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  height: 235px;
}

.cls_category .delivery_type .g_wrap .food_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cls_category .delivery_type .g_wrap .food_detail .pdt_div {
  width: 70%;
}

.cls_category .delivery_type .g_wrap .food_detail .pdt_img {
  border: 2px solid #fff;
  width: 70px;
  border-radius: 50%;
  height: 70px;
}

.cls_category .delivery_type .g_wrap .food_detail .pdt_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cls_category .delivery_type .g_wrap .food_detail h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.cls_category .delivery_type .g_wrap h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
  text-transform: none;
}

.cls_category .delivery_type .lr_wrap {
  background-color: #f8e8fe;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  height: 235px;
}

.cls_category .delivery_type .lr_wrap .food_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cls_category .delivery_type .lr_wrap .food_detail .pdt_div {
  width: 70%;
}

.cls_category .delivery_type .lr_wrap .food_detail .pdt_img {
  border: 2px solid #fff;
  width: 70px;
  border-radius: 50%;
  height: 70px;
}

.cls_category .delivery_type .lr_wrap .food_detail .pdt_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cls_category .delivery_type .lr_wrap .food_detail h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.cls_category .delivery_type .lr_wrap h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
  text-transform: none;
}

@media screen and (max-width: 1199px) {
  .newhome .cls_homepage .banner_wrap {
    top: 20%;
  }

  .newhome .cls_homepage .cls_homeleft {
    width: 100%;
  }

  .newhome .cls_homepage .cls_homeleft .cls_tille {
    width: 65%;
  }

  .newhome .cls_homepage .cls_homeleft .cls_tille h1 {
    width: auto;
    font-size: 2em;
  }

  .newhome .cls_homepage .cls_homeleft .cls_tille p {
    font-size: 18px;
  }

  .newhome .cls_homepage .cls_homeleft .cls_form {
    width: 80%;
  }

  .newhome .cls_portal .cls_portallist {
    padding: 0;
  }

  .newhome .cls_portal .cls_portallist .cls_leftpimg {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .newhome .cls_category .delivery_type .r_wrap {
    padding: 20px;
  }

  .newhome .cls_category .delivery_type .r_wrap .food_detail h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .newhome .cls_homepage .banner_wrap .cls_homeleft {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .newhome .cls_homepage .banner_wrap {
    top: auto;
    position: relative;
    left: 0;
    margin-top: -25%;
  }

  .newhome .cls_homepage .banner_wrap .cls_homeleft {
    width: 100%;
  }

  .newhome .cls_homepage .banner_wrap .cls_homeleft .cls_tille {
    width: 100%;
  }

  .newhome .cls_homepage .banner_wrap .cls_homeleft .cls_form {
    width: 100%;
  }

  .newhome .cls_category {
    padding-top: 6em;
  }

  .cls_category .delivery_type .owl-nav .owl-prev i.fa.fa-angle-left {
    padding: 12px !important;
    font-weight: 600;
    font-size: 16px;
  }

  .cls_category .delivery_type .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: -10px;
  }

  .cls_category .delivery_type .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    right: 50px;
    left: auto;
  }

  .cls_category .delivery_type .owl-nav .owl-next i.fa.fa-angle-right {
    padding: 12px !important;
    font-weight: 600;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .newhome .cls_homepage .cls_homeleft .cls_form {
    display: block;
    padding: 15px 25px 15px 25px;
    border-radius: 20px;
    box-shadow: 0px 8px 15px 4px #00000021;
    align-items: center;
    position: relative;
    border: none;
  }

  .newhome .cls_homepage .cls_homeleft .cls_form .selectcustom {
    width: 90%;
  }

  .newhome .cls_homepage .cls_homeleft .cls_form .forminput {
    margin-right: 0%;
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 10px;
    border-right: none;
    width: 100%;
  }
}

</pre></body></html>