  /*####### import cdn of font ftext-dangeramily 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: rgba(255, 255, 240, 1);
      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: rgba(255, 255, 240, 1);
      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: 52px;
      /* font-style: italic; */
      font-weight: light;
      line-height: 68px;



  }

  /* 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%; */
    background-color: transparent;
    color: white;
    border: none;
    margin-top: 19px;
    display: flex;
    justify-content: center;
    font-size: 19px;
  }

  .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 button: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 !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 5px !important;
      /* border: 1px solid var(--border-color) !important; */
      border-radius: 20px !important;
      max-width: 70% !important;
  }

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

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

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

  .page-item.active {
      background-color: var(--primary-color1) !important;
      color: var(--septenary-color1) !important;
          color: white;
    font-weight: bold;
    background-color: #E53935;
    border-radius: 4px;

  }
  .page-link.active{
        color: white !important;
    font-weight: bold !important;
    background: #E53935 !important;
    border-radius: 4px !important;

  }
  .page-link{
    color: #6E727A !important;
  }

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

  /* 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### */


  /* ################ Bugs Fixing ################## */

  .card-header1 {
      padding: 1rem 1.25rem;
      background-color: #F0F2F5;
      border-bottom: 1px solid #ebecec !important;
  }

  .form-label {
      margin-bottom: 0.5rem;
      font-size: 17px !important;
      color: #171718 !important;
      font-weight: 500 !important;
      font-style: normal;
  }

  .phone-field {
      padding: 0.75rem 1rem !important;
  }

  .phone-field::placeholder {
      color: #495057 !important;
  }

  .ch-password-btn {
      background: #E53935 !important;
      color: #FFFFFF !important;
  }

  .ch-password-btn :hover {
      background: #FFFFFF !important;
      color: #E53935 !important;
  }

  .profile-save-btn {
      border: 1px solid #e50c08;
      border-radius: 0.4rem;
      background-color: #e50c08;
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      /* width: 6rem;
  height: 2.5rem; */
      transition: var(--ease);
  }

  .profile-save-btn:hover {
      background-color: #FFFFFF;
      color: #e50c08;
  }

  .new-enquiry-icon {
      width: 38px;
  }

  .new-enquiry-icon1 {
      width: 34.5px;
  }

  /* pasword fields of profile in user module start */
  .password-field-wrapperr {
      position: relative;
      display: inline-block;
      width: 100%;
  }

  .password-toggle-icon1 {
      position: absolute;
      right: 15px;
      top: 73%;
      transform: translateY(-50%);
      cursor: pointer;
      padding: 5px;
      border-radius: 4px;
      transition: all 0.3s ease;
      z-index: 10;
      background: transparent;
      border: none;
  }



  .password-toggle-icon1 svg {
      transition: all 0.3s ease;
  }

  .eye-open .slash-line {
      display: block;
  }

  /* Hide the closed eye by default */
  .eye-closed {
      display: none;
  }

  /* When password is visible */
  .password-visible1 .eye-open {
      display: none;
  }

  .password-visible1 .eye-closed {
      display: block;
  }

  /* NEW RULE - Hide slash line when password is visible */
  .password-visible1 .eye-open .slash-line {
      display: none;
  }

  .E_icon.personal-input {
      padding-right: 50px !important;
  }

  /* pasword fields of profile in user module end */
  .custom-checkbox-captcha {
      width: 20px;
      height: 20px;
      accent-color: var(--border-color);
      /* border: 1.5px solid var(--border-color); */
      border: 1.5px solid white;
      cursor: pointer;
      background-color: transparent;

  }

  .custom-checkbox-captcha:checked {
      background-color: var(--border-color);
      border-color: none !important;

  }

  .custom-checkbox-captcha:focus {
      box-shadow: none;
  }

  .captcha-rightt {
      text-align: center;
  }

  .captcha-icon1 {
      width: 40px;
      height: 40px;
  }

  .captcha-termsss {
      font-size: 0.75rem;
      color: #ccc;
  }

  .notti-icon {
      width: 23px;
      height: 23px;
  }

  .find-chef-spac {

      word-spacing: 0.1em;

  }

  .chef-dd-red {
      border: 1px solid #E53935 !important;
  }

  .welcome-header {
      color: #E53935;
      line-height: 1.1;
  }

  .card-title-blg {
      font-size: 17px;
      font-weight: 600;
      line-height: 1;
      word-spacing: 0.19em;
  }

  .blog-form-bg {
      background: #FFFFFF;
  }

  .blog-labels {
      font-family: "Avenir LT Std";
      font-size: 15px !important;
      font-weight: 500 !important;
      line-height: 18px !important;
      color: #171718;
  }

  .upload-img {
      border: 2px dashed #EB5757;
      border-radius: 16px;
      padding: 20px;
      text-align: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .upload-content {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .upload-content img {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
  }

  .upload-content label {
      font-weight: 500;
      font-size: 12px !important;
      color: #000000;
      margin: 0;
  }

  .blg-titl {
      color: #171718;
      font-weight: 700;
      font-size: 14px;
  }

  .blg-descp {
      font-weight: 600;
      font-size: 12px;
      color: #171718;
  }

  .robot-text {
    font-size: smaller !important;
    color: var(--tertiary-color1) !important;
    font-family: var(--font-family-primary) !important;
    padding-top: 5px;
}

.blog-btn-2 {
    font-size: 11.5px;
    font-weight: 600;
    line-height: 21px;
    /* color: var(--primary-color1);
    background-color: var(--primary-color2); */
    color: white;
    background: #E53935;
    width: 110px;
    height: 34px;
    border-radius: 6px;
    border-color: transparent;

    /* margin-top: 20px; */
}

.blog-btn-2:hover {
    color: rgba(23, 23, 24, 1);
    background-color: transparent;
    border: 1px solid #E53935;
}
