  /*####### import cdn of font family main heading playpen sens ########*/
  @font-face {
    font-family: 'Avenir LT Std';
    src: url('../Font/AvenirLTStd35Light.otf') format('otf'),
      url('../Font/AvenirLTStd45Book.otf') format('otf'),
      url('../Font/AvenirLTStd45BookOblique.otf') format('otf'),
      url('../Font/AvenirLTStd55Oblique.otf') format('otf'),
      url('../Font/AvenirLTStd55Roman.otf') format('otf'),
      url('../Font/AvenirLTStd65Medium.otf') format('otf'),
      url('../Font/AvenirLTStd65MediumOblique.otf') format('otf'),
      url('../Font/AvenirLTStd85Heavy.otf') format('otf'),
      url('../Font/AvenirLTStd85HeavyOblique.otf') format('otf'),
      url('../Font/AvenirLTStd95Black.otf') format('otf'),
      url('../Font/AvenirLTStd95BlackOblique.otf') format('otf');

  }


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



  /*########### varialble formation started here ###################*/

  :root {
    /*############# Home page avriables started here #################*/

    /*######### colors and background colors variables started here ##########*/

    --primary-color1: rgba(229, 57, 53, 1);
    --secondary-color1: rgba(248, 35, 72, 1);
    --tertiary-color1: rgba(217, 217, 217, 1);
    --quartenary-color1: rgba(255, 255, 255, 1);
    --quinary-color1: rgba(110, 114, 122, 1);
    --sextary-color1: rgba(84, 101, 225, 1);
    --septenary-color1: rgba(23, 23, 24, 1);
    --transparant-colour1: #d3d3eb80;

    --mainheading-color: var(--quartenary-color1);
    --subheading-color: var(--primary-color1);
    --card-heading-color: var(--secondary-color1);
    --card-content-color: var(--quartenary-color1);
    --paragraph-primary-color: var(--quartenary-color1);
    --paragraph-secondary-color: var(--tertiary-color1);



    --primary-background-color1: rgba(14, 13, 12, 1);
    --secondary-background-color1: rgb(85, 67, 67);
    --tertiary-background-color1: rgb(247, 248, 259, 1);


    --background-color-gredient: linear-gradient(90deg, rgba(23, 23, 24, 0.5) 0%, rgba(23, 23, 24, 0) 100%);

    /*######### colors and background colors variables ended here ##########*/


    /*########## border image gradient started here ##############*/
    --border-image-gradient-color: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(102, 102, 102, 0.4) 100%);
    /*################ border image gradient started here ##################*/

    /*############### button variables started here #####################*/
    --button-background-color: var(--primary-color1);
    --button-text-color: var(--quartenary-color1);

    /*############# button variables started here #############*/

    /*######### font family  variables started here ##########*/

    --font-family-primary: 'Avenir LT Std', sans-serif;
    ;

    /*######### font family variables ended here ##########*/

    /*################## Home page avriables ended here #######################*/

    /* boder color variables started from here */
    --border-color: var(--primary-color1);
    /* boder color variables ended from here */

    /*######### box shadow and blur variables started here ##########*/

    --box-shadow-primary1: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    /*######### box shadow variables ended here ##########*/

    /*########## login registration forms variables started here ##########*/

    --forms-mainheading-fontsize: 28px;
    --forms-input-fontsize: var(--font-small);

    /*############ login registration forms variables ended here #########*/

    /*########## chef detail page variables started here ##########*/
    --chef-detail-card-background: var(--septenary-color1);
    --chef-title-background: var(--primary-color1);
    /*########## chef detail page variables ended here ##########*/

    /*########## enquiry form 5 variables started here ##########*/

    --enquiry-icon-background: var(--tertiary-background-color1);
    --enquiry-icon-color: var(--quartenary-color1);

    /*########## enquiry form variables ended here ##########*/

    /*########## footer variables started here ##########*/

    --footer-text-color: var(--quartenary-color1);

    /*########## footer variables ended here ##########*/
  }

  /*########### varialble formation ended here ###################*/


  /* fill button styling started here */

  .button-fill {
    background: var(--button-background-color);
    color: var(--quartenary-color1);
    border: none;

    border-radius: 5px;
    font-family: var(--font-family-primary);
    font-weight: lighter !important;
    cursor: pointer;
    transition: background-color 0.05s ease-in-out;

    border: 1.5px solid transparent;
  }

  .button-fill:hover {
    background: none;
    color: var(--tertiary-color1);
    border: 1.5px solid var(--primary-color1);
    transition: ease-in;
  }

  /* fill button styling ended here */

  /* main  Heading  */
  .mainheadingStyle {


    font-family: var(--font-family-primary);
    color: var(--mainheading-color);
    font-size: 45px;
    font-style: italic;
    font-weight: light;
    line-height: 60px;



  }

  /* main  Heading  */
  /* Sub Heading  */
  .SubheadingStyle {
    color: var(--subheading-color);
    font-family: var(--font-family-primary);
    font-weight: bold;
    font-size: 28px;
    font-style: italic;
    line-height: 38px;

    position: relative;

  }


  /* Sub Heading  */

  /* Paragrpght start  */

  .paragrapgh {

    color: var(--paragraph-primary-color);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-family-primary);
    font-weight: bold;



  }

  /* Paragrpght End  */
  /*############### our chef section started here #############*/

  .background-chef {
    background: var(--primary-background-color1);
    position: relative;
  }

  .chef_sect_main_cont {
    position: relative;
    z-index: 5;
  }

  /*############### chef section background imgs #############*/
  .chef_sect_bg_img_1 {
    position: absolute;
    right: 0;
    width: 25%;

  }

  .chef_sect_bg_img_2 {
    position: absolute;
    left: 0;
    top: 18%;
    width: 15%;
  }

  /*  */
  /*#################### chef title styling started here ###############*/



  /*#################### divider image styling ###############*/


  .divider {
    position: relative;
  }

  .divider img {
    width: 150px;
    height: 20px;
    margin: 0 auto;

  }

  /* chef title styling ended here */





  /* chef started styling started here */

  .home-seemore {
    position: absolute;
    right: 0px;
    top: 35%;

  }

  .home-seemore a {
    font-family: var(--font-family-primary) !important;
    font-weight: lighter !important;
    font-size: 18px;
    color: var(--quartenary-color1);
    text-decoration: none;

  }

  .home-seemore a:hover {

    color: var(--primary-color1);

  }

  .chef-card {

    background: var(--background-color-gredient);
    /* background: linear-gradient(90deg, rgba(23, 23, 24, 0.1) 0%, rgba(23, 23, 24, 0) 100%); */
    background-color: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(20px);
    border: none;
    color: var(--card-content-color);
    backdrop-filter: blur(5px);
    padding: 5px;
    border-radius: 10px;
    font-family: var(--font-family-primary);


  }

  /*########## card-image styling started here  ##############*/
  .chef-card img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    border: 2px solid var(--border-color);
  }

  /*########## card-image styling ended here  ##############*/


  /*########### card content styling started here #########*/
  .chef-card h5 {
    margin: 15px 0 5px;

    font-size: 1.2rem;
    color: var(--paragraph-primary-color);

  }


  .chef-card p {

    color: var(--paragraph-primary-color);
    font-size: 14px;
    line-height: 27px;
    font-family: var(--font-family-primary);
    font-weight: lighter !important;




  }

  .chef-card span {
    color: var(--secondary-color1);

    font-family: var(--font-family-primary);
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;

  }

  /* Chef Pagination Start  */

  .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    max-width: 70%;
  }

  .pagination-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
  }

  .pagination {
    list-style: none;
    display: flex;
    margin: 0 10px;
    padding: 0;
    overflow-x: auto;
  }

  .page-item {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background-color: var(--quartenary-color1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--quinary-color1);
    cursor: pointer;
    font-size: 16px;
    font-style: italic;
    border: 2px solid transparent;
  }

  .page-item.active {
    background-color: var(--primary-color1);
    color: var( --septenary-color1);
  }

  .page-item:hover {
    border: 2px solid var(--border-color);
    background-color: transparent;
    color: var(--primary-color1);
    transition: 0.3s;
  }

  /* Chef Pagination End  */

  /*########### card content styling ended here #########*/


  /*############ card icon styling started here ###########*/
  .card-icon {
    display: flex;
    gap: 5px;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 10px;
    margin-top: 10px;
  }

  .card-icon span {
    font-size: 12px;
    color: var(--primary-color1);
  }

  .card-icon i {
    font-size: 15px;
    color: var(--primary-color1);
  }

  /*############ card icon styling ended here ###########*/

  /*########### read more read less styling started here ############*/
  .read-more-link {
    cursor: pointer;
    color: var(--secondary-color1);
    text-decoration: none;
    border: none;
    background: none;
    font-size: 14px;
    margin-left: 10px;
  }

  .read-more-link:hover {
    color: var(--primary-color1);

  }


  /*########### read more read less styling ended here ############*/

  /*########### Hero Section ############*/

  .hero_section {
    height: 100vh;
    width: 100%;
    background-image: url('../images/iamge1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 2rem;
    background-color: #202122;
  }

  /*########### Hero Content ############*/

  .hero_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60vw;
    /* height:5.5rem; */
    border: 0.25px solid var(--border-color);
    border-top: 0;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10px);
    padding: 1.2rem 1.5rem;
  }

  /*########### Center Box############*/

  /*########### Vertical HR Tag ############*/

  .hero_content_2nd_dp {
    border-left: 1px solid gray;
  }

  .Search_button1 {
    padding: 0.5rem 2.1rem;
    font-family: var(--font-family-primary);
    font-size: small;
    font-weight: bold;
  }



  /*########### Drop Down menu ############*/

  .dropdown-menu {
    background: var(--primary-background-color1);
    border-radius: 10px;
    padding: 10px;
  }

  /*########### Drop Down item ############*/

  .dropdown-item {
    color: var(--quartenary-color1);
    /* padding: 10px;  */
    overflow: hidden;
  }

  .dropdown-item:hover {
    background: transparent;
    color: var(--primary-color1);

  }

  .Dp_Down_label {
    text-align: start;
    font-family: var(--font-family-primary);
    font-size: 16px;
  }

  /*########### Drop Down Link ############*/

  .dropdown-link {
    text-decoration: none;

    font-family: var(--font-family-primary);
    color: var(--quartenary-color1);
    font-size: 16px;
  }

  .dropdown-link:hover {
    background: transparent;
    color: var(--primary-color1);

  }

  .Dp_down_link_icons {
    width: 1.2rem;
    height: 1.2rem;
  }

  /* ##########dropdown item input styling started here  ######### */
  .dropdown-item input[type="checkbox"] {
    appearance: none;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--quartenary-color1);
    cursor: pointer;
    outline: none;
    margin-right: 8px;

  }

  .dropdown-item:hover input[type="checkbox"] {
    background-color: var(--quartenary-color1);
    border: 6px solid var(--primary-color1);

  }

  .dropdown-item input[type="checkbox"]:checked {
    background-color: var(--quartenary-color1);
    border: 6px solid var(--primary-color1);
  }

  /*############### Media Queries #############*/
  .carousel-txt {
    font-size: 18px;

  }

  .carousel-control-prev {
    display: none !important;
  }

  .carousel-control-next {
    display: none !important;
  }

  @media(max-width:992px) {

    .carousel-txt {
      font-size: 18px;

    }

    .mainheadingStyle {


      font-family: var(--font-family-primary);
      color: var(--mainheading-color);
      font-size: 30px;
      font-style: italic;
      font-weight: light;
      line-height: 40px;



    }
  }

  @media(max-width:768px) {
    .home-seemore {
      position: absolute;
      right: 0px;
      top: unset;
      bottom: 0px;

    }
  }

  @media (max-width: 575.98px) {

    .mainheadingStyle {


      font-family: var(--font-family-primary);
      color: var(--mainheading-color);
      font-size: 22px;
      font-style: italic;
      font-weight: light;
      line-height: 30px;



    }

    .hero_content {
      padding: 1rem 1rem 1rem 1rem;
      width: 80vw;
    }

  }

  @media (min-width: 576px) and (max-width: 767.98px) {
    .hero_content {
      padding: 1.1rem 1.1rem 1.1rem 1.1rem;
      width: 75vw;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero_content {
      padding: 1.2rem 1.2rem 1.2rem 1.2rem;
      width: 70vw;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hero_content {
      padding: 1.3rem 1.3rem 1.3rem 1.3rem;
      /* width: 65vw; */
      width: auto;
    }
  }

  @media (max-width:1200px) {
    .hero_content {
      gap: 1rem;
    }

    .hero_content_2nd_dp {
      border-left: none;
    }

    .d_dropdown {
      border: 1px solid var(--border-color);
      border-top: 0;
      border-radius: 5px;
      padding: 5px;
    }
  }

  @media (min-width: 1200px) {
    .hero_content {
      flex-wrap: nowrap;
    }
  }

  /*#################### Media Queries End ###############*/

  /*############### our chef section ended here #############*/



  /* ### begin ali haider 396###  */

  .review-text {
    color: var(--quartenary-color1);
  }

  .reviewheading {
    font-family: var(--font-family-primary);
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    line-height: 38px;

  }

  .exceptional-color {
    color: var(--quinary-color1);

    font-family: var(--font-family-primary);
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
  }

  .reviewpara {
    color: var(--quartenary-color1);

    font-family: var(--font-family-primary);
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
  }

  .reviewstars i {
    font-size: 10px;
  }

  .review-decore {
    width: 5px;
    height: 15px;
    background-color: var(--primary-color1);
    transform: rotate(15deg);
  }

  .review-border {
    /* border-left: 1px solid var(--quinary-color1); */
    padding-left: 65px;

  }

  .decore {
    display: flex;
    gap: 3px;
    margin-top: 10px;
  }

  .client-review {
    display: flex;
    gap: 20px;
  }

  .client-info {
    display: flex;
    gap: 5px;
  }

  .client-info img {
    width: 75px;
    border-radius: 50px;
    border: 2px solid var(--primary-color1);
  }

  .client-info i {
    color: var(--primary-color1);

  }

  .review-client-name {
    display: flex;
    flex-direction: column;

  }

  .firstreviewp {
    font-weight: var(--font-family-primary);
    font-weight: bold;

    font-size: 18px;
    line-height: 22px;
  }

  .slick-next .slick-arrow {
    display: none !important;
  }

  .slick-next:before {
    display: none !important;
  }

  .slick-prev .slick-arrow {
    display: none !important;
  }

  .slick-prev:before {
    display: none !important;
  }

  .slick-next {
    display: none !important;
  }

  @media (max-width:567px) {
    .review-border {
      border: none;
      padding-left: 0px;
      padding-inline: 12px;
    }

    .client-info img {
      width: 60px;
    }

    .client-info {
      align-items: center;
    }
  }

  /*  ### begin ali haider 396### */