*,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body,
html,
head,
header,
footer,
p,
i,
span,
a,
object,
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
div,
section,
table,
thead,
th,
tbody,
tr,
td,
input,
label,
button,
textarea,
strong,
aside,
center,
dd,
dl,
dt,
em,
embed,
iframe,
big,
br,
link,
meta,
marquee,
ol,
option,
select,
small,
strike,
title,
tt,
u,
video {
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-nav-link {
  font-weight: 400;
}

.site-nav-link-L {
  color: #FFF;
}

.site-nav-link-D {
  color: #000;
}

.hide-search {
  visibility: hidden;
  opacity: 0;
}

.site-header--main {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 0.875rem 3rem 0.875rem 3rem;
  background-color: #232e52;
}

.site-header--main .navbar {
  padding: 0;
}

.site-header--main .navbar .container-fluid {
  padding: 0;
}

.site-header--main .navbar .container-fluid .site-brand {
  color: #ef4036;
  margin: 0 3rem 0 0;
}

.site-header--main .navbar .container-fluid .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  padding: 0.5rem 1rem;
}

.site-header--main .navbar .container-fluid .navbar-collapse ul.navbar-nav li.nav-item .nav-link.active {
  font-weight: 700;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #000;
  text-align: center;
  border: 0;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button i {
  color: #fff;
  font-size: 1rem;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button i:hover {
  color: #ef4036;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button.change_lang_btn {
  position: relative;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button.change_lang_btn .change-language {
  position: absolute;
  top: 100%;
  left: -15%;
  background: #FFF;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid #f6da59;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: auto;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button.change_lang_btn .change-language a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  font-size: 0.8rem;
  color: #000;
}

.site-header--main .navbar .container-fluid .navbar-collapse .search-btn button.change_lang_btn:hover > .change-language {
  visibility: visible;
  opacity: 1;
}

.site-header--main .search-main--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
  background-color: #323232;
  padding: 0.875rem 3rem 0.875rem 3rem;
}

.site-header--main .search-main--wrapper .search-closer {
  width: 100%;
  text-align: right;
}

.site-header--main .search-main--wrapper .search-closer button {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #000;
  text-align: center;
  border: 0;
}

.site-header--main .search-main--wrapper .search-closer button i {
  color: #fff;
  font-size: 1rem;
}

.site-header--main .search-main--wrapper .search-closer button i:hover {
  color: #fff;
}

.site-header--main .search-main--wrapper .search-input-wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header--main .search-main--wrapper .search-input-wrapper form {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header--main .search-main--wrapper .search-input-wrapper form .input-wrapper {
  width: 100%;
  max-width: calc(80% - 0px);
}

.site-header--main .search-main--wrapper .search-input-wrapper form .input-wrapper input {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  border-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.site-header--main .search-main--wrapper .search-input-wrapper form .search-submit {
  width: 100%;
  max-width: calc(20% - 0px);
}

.site-header--main .search-main--wrapper .search-input-wrapper form .search-submit button {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #fff;
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.site-header--main .search-main--wrapper .search-input-wrapper form .search-submit button i {
  color: #000;
  font-size: 1rem;
}

.site-header--main .search-main--wrapper .search-input-wrapper form .search-submit button i:hover {
  color: #ef4036;
}

@media screen and (max-width: 992px) {
  .site-header--main {
    padding: 0.875rem 1.5rem 0.875rem 1.5rem;
  }
  #btn_wrapper {
    position: absolute;
    top: 39.5%;
    left: 45%;
  }
  .site-header--main .navbar .navbar-toggler {
    padding: 0;
    border: 0;
    outline: 0;
  }
  .site-header--main .navbar .container-fluid .site-brand {
    color: #ef4036;
    margin: 0 0 0 0;
  }
  .site-header--main .navbar .container-fluid .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 0.5rem 0;
  }
  .site-header--main .navbar .container-fluid .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ef4036;
  }
  .site-header--main .search-main--wrapper {
    padding: 0.875rem 1.5rem 0.875rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .site-header--main {
    padding: 0.875rem 0.75rem 0.875rem 0.75rem;
  }
  .slide-gym-excercise .btn-wrapper-sec2 {
    top: 38% !important;
  }
  .explore--sec {
    margin-top: 10px !important;
  }
  .site-header--main .search-main--wrapper {
    padding: 0.875rem 0.75rem 0.875rem 0.75rem;
  }
  .home-sect1-inner #btn_wrapper {
    margin-top: 0px !important; 
    margin-left: -15px;
  }
  #btn_wrapper {
    margin-top: 0px !important;
  }
  .btn-wrapper-sec2{
    top: 35% !important;
    left: 44% !important;
  }
  .detail_section{
    padding: 4.5rem 1rem 4.5rem 1rem !important;
  }
  .sectionOne, .sectionTwo {
    max-width: calc(100% - 0px) !important;
  }
  .sectionTwo{
    margin-top: 10px;
  }
  .home-sect1--wrapper .home-sect1-inner .slick-prev{
    margin-left: -5% !important;
  }
  .home-sect1--wrapper .home-sect1-inner .slick-next {
    margin-right: 8px !important;
  }
  #fav--play-btn, .single-side-post{
    margin-top: -10px;
    margin-left: -10px;
    }
}
@media screen and (max-width: 1024px) {
  .home-sect1--wrapper .slick-next:before {
    margin-left: 25px;
  }
  .explore--sec {
    margin-top: 10px !important;
  }
  .inner_text_ref{
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .exp-sect1--wrapper .exp-sect1-inner a .exp-single-card p{
    font-size: 15px !important;
  }
  .small, small {
    font-size: 12px !important;
  }
  #btn_wrapper {
    left: 47% !important;
    margin-top: 70px;
  }
  .home-sect1--wrapper .home-sect1-inner .slick-prev{
    margin-left: -20px !important;
  }
  .home-sect1--wrapper .home-sect1-inner .slick-next{
    margin-right: 0px;
  }

  div#section--4 div#categories-main--sec4 button.slick-next.slick-arrow {
    margin-top: -7% !important;
  }
  .image_deatial_cls, .vertical_image {
    max-height: 250px;
    height: 250px;
  }
  div#categories-main .slick-prev.slick-arrow, div#categories-main .slick-next.slick-arrow
  {
    top: 30%;
    z-index: 22;
  }
}
.flex_row_reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-logo-margin {
  margin: 0 0 0 3rem !important;
}

.nav-item-order:nth-child(1) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.nav-item-order:nth-child(2) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.nav-item-order:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.nav-item-order:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nav-item-order:nth-child(5) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

.show-language-selector {
  opacity: 1 !important;
  visibility: visible !important;
}

.site-footer--main {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4rem 3rem 1rem 3rem;
  background-color: #000;
}

.site-footer--main .site-footer--inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer--main .site-footer--inner .footer-copyright {
  width: 100%;
  max-width: calc(45% - 0px);
}

.site-footer--main .site-footer--inner .footer-menu{
  width: 100%;
  max-width: calc(27% - 0px);
}

.site-footer--main .site-footer--inner .footer-copyright .footer-site-logo img,
.site-footer--main .site-footer--inner .footer-menu .footer-site-logo img {
  height: auto;
  width: 100%;
  max-width: 128px;
}

.site-footer--main .site-footer--inner .footer-copyright p,
.site-footer--main .site-footer--inner .footer-menu p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 400;
}

.site-footer--main .site-footer--inner .footer-copyright .footer-social,
.site-footer--main .site-footer--inner .footer-menu .footer-social {
  width: 100%;
}

.site-footer--main .site-footer--inner .footer-copyright .footer-social a,
.site-footer--main .site-footer--inner .footer-menu .footer-social a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  padding: 0 1rem 0 0;
}

.site-footer--main .site-footer--inner .footer-copyright .footer-social a:last-of-type,
.site-footer--main .site-footer--inner .footer-menu .footer-social a:last-of-type {
  padding: 0 0 0 0;
}

.site-footer--main .site-footer--inner .footer-copyright .footer-social a i,
.site-footer--main .site-footer--inner .footer-menu .footer-social a i {
  color: #fff;
  font-size: 1rem;
  font-size: 1.25rem;
}

.site-footer--main .site-footer--inner .footer-copyright .footer-social a i:hover,
.site-footer--main .site-footer--inner .footer-menu .footer-social a i:hover {
  color: #ef4036;
}

.site-footer--main .site-footer--inner .footer-menu .footer-nav h4 {
  color: #fff;
  margin: 0 0 1.5rem 0;
}

.site-footer--main .site-footer--inner .footer-menu .footer-nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.site-footer--main .site-footer--inner .footer-menu .footer-nav ul li {
  padding: 0 0 0.5rem 0;
}

.site-footer--main .site-footer--inner .footer-menu .footer-nav ul li a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
}

.site-footer--main .site-footer--inner .footer-menu .options {
  width: 100%;
}

.site-footer--main .site-footer--inner .footer-menu .options button {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #000;
  text-align: center;
  border: 0;
  padding: 0.375rem 0.75rem 0.375rem 0;
  position: relative;
}

.site-footer--main .site-footer--inner .footer-menu .options button:last-of-type {
  padding: 0.375rem 0 0.375rem 0;
}

.site-footer--main .site-footer--inner .footer-menu .options button i {
  color: #fff;
  font-size: 1rem;
  font-size: 1.25rem;
}

.site-footer--main .site-footer--inner .footer-menu .options button i:hover {
  color: #ef4036;
}

.site-footer--main .site-footer--inner .footer-menu .options button .choose-language {
  position: absolute;
  top: 100%;
  left: -50%;
  background: #FFF;
  padding: 4px 6px;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: auto;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.site-footer--main .site-footer--inner .footer-menu .options button .choose-language a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  font-size: 0.8rem;
  color: #000;
}

@media screen and (max-width: 992px) {
  .site-footer--main {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
  .site-footer--main .site-footer--inner {
    row-gap: 3rem;
  }
  .site-footer--main .site-footer--inner .footer-copyright,
  .site-footer--main .site-footer--inner .footer-menu {
    width: 100%;
    max-width: calc(100% - 0px);
    text-align: center;
  }
  .site-footer--main .site-footer--inner .footer-copyright hr,
  .site-footer--main .site-footer--inner .footer-menu hr {
    margin: 1rem auto;
  }
}

@media screen and (max-width: 768px) {
  .home-sect1--wrapper .slick-next:before {
    margin-left: 0px;
  }
  div#section--4 div#categories-main--sec4 button.slick-prev.slick-arrow {
    top: 149px;
  }
  div#section--4 div#categories-main--sec4 button.slick-next.slick-arrow {
    margin-top: -11% !important;
  }
}
div#home-sect5--wrapper button.slick-next.slick-arrow, div#home-sect5--wrapper button.slick-prev.slick-arrow {
  top: 34% !important;
}
.footer-hr {
  margin: 1rem 0 1rem auto;
}

.site-login--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
   height: 100vh; 
  background: #000;
  padding: 0rem 3rem 4.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-login--wrapper .site-login--inner {
  width: 100%;
  text-align: center;
}

.site-login--wrapper .site-login--inner .loginbg-1,
.site-login--wrapper .site-login--inner .loginbg-2 {
  margin: 0 auto;
  width: 100%;
  border-radius: 50%;
  padding: 1.5rem;
  text-align: center;
  position: relative;
}

.site-login--wrapper .site-login--inner .loginbg-1 svg,
.site-login--wrapper .site-login--inner .loginbg-2 svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.site-login--wrapper .site-login--inner .loginbg-1 svg g path:nth-child(5),
.site-login--wrapper .site-login--inner .loginbg-1 svg g path:nth-child(6),
.site-login--wrapper .site-login--inner .loginbg-2 svg g path:nth-child(5),
.site-login--wrapper .site-login--inner .loginbg-2 svg g path:nth-child(6) {
  fill: #000;
}

.site-login--wrapper .site-login--inner .loginbg-1 img {
  height: auto;
  width: 100%;
  max-width: 250px;
}

.site-login--wrapper .site-login--inner .loginbg-2 {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #DDDCDC;
}

.site-login--wrapper .site-login--inner h2 {
  font-weight: 700;
  margin: 0 0 0.938rem 0;
  color: white;
}

.site-login--wrapper .site-login--inner p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0rem 0;
  font-weight: 400;
}

.site-login--wrapper .site-login--inner form {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-login--wrapper .site-login--inner form .iti.iti--allow-dropdown {
  margin: 0 0 0.938rem 0;
}

.site-login--wrapper .site-login--inner form button {
  border: 1px solid #323232;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #fff;
  text-align: center;
  padding: 0.375rem 1.5rem;
  background: #323232;
  border-color: #323232;
  color: #FFF;
  border-radius: 50px;
  font-weight: 700;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .site-login--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

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

.filter-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1.5rem 0;
  text-align: center;
  -webkit-column-gap: 0.75rem;
          column-gap: 0.75rem;
  padding: 0 10px;
}

.filter-wrapper h2 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.filter-wrapper .filter-opt span i {
  color: #fff;
  font-size: 1rem;
  font-size: 1.25rem;
}

.filter-wrapper .filter-opt span i:hover {
  color: #ef4036;
}

.filter-wrapper .filter-opt select {
  background-color: #FFF;
  border: 2px solid #fff;
  border-radius: 6px;
  outline: #fff;
  padding: 10px 4px;
}

.hide-popup {
  visibility: hidden;
  opacity: 0;
}

.mess-popup {
  position: fixed;
  height: 100vh;
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.5rem 3rem 4.5rem 3rem;
  text-align: center;
}
button#subscribe_button {
    background-color: transparent;
    padding: 10px;
    color: white;
    border: 1px solid white;
    margin: 0 auto;
}
.mess-popup .message-popup-inner {
  width: 100%;
  max-width: 425px;
  background: #323232;
  border-radius: 6px;
  padding: 3rem 1.5rem 3rem 1.5rem;
}

.mess-popup .message-popup-inner button.popup-closer {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #000;
  text-align: center;
  width: 100%;
  text-align: right;
  float: right;
  margin: 0 0 1.5rem 0;
  border: 0;
}

.mess-popup .message-popup-inner button.popup-closer i {
  color: #fff;
  font-size: 1rem;
}

.mess-popup .message-popup-inner button.popup-closer i:hover {
  color: #fff;
}

.mess-popup .message-popup-inner h3 {
  font-weight: 700;
  text-align: center;
  float: left;
}

@media screen and (max-width: 992px) {
  .mess-popup {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
  .mess-popup .message-popup-inner {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .more-recipe--wrapper {
    max-width: calc(100% - 0px) !important;
    margin-top: 0px !important;
  }
  .recipe-templ--wrapper .recipe-templ-inner{
    width: auto !important;
  }
}

.more-recipe--wrapper {
  width: auto;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  max-width: calc(25% - 0px);
  margin-top: -38px;
}

.more-recipe--wrapper .more-recipe-inner h2 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}

.more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 1.25rem;
}

.more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: calc(33.3333% - 20px);
  margin: 0 20px 0 0;
}

.more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper a .single-recipe .single-recipe-media {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 0 0 0.938rem 0;
}

.more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper a .single-recipe p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 400;
  font-weight: 600;
}

.more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper a .single-recipe small {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .more-recipe--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
  .more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper a {
    max-width: calc(50% - 20px);
  }
}

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

.favourites-none--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.favourites-none--wrapper .favourites-none--inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.favourites-none--wrapper .favourites-none--inner svg.heart {
  height: 128px;
  width: 100%;
  fill: transparent;
  stroke: #ABABAB;
  stroke-width: 1.5rem;
  margin: 0 0 0.938rem 0;
}

.favourites-none--wrapper .favourites-none--inner h3 {
  margin: 0 0 0.938rem 0;
  font-weight: 700;
}

.favourites-none--wrapper .favourites-none--inner p {
  font-size: 1rem;
  color: #000;
  margin: 0 0 0 0;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .favourites-none--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .favourites-none--wrapper, .home-sect2--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem !important;
  }
   .more-recipe--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .more-recipe--wrapper .more-recipe-inner .more-recipe-suggestions--wrapper a {
    max-width: calc(100% - 0px);
    margin: 0;
  }
  .mess-popup {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .site-login--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .site-footer--main {
    padding: 1.5rem 0.75rem 4.5rem 0.75rem;
  }
  .pp--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
}

.pp--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.pp--wrapper .pp--inner {
  width: 100%;
  background-color: #000;
  padding: 2rem 1.2rem;
}

.pp--wrapper .pp--inner h2 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}

.pp--wrapper .pp--inner p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

.pp--wrapper .pp--inner ul {
  margin: 0 0 0.938rem 0;
}

.pp--wrapper .pp--inner ul li a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .pp--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

.home-sect1--wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #323232;
}

.home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide {
  width: 100%;
  height: 740px;
  position: relative;
}

.home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide video.recipe-vid {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide video.recipe-vid[poster] {
  height: auto;
  width: 100%;
}

.home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide .slide-recipe-link {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
  left: 3rem;
  bottom: 5rem;
}

.home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide .slide-recipe-link h4 {
  color: #FFF;
  margin: 0 0 0 0;
  font-weight: 700;
  text-transform: capitalize;
}

.home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide .slide-recipe-link p {
  font-size: 1rem;
  color: #000;
  margin: 0 0 0 0;
  font-weight: 400;
  color: #FFF;
  font-weight: 600;
  text-transform: capitalize;
}

.slick-dots li button:before {
  font-size: 0.75rem !important;
  color: #f6da59 !important;
}

@media screen and (max-width: 992px) {
  .home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide {
    height: auto;
  }
  .home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide .slide-recipe-link {
    bottom: 1rem;
    left: 1rem;
  }
  .home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide .slide-recipe-link h4 {
    font-size: 0.75rem;
  }
  .home-sect1--wrapper .home-sect1-inner .h-sect1-single-slide .slide-recipe-link p {
    font-size: 0.625rem;
  }
}

.h-sect1-srl-right {
  left: auto !important;
  right: 3rem;
  text-align: right;
}

.h-sect1-srl-right-M {
  left: auto !important;
  right: 1rem;
  bottom: 1rem !important;
  text-align: right;
}

.home-sect2--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 1.5rem 3rem 1.5rem 3rem;
}

.home-sect2--wrapper .home-sect2-inner .sect2-title {
  width: 100%;
}

.home-sect2--wrapper .home-sect2-inner .sect2-title h2 {
  width: 100%;
  color: #fff;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-sect2--wrapper .home-sect2-inner .sect2-title h2 a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
}

.home-sect2--wrapper .home-sect2-inner .sect2-title h2 a i {
  color: #fff;
  font-size: 1rem;
  font-size: 1.25rem;
}

.home-sect2--wrapper .home-sect2-inner .sect2-title h2 a i:hover {
  color: #ef4036;
}

.home-sect2--wrapper .home-sect2-inner .categories-main {
  width: 100%;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap {
  width: 100%;
  padding: 0 5px 0 5px;
  border-radius: 6px;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap:last-of-type {
  margin: 0;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap a {
  width: 100%;
  height: auto;
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap a .category-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 0 1.5rem 0;
  border-radius: 6px;
  min-height: 250px;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap a .category-thumb img {
  height: auto;
  width: 100%;
  visibility: hidden;
  max-width: 540px;
  border-radius: 6px;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap a p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 400;
  font-weight: 600;
  text-transform: capitalize;
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap a small {
  color: #fff;
}

.home-sect2--wrapper .slick-slide.slick-active:last-of-type {
  margin: 0 !important;
}

@media screen and (max-width: 992px) {
  .home-sect2--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
  .home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap {
    width: 100%;
    max-width: calc(50% - 0px);
  }
}

@media screen and (max-width: 768px) {
  .home-sect2--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
}

.rotate_m180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.home-sect2--wrapper .home-sect2-inner .categories-main .single-category-wrap a video {
  height: auto;
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-radius: 6px;
}

/* .site-nav-link {
  font-weight: 600;
} */

.site-nav-link-L {
  color: #FFF;
}

.site-nav-link-D {
  color: #000;
}

.hide-search {
  visibility: hidden;
  opacity: 0;
}

.exp-sect1--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 2rem 4.5rem 2rem;
  background-color: #323232;
}

.exp-sect1--wrapper .exp-sect1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0rem;
}

.exp-sect1--wrapper .exp-sect1-inner a {
  height: auto;
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: calc(33.33% - 0px);
}

.exp-sect1--wrapper .exp-sect1-inner a .exp-single-card {
  width: 100%;
  padding: 0 5px 0 5px;
}

.exp-sect1--wrapper .exp-sect1-inner a .exp-single-card .explore-video {
  height: auto;
  width: 100%;
  margin: 0px 0 0px 0;
  border-radius: 6px;
}

.exp-sect1--wrapper .exp-sect1-inner a .exp-single-card p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 800;
}

.exp-sect1--wrapper .exp-sect1-inner a .exp-single-card small {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .exp-sect1--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .exp-sect1--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .exp-sect1--wrapper .exp-sect1-inner a, .categ-sect1--wrapper .categ-sect1-inner a {
    max-width: calc(100% - 0px) !important;
  }
}

.site-nav-link {
  font-weight: 600;
}

.site-nav-link-L {
  color: #FFF;
}

.site-nav-link-D {
  color: #000;
}

.hide-search {
  visibility: hidden;
  opacity: 0;
}

.categ-sect1--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.categ-sect1--wrapper .categ-sect1-inner a {
  font-size: 18px !important;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: calc(25% - 10px);
}

.categ-sect1--wrapper .categ-sect1-inner a .categ-single-card {
  width: 100%;
  border-radius: 6px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 0 10px 0;
  position: relative;
}

.categ-sect1--wrapper .categ-sect1-inner a .categ-single-card img {
  height: auto;
  width: 100%;
  visibility: hidden;
}

.categ-sect1--wrapper .categ-sect1-inner a .categ-single-card .category-det {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  position: absolute;
  left: 1rem;
  bottom: 0.5rem;
}

.categ-sect1--wrapper .categ-sect1-inner a .categ-single-card .category-det h4 {
  color: #FFF;
  margin: 0 0 0 0;
  font-weight: 800;
  text-transform: capitalize;
  text-shadow: #898989 0 0 5px;
}

/* .categ-sect1--wrapper .categ-sect1-inner a .categ-single-card .category-det p {
  font-size: 16px;
  color: #000;
  margin: 0 0 0 0;
  font-weight: 400;
  color: #FFF;
  font-weight: 400;
  text-transform: capitalize;
  text-shadow: #898989 0 0 5px;
} */

.categ-sect1--wrapper .categ-sect1-inner a:last-of-type .categ-single-card {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .categ-sect1--wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .categ-sect1--wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .categ-sect1--wrapper .categ-sect1-inner a .categ-single-card .category-det {
    bottom: 1rem;
    left: 1rem;
  }
  .categ-sect1--wrapper .categ-sect1-inner a .categ-single-card .category-det h4 {
    font-size: 18px;
  }
  .categ-sect1--wrapper .categ-sect1-inner a .categ-single-card .category-det p {
    font-size: 0.625rem;
  }
}

.category-sect1--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.category-sect1--wrapper .category-sect1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0rem;
}

.category-sect1--wrapper .category-sect1-inner a {
  height: auto;
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: calc(33.33% - 0px);
}

.category-sect1--wrapper .category-sect1-inner a .category-single-card {
  width: 100%;
  padding: 0 5px 0 5px;
}

.category-sect1--wrapper .category-sect1-inner a .category-single-card .category-video {
  height: auto;
  width: 100%;
  margin: 0 0 0rem 0;
  border-radius: 6px;
}

.category-sect1--wrapper .category-sect1-inner a .category-single-card p,
.categ-sect1--wrapper .categ-sect1-inner .category-det p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 0;
  /* font-weight: 400; */
  font-weight: 800;
}

.category-sect1--wrapper .category-sect1-inner a .category-single-card small,
.categ-sect1--wrapper .categ-sect1-inner small {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .category-sect1--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .category-sect1--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .category-sect1--wrapper .category-sect1-inner a {
    max-width: calc(100% - 0px);
  }
}

.site-nav-link {
  font-weight: 600;
}

.site-nav-link-L {
  color: #FFF;
}

.site-nav-link-D {
  color: #000;
}

.hide-search {
  visibility: hidden;
  opacity: 0;
}

.fav-sect1--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.fav-sect1--wrapper .fav-sect1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0rem;
}

.fav-sect1--wrapper .fav-sect1-inner a {
  height: auto;
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: calc(33.33% - 0px);
}

.fav-sect1--wrapper .fav-sect1-inner a .fav-single-card {
  width: 100%;
  padding: 0 5px 0 5px;
}

.fav-sect1--wrapper .fav-sect1-inner a .fav-single-card .fav-video {
  height: auto;
  width: 100%;
  margin: 0 0 0rem 0;
  border-radius: 6px;
}

.fav-sect1--wrapper .fav-sect1-inner a .fav-single-card p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 400;
  font-weight: 600;
}

.fav-sect1--wrapper .fav-sect1-inner a .fav-single-card small {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .fav-sect1--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .fav-sect1--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .fav-sect1--wrapper .fav-sect1-inner a {
    max-width: calc(100% - 0px);
  }
}

.site-nav-link {
  font-weight: 600;
}

.site-nav-link-L {
  color: #FFF;
}

.site-nav-link-D {
  color: #000;
}

.hide-search {
  visibility: hidden;
  opacity: 0;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.recipe-templ--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.recipe-templ--wrapper h2 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 0px 0;
  text-transform: capitalize;
}

.recipe-templ--wrapper .recipe-templ-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-media-wrapper,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper {
  width: 100%;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-media-wrapper {
  max-width: calc(75% - 0px);
  border-radius: 6px;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-media-wrapper video.recipe-media {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper {
  max-width: calc(100% - 10px);
  padding: 1.5rem 0.75rem 1.5rem 1.5rem;
  /* border: 1px solid #fad008; */
  border-radius: 6px;
}
div#recipe-templ-inner {
  background-color: black;
}
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper h3.recipe-title {
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  color: #fff;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper p.recipe-time-views {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 1rem 0;
  font-weight: 400;
  font-weight: 700;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper p.recipe-time-views small {
  font-weight: 500;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-desc {
  width: 100%;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-desc p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns {
  width: 100%;
  padding: 0.75rem 0 0 0;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns a.add-to-fav,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.add-to-fav,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.share-recipe-btn {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #000;
  text-align: center;
  padding: 0.625rem 0.75rem 0.625rem 0;
  border: 0;
  float: left;
  cursor: pointer;
  position: relative;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns a.add-to-fav i,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.add-to-fav i,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.share-recipe-btn i {
  color: #fff;
  font-size: 1rem;
  font-size: 1.25rem;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns a.add-to-fav i:hover,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.add-to-fav i:hover,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.share-recipe-btn i:hover {
  color: #ef4036;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns a.add-to-fav .tooltip,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.add-to-fav .tooltip,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.share-recipe-btn .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  -webkit-transform: translate(-33%, 0%);
          transform: translate(-33%, 0%);
  padding: 6px;
  border: 1px solid #fad008;
  border-radius: 6px;
  color: #000;
  font-size: 0.675rem;
  width: 100%;
  min-width: 150px;
  font-weight: 700;
  text-align: left;
  background: #FEFEFE;
  -webkit-box-shadow: 2px 0px 10px lightgray;
          box-shadow: 2px 0px 10px lightgray;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns a.add-to-fav .tooltip-show,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.add-to-fav .tooltip-show,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.share-recipe-btn .tooltip-show {
  visibility: visible;
  opacity: 1;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .success {
  border: 1px solid #f6da59;
  border-radius: 6px;
  padding: 4px 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: left;
  float: right;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .success span,
.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .success a {
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  font-size: 1rem;
  color: #000;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 24px;
}

.recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .success a {
  color: #0D6EFD;
}

@media screen and (max-width: 992px) {
  .recipe-templ--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .recipe-templ--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .recipe-templ--wrapper .recipe-templ-inner .recipe-media-wrapper,
  .recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper {
    max-width: calc(100% - 0px);
  }
  .recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper {
    padding: 1.5rem 0.75rem;
  }
  .recipe-templ--wrapper .recipe-templ-inner .recipe-det-wrapper .recipe-btns button.add-to-fav .tooltip {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.site-nav-link {
  font-weight: 600;
}

.site-nav-link-L {
  color: #FFF;
}

.site-nav-link-D {
  color: #000;
}

.hide-search {
  visibility: hidden;
  opacity: 0;
}

.search-sect1--wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}

.search-sect1--wrapper .search-sect1-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 3rem;
}

.search-sect1--wrapper .search-sect1-inner a {
  height: auto;
  font-size: 1rem;
  color: #0D6EFD;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: calc(50% - 20px);
}

.search-sect1--wrapper .search-sect1-inner a .search-single-card {
  width: 100%;
  padding: 0 10px 0 10px;
}

.search-sect1--wrapper .search-sect1-inner a .search-single-card .search-video {
  height: auto;
  width: 100%;
  margin: 0 0 0.938rem 0;
  border-radius: 6px;
}

.search-sect1--wrapper .search-sect1-inner a .search-single-card p {
  font-size: 1rem;
  color: #000;
  margin: 0 0 0 0;
  font-weight: 400;
  font-weight: 600;
}

.search-sect1--wrapper .search-sect1-inner a .search-single-card small {
  color: #000;
}

.search-sect1--wrapper .search-sect1-inner .search-empty-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.search-sect1--wrapper .search-sect1-inner .search-empty-inner button {
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: transparent;
  outline: 0;
  color: #000;
  text-align: center;
  margin: 0 0 0.938rem 0;
  border: 0;
}

.search-sect1--wrapper .search-sect1-inner .search-empty-inner button:hover {
  color: #ef4036;
}

.search-sect1--wrapper .search-sect1-inner .search-empty-inner button svg.search {
  height: 256px;
  width: 256px;
  fill: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-sect1--wrapper .search-sect1-inner .search-empty-inner button svg.search:hover {
  fill: #ef4036;
}

.search-sect1--wrapper .search-sect1-inner .search-empty-inner h3 {
  margin: 0 0 0.938rem 0;
  font-weight: 700;
  color: white;
}
.search-sect1--wrapper .search-sect1-inner .search-empty-inner h4{
    color: white;
}

@media screen and (max-width: 992px) {
  .search-sect1--wrapper {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .search-sect1--wrapper {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  }
  .search-sect1--wrapper .search-sect1-inner a {
    max-width: calc(100% - 0px);
  }
}
/*# sourceMappingURL=main.css.map */

.navbar-light .navbar-toggler-icon {
  filter: invert(1) ;
}


/* Inam */

 
.home-sect1--wrapper .home-sect1-inner .slick-prev {
  z-index: 22;
  left: 2.1%;
  top: 40%;
}
.home-sect1--wrapper .home-sect1-inner .slick-next {
  right: 5% ;
  top: 40%;
  z-index: 22;
} 
.home-sect2--wrapper .home-sect2-inner button.slick-next.slick-arrow{
  right: 15px;
}

div#categories-main .slick-prev.slick-arrow,
div#categories-main .slick-next.slick-arrow {
  top: 35%;
  z-index: 22;
}
.home-sect2--wrapper {
  background-color: #12112c;
}
.sect2-title h2.h2 a.link_style {
  color: white;
  text-decoration: underline;
}
.inner_text {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
.home-inner_text {
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
#btn_wrapper{
  position: absolute;
  top: 40%;
  left: 46.3%;
}
.btn-wrapper-sec2 {
  position: absolute;
  top: 34%;
  left: 44%;
}
/* .btn-wrapper-explore{
  position: absolute;
  top: 35%;
  left: 50%;
} */
button#play, button#pause{
  background: transparent;
  border: 3px solid white;
  padding: 10px 15px;
  color: white;
  border-radius: 30px;
}
.inner_text_ref {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  position: absolute;
  left: 1.8rem;
  bottom: 1.6rem;
}
.categ-sect1--wrapper .categ-sect1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 0rem;
}

.slick-next:before {
  content:url(/assets/images/next.svg) !important;
  display: inline-block;
  transform: scale(.5);
}
.slick-prev:before{
  content:url(/assets/images/pre.svg) !important;
  display: inline-block;
  transform: scale(.5);
}
#detailPage .not-premium-trigger {
  max-width: calc(75% - 0px); 
}
.mess-popup .message-popup-inner h3 {
  color: white;
}
.detail_section {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 4.5rem 3rem 4.5rem 3rem;
  background-color: #323232;
}
.image_deatial_cls, .vertical_image{
    width: 100%;
    border-radius: 6px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*margin: 0 0 10px 0;*/
    position: relative;
    /*max-height: 250px;*/
    /*height: 250px;*/
}
.image_deatial_cls{
    margin-bottom: 10px;
    max-height: 500px;
    height: 500px;
}
.sectionTwo .categ-single-card{
    margin-bottom: 10px;
}
.sectionOne {
  max-width: calc(75% - 10px);
}
.sectionTwo{
  max-width: calc(25% - 10px);
}

.wrapper--detail {
  display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 0rem;
  column-gap: 15px;
}
.inner_deatail{
  background-color: #000;
  padding: 3%;
}
.inner_deatail h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  color: white;
}
.inner_deatail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: white;
}
img.favourite-img {
  height: 20px;
  max-height: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.icon-wrap {
  display: flex;
}
.btn-wrapper button, .btn-wrapper-sec2 button, #fav--play-btn button, .single-side-post button{
  background-color: transparent;
  border: none;
}
.btn-info:hover, .btn-info{
  color: #fff !important;
  background-color: #323232 !important;
  border-color: #323232 !important;
}
div#home-sect5--wrapper {
  position: relative;
}

div#home-sect5--wrapper button.slick-next.slick-arrow{
  position: absolute;
  top: 28%;
}
div#home-sect5--wrapper button.slick-prev.slick-arrow {
  z-index: 2;
  top: 28%;
  position: absolute;
}
.sectionTwo .categ-single-card .category-det p {
  margin-top: -50px;
  z-index: 22222;
  color: white;
  position: absolute;
  margin-left: 15px;
}
div#section--4 div#categories-main--sec4 button.slick-prev.slick-arrow {
  z-index: 22;
  position: absolute;
  margin-top: -4%;
}
div#section--5 div#categories-main--sec4 {
  position: relative;
}
div#section--4 div#categories-main--sec4 button.slick-next.slick-arrow {
  z-index: 22;
  position: absolute;
  margin-top: -4%;
}
.explore--sec{
  margin-top: 25px;
}
img.favourite--catg {
  position: absolute;
  right: 10px;
  top: 10px;
}
/* Header Footer */

a.navbar-brand.site-brand strong {
  color: white;
}
strong.dummy-logo {
  color: white;
  font-size: 1.5rem;
}
.footer-site-logo a {
  text-decoration: none;
}
.home-sect2--wrapper video::-webkit-media-controls {
  display: none;
}
.recipe-desc ul > li, .recipe-desc ol > li {
    color: #fff;
}
#fav--play-btn, .single-side-post{
    position: absolute;
    top: 45%;
    left: 48%;
}

div#fav--play-btn {
  position: absolute;
  top: 40%;
  left: 44%;
}
