@import "../fonts/UrbanStone/font.css";
@import "../fonts/TideSans-900Dude/web/font-text.css";
@import "../fonts/Tide Sans Cond 700 Mondo/font-style.css";
@import "../fonts/AcciaFlare/stylesheet.css";
@import "../fonts/font-icon/font-icon.css";
@import "../fonts/style-font.css";
@font-face {
  font-family: "Wendyville";
  src: url("../fonts/Wendyville.ttf") format("truetype");
}
@font-face {
  font-family: "Northead";
  src: url("../fonts/Northead/1/Northead-0WgdX.ttf") format("truetype");
}
@font-face {
  font-family: "NoyhR";
  src: url("../fonts/NoyhR.ttf") format("truetype");
}
@font-face {
  font-family: "jt";
  src: url("../fonts/fontNew/jt-leonor-bold.otf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "jt";
  src: url("../fonts/") format("truetype");
  font-weight: 400;
}
:root {
  --color--white: #fff;
  --color-BgRed: #a01c29;
  --color-whiteText: #e3e3e3;
  --color-white: #fff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", "Accia Flare", "TideSans", "icomoon";
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.overflow {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.cuBreadcrumbs {
  margin-bottom: 20px;
}
.cuBreadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cuBreadcrumbs ul li {
  display: flex;
  gap: 5px;
  text-align: center;
}
.cuBreadcrumbs ul li.prevPage span {
  color: #fff;
  font-weight: 600;
}
.cuBreadcrumbs ul li:last-child span {
  color: #fff;
}
.cuBreadcrumbs ul li:last-child .cuBreadcrumbs__between {
  display: none;
}
.cuBreadcrumbs ul li a {
  display: inline-block;
}
.cuBreadcrumbs ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cuBreadcrumbs ul li span.cuBreadcrumbs__between {
  font-weight: 300;
  padding: 0 5px;
}
.cuBreadcrumbs ul li:hover span {
  color: #fff;
}
.cuBreadcrumbs__between {
  color: #fff;
  padding: 0 16px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 90px;
  padding-top: 18px;
}
header .header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header__right {
    display: none;
  }
}
header .header__logo {
  width: 142px;
}
header .header__logo:hover figure {
  filter: drop-shadow(0 0 50px #fff);
}
header .header__logo:hover img {
  transform: scale(0.95);
}
@media screen and (max-width: 1199px) {
  header .header__logo {
    width: 142px;
  }
}
@media screen and (max-width: 991px) {
  header .header__logo {
    width: 110px;
  }
}
header .header__logo figure {
  width: 100%;
  transition: 0.3s ease;
}
header .header__logo figure img {
  width: 100%;
  transition: 0.3s ease;
}
header .header__left {
  display: flex;
  align-items: center;
}
header .header__Language {
  padding-left: 34px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 34px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color--white);
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  header .header__Language {
    display: none;
  }
}
header .header__Language:hover a {
  color: var(--color--white);
  opacity: 1;
}
header .header__Language::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 3px;
  height: 17px;
  background: var(--color--white);
  transform: translateY(-50%);
}
header .header__Language > * {
  opacity: 0.8;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  border: 1px solid transparent;
  border-radius: 100px;
}
header .header__Language > *.active {
  opacity: 1;
  border-color: #fff;
}
header .header__Language > *:hover {
  border-color: #fff;
}
header .header__hambergerMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .header__hambergerMenu {
    display: block;
  }
}
header .header__hambergerMenu i {
  font-size: 30px;
}
header .header__hambergerMenu i::before {
  color: var(--color--white);
}
header .header__dropDownLanguage {
  display: none;
}
@media screen and (max-width: 991px) {
  header .header__dropDownLanguage {
    display: block;
    margin-right: 15px;
  }
}
header .header__dropDownLanguage .select2-container {
  width: auto !important;
}
header .header__dropDownLanguage .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #fff;
}
header .header__dropDownLanguage .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color--white);
  text-transform: uppercase;
}
header .header__dropDownLanguage .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
header .header__dropDownLanguage .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
}
header .header__dropDownLanguage .select2-results__option {
  text-transform: uppercase;
}
header .header__dropDownLanguage .select2-dropdown {
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  display: flex;
  align-items: center;
  gap: 33px;
}
header nav > ul > li.active a::before {
  transform: translateX(-50%);
  opacity: 1;
  filter: blur(0px);
  left: 50%;
}
header nav > ul > li > a {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 8px;
  color: var(--color--white);
  letter-spacing: 1px;
  white-space: nowrap;
}
header nav > ul > li > a:hover {
  color: var(--color--white);
}
header nav > ul > li > a:hover::before {
  transform: translateX(-50%);
  opacity: 1;
  filter: blur(0px);
  left: 50%;
}
header nav > ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  transform: translateX(-110%);
  background: var(--color--white);
  content: "";
  filter: blur(4px);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  border-radius: 10px;
}

.responsiveMenuMobile {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-white);
  height: 100vh;
  width: 700px;
  z-index: 999;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1199px) {
  .responsiveMenuMobile {
    width: 520px;
  }
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile {
    width: 430px;
  }
}
@media screen and (max-width: 575px) {
  .responsiveMenuMobile {
    width: 100%;
  }
}
.responsiveMenuMobile .wrapperResponsive {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 71px;
}
@media screen and (max-width: 1199px) {
  .responsiveMenuMobile .wrapperResponsive {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile .wrapperResponsive {
    padding: 43px 27px;
  }
}
.responsiveMenuMobile.show {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  transition: transform 0.4s linear, -webkit-clip-path 0.6s ease;
  transition: transform 0.4s linear, clip-path 0.6s ease;
  transition: transform 0.4s linear, clip-path 0.6s ease, -webkit-clip-path 0.6s ease;
  transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.responsiveMenuMobile.showOverFlow {
  -webkit-clip-path: none;
          clip-path: none;
}
.responsiveMenuMobile__closeMEnu {
  padding: 15px 32px 15px 20px;
  border: 1px solid #3f331e;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 119px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__closeMEnu {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 44px;
    padding: 5px 32px 5px 12px;
  }
}
.responsiveMenuMobile__closeMEnu:hover i::before {
  color: var(--color-white);
}
.responsiveMenuMobile__closeMEnu i {
  font-size: 34px;
  transition: 0.3s ease;
}
.responsiveMenuMobile__closeMEnu i::before {
  transition: 0.3s ease;
}
.responsiveMenuMobile__closeMEnu span {
  transition: 0.3s ease;
  color: #000;
}
.responsiveMenuMobile__menu {
  max-height: 350px;
}
.responsiveMenuMobile__menu > ul > li {
  border-top: 1px solid #d4d8db;
}
.responsiveMenuMobile__menu > ul > li:last-child {
  border-bottom: 1px solid #d4d8db;
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__menu > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.responsiveMenuMobile__menu > ul > li .menuDropDwown {
  position: fixed;
  top: 0;
  left: 700px;
  width: 456px;
  height: 100%;
  transition: transform 0.3s ease;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .responsiveMenuMobile__menu > ul > li .menuDropDwown {
    left: 520px;
  }
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__menu > ul > li .menuDropDwown {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .responsiveMenuMobile__menu > ul > li .menuDropDwown {
    width: 100%;
  }
}
.responsiveMenuMobile__menu > ul > li .menuDropDwown.show {
  pointer-events: all;
  z-index: 1000;
}
.responsiveMenuMobile__menu > ul > li ul {
  background: #e5e1d3;
  height: 100%;
  padding-top: 184px;
  padding-right: 57px;
  padding-left: 50px;
  overflow-y: auto;
  position: relative;
  transition: transform 0.3s ease;
  pointer-events: none;
  transform: translateX(-100%);
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__menu > ul > li ul {
    padding-top: 130px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.responsiveMenuMobile__menu > ul > li ul.show {
  transform: translateX(0%);
  pointer-events: all;
  transition: transform 0.3s ease;
}
.responsiveMenuMobile__menu > ul > li ul .menuDropDwown__back {
  position: absolute;
  display: none;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  padding: 5px 32px 5px 10px;
  border: 1px solid #3f331e;
  border-radius: 50px;
  top: 43px;
  right: 27px;
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__menu > ul > li ul .menuDropDwown__back {
    display: flex;
  }
}
.responsiveMenuMobile__menu > ul > li ul .menuDropDwown__back i {
  font-size: 34px;
  transform: rotate(180deg);
}
.responsiveMenuMobile__menu > ul > li ul .menuDropDwown__back i::before {
  color: var(--color-text);
}
.responsiveMenuMobile__menu > ul > li ul li {
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #c3beac;
}
.responsiveMenuMobile__menu > ul > li ul li a {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 10px;
  display: inline-block;
  transition: 0.3s ease;
}
.responsiveMenuMobile__menu > ul > li ul li a:hover {
  color: var(--color-green);
}
.responsiveMenuMobile__menu > ul > li > a {
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
  padding: 15px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  transition: 0.3s ease;
  position: relative;
  color: #000;
}
.responsiveMenuMobile__menu > ul > li > a span {
  position: relative;
}
.responsiveMenuMobile__menu > ul > li > a span::before {
  content: attr(data-item);
  transition: 0.5s;
  color: #8254ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__menu > ul > li > a {
    font-size: 30px;
    line-height: 41px;
  }
}
.responsiveMenuMobile__menu > ul > li > a:hover {
  color: #000;
}
.responsiveMenuMobile__menu > ul > li > a:hover span::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.responsiveMenuMobile__menu > ul > li > a i {
  font-size: 74px;
}
.responsiveMenuMobile__menu > ul > li > a i::before {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .responsiveMenuMobile__menu > ul > li > a i {
    font-size: 60px;
  }
}

.overlyCoverBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease 0.5s;
}
.overlyCoverBg.show {
  opacity: 1;
  visibility: visible;
}

.mainHeading {
  background: var(--color-BgRed);
}
.mainProduct {
  padding-top: 40px;
  padding-bottom: 70px;
}
.mainProduct__wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .mainProduct__wrapper {
    flex-wrap: wrap;
  }
}
.mainProduct__productImg {
  flex: 0 0 auto;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainProduct__productImg {
    width: 100%;
    margin-bottom: 15px;
  }
}
.mainProduct__productImg::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: var(--color--white);
  height: 100%;
  width: 2px;
  pointer-events: none;
}
.mainProduct__productImg figure {
  position: relative;
  text-align: center;
}
.mainProduct__productImg img {
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .mainProduct__productImg img {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .mainProduct__productImg img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mainProduct__productImg img {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  .mainProduct__productImg img {
    width: 50%;
  }
}
.mainProduct__productImg__cicle {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 140px;
  animation: infinite 8s linear infinite;
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .mainProduct__productImg__cicle {
    width: 100px;
  }
}
.mainProduct__productImg__cicle img {
  width: 100%;
}
@keyframes infinite {
  to {
    transform: rotate(360deg);
  }
}
.mainProduct__newProduct {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  border-right: 6px solid var(--color--white);
  padding: 10px 14px;
  background: #8f6918;
}
.mainProduct__newProduct span {
  font-family: "UrbanStone";
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color--white);
  display: block;
  line-height: 25px;
}
.mainProduct__newProduct::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 10px 0 0px;
  border-color: #8f6918 transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
}
.mainProduct__content {
  flex: 0 0 auto;
  width: 70%;
  padding-left: 100px;
}
@media screen and (max-width: 1399px) {
  .mainProduct__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mainProduct__content {
    width: 100%;
    padding-left: 0;
  }
}
.mainProduct__title {
  font-family: "UrbanStone";
  color: var(--color--white);
  font-size: 90px;
  line-height: 87px;
  text-transform: uppercase;
  margin-bottom: 70px;
  word-wrap: break-word;
}
@media screen and (max-width: 1199px) {
  .mainProduct__title {
    font-size: 85px;
    line-height: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .mainProduct__title {
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 34px;
  }
}
.mainProduct__wrParghraph {
  margin-bottom: 30px;
}
.mainProduct__details {
  margin-bottom: 30px;
}
.mainProduct__details--title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color--white);
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .mainProduct__details--title {
    margin-bottom: 15px;
  }
}
.mainProduct__details--list {
  padding-top: 33px;
  padding-bottom: 40px;
  border-top: 1px solid var(--color--white);
  border-bottom: 1px solid var(--color--white);
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1399px) {
  .mainProduct__details--list {
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .mainProduct__details--list {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 371px) {
  .mainProduct__details--list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
}
.mainProduct__details-item {
  position: relative;
  padding-right: 40px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 1399px) {
  .mainProduct__details-item {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .mainProduct__details-item {
    padding-right: 12px;
  }
}
@media screen and (max-width: 485px) {
  .mainProduct__details-item {
    padding-right: 6px;
  }
  .mainProduct__details-item:nth-child(even)::before {
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    background: var(--color--white);
    display: none;
  }
}
.mainProduct__details-item:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  width: 1px;
  background: var(--color--white);
}
.mainProduct__details-item--title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  color: var(--color--white);
  font-weight: 600;
}
.mainProduct__details-item--list {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 371px) {
  .mainProduct__details-item--list {
    gap: 4px;
  }
}
.mainProduct__details-item--list li.empty {
  opacity: 0.3;
}
.mainProduct__details-item--list i.icon-fire {
  font-size: 21px;
}
.mainProduct__details-item--list i.icon-buttel {
  font-size: 21px;
}
.mainProduct__details-item--list i.icon-limo {
  font-size: 19px;
}
.mainProduct__details-item--list i::before {
  color: var(--color--white);
}
.mainProduct__subTitle {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--color--white);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.mainProduct__text {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-whiteText);
}
.mainProduct__text p {
  font-family: "IRANSans", "Yekan Bakh FaNum", "icomoon" !important;
}
.mainProduct__additionalDetails {
  color: var(--color-whiteText);
  font-size: 14px;
  font-weight: 200;
}
.mainProduct__additionalDetails span {
  font-weight: 500;
}

.DescriptionSection {
  width: 100%;
  background: url(../image/bgSection.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.DescriptionSection .container {
  position: relative;
}
.DescriptionSection__wrapper {
  max-width: 566px;
  padding-top: 134px;
  padding-bottom: 121px;
}
.DescriptionSection__title {
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .DescriptionSection__title {
    font-size: 23px;
  }
}
.DescriptionSection__title img {
  width: 20px;
}
.DescriptionSection__text {
  color: var(--color--white);
  font-family: "jt";
  font-weight: 400;
  text-align: left;
}
.DescriptionSection__imgAbsolute {
  position: absolute;
  left: -7%;
  bottom: 0;
  transform: translateY(50%);
  z-index: 9;
}

.TwoColorBgSection {
  position: relative;
  padding: 100px;
}
@media screen and (max-width: 767px) {
  .TwoColorBgSection {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 575px) {
  .TwoColorBgSection {
    padding: 80px 30px;
  }
}
.TwoColorBgSection__right {
  background: #a5dce1;
  position: absolute;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .TwoColorBgSection__right {
    height: 50%;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.TwoColorBgSection__left {
  background: #017872;
  position: absolute;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .TwoColorBgSection__left {
    height: 50%;
    width: 100%;
  }
}
.TwoColorBgSection__wrapperLeft {
  max-width: 90%;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .TwoColorBgSection__wrapperLeft {
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.TwoColorBgSection__wrapperRight {
  max-width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .TwoColorBgSection__wrapperRight {
    max-width: 100%;
    padding-top: 30px;
  }
}
.TwoColorBgSection__title {
  margin-bottom: 23px;
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 32px;
}
.TwoColorBgSection__subTitle {
  margin-bottom: 20px;
  font-family: "jt";
  color: var(--color--white);
  font-size: 16px;
  line-height: 24px;
}
.TwoColorBgSection__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.TwoColorBgSection__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3843137255);
  z-index: -1;
}
.TwoColorBgSection__item--title {
  background: #017872;
  padding: 10px;
  color: var(--color--white);
  padding-left: 0;
}
.TwoColorBgSection__item--value {
  background: #017872;
  padding: 10px;
  color: var(--color--white);
  font-family: "jt";
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.TwoColorBgSection__titleRight {
  margin-bottom: 23px;
  color: #181a19;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 32px;
}
.TwoColorBgSection__textRight {
  margin-bottom: 20px;
  font-family: "jt";
  color: #181a19;
  font-size: 16px;
  line-height: 24px;
}
.TwoColorBgSection__imgRight {
  width: 150px;
}

.shutter {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shutter__bgDrak {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../image/irondark.jpg");
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.shutter__titleProductBig {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 300px;
  text-align: center;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  line-height: 300px;
  z-index: 2;
  pointer-events: none;
  text-transform: uppercase;
  color: var(--color--white);
  font-family: "TideSans";
}
@media screen and (max-width: 1199px) {
  .shutter__titleProductBig {
    font-size: 200px;
    line-height: 200px;
  }
}
.shutter-product__img {
  height: 70vh;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  cursor: pointer;
  filter: drop-shadow(-30px 0 50px #000);
  transition: filter 0.3s cubic-bezier(0.38, -0.55, 0.91, 1.7);
}
@media screen and (max-width: 767px) {
  .shutter-product__img {
    width: 100%;
  }
}
.shutter-product__img:hover {
  animation: effectPROductImg 1s ease;
}
.shutter-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes effectPROductImg {
  0% {
    filter: drop-shadow(-30px 0 50px #000);
    transform: translate(50%, -50%) scale(1);
  }
  50% {
    filter: drop-shadow(-30px 0 0 #000);
    transform: translate(50%, -50%) scale(0.9);
  }
  100% {
    filter: drop-shadow(-30px 0 50px #000);
    transform: translate(50%, -50%) scale(1);
  }
}
.shutter__wrDetailsProduct {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shutter__DetailsProduct {
  position: absolute;
  min-width: 50%;
  height: 35%;
  z-index: 4;
  pointer-events: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .shutter__DetailsProduct {
    top: 0;
    left: 0;
    transform: translateY(0%);
    min-width: 38%;
    height: 50%;
  }
}
.shutter__DetailsProduct--wr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  opacity: 0;
}
.shutter__DetailsProduct--Arrow {
  width: 200px;
  position: absolute;
  left: 47%;
  z-index: 100;
  top: 32%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.shutter__DetailsProduct--subTitle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .shutter__DetailsProduct--subTitle {
    gap: 5px;
  }
}
.shutter__DetailsProduct--subTitle img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .shutter__DetailsProduct--subTitle img {
    width: 20px;
  }
}
.shutter__DetailsProduct--subTitle span {
  font-size: 23px;
  line-height: 20px;
  color: var(--color--white);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .shutter__DetailsProduct--subTitle span {
    font-size: 12px;
    line-height: 15px;
  }
}
.shutter__DetailsProduct--img {
  margin-bottom: 10px;
}
.shutter__DetailsProduct--title {
  font-family: "Wendyville";
  margin-bottom: -30px;
}
.shutter__DetailsProduct--title-top {
  color: #fdae13;
  text-transform: uppercase;
  font-size: 170px;
  line-height: 60px;
  letter-spacing: 8px;
}
.shutter__DetailsProduct--title-bottem {
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 95px;
  line-height: 135px;
}
.shutter__DetailsProduct--more {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 95%;
}
.shutter__DetailsProduct--more-line {
  flex: 1 0 auto;
  position: relative;
  height: 100%;
}
.shutter__DetailsProduct--more-line::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: var(--color--white);
}
.shutter__DetailsProduct--more-link {
  pointer-events: all;
  text-transform: uppercase;
  color: var(--color--white);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shutter__DetailsProduct--more-link {
    font-size: 10px;
  }
}
.shutter__DetailsProduct--more-link:hover {
  color: #ffb71b;
}
.shutter__bgImgProduct {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .shutter__bgImgProduct {
    height: 50%;
    width: 100%;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
  }
}
.shutter__bgImgProduct img {
  width: 110%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.5);
}
.shutter__lineBetween {
  height: 100%;
  left: 50%;
  top: 0;
  width: 20px;
  background: #fff;
  width: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
  transform-origin: right;
}
@media screen and (max-width: 767px) {
  .shutter__lineBetween {
    height: 50%;
    width: 0;
  }
}
.shutter .shutter__bgImgProduct--nameProduct {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  color: var(--color--white);
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 1;
}
.shutter .shutter__bgImgProduct--nameProduct span {
  text-align: left;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.shutter .shutter__bgImgProduct--nameProduct span::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 2px;
  background: var(--color--white);
  right: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1399px) {
  .shutter .shutter__bgImgProduct--nameProduct {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .shutter .shutter__bgImgProduct--nameProduct {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shutter .shutter__bgImgProduct--nameProduct {
    transform: translateX(-50%);
    opacity: 0;
    left: auto;
    right: 50%;
  }
}
.shutter__HotDog {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shutter__HotDog {
    padding: 10px;
    display: none;
  }
}
.shutter__HotDog .HotDogImg {
  width: 100px;
  transition: 1s ease;
}
@media screen and (max-width: 767px) {
  .shutter__HotDog .HotDogImg {
    width: 50px;
  }
}
.shutter__HotDog:hover .sosing {
  transform: rotate(-145deg) translateY(28px) translateX(38px);
}
.shutter__HotDog:hover .dropBlobs {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 1s;
}
.shutter__HotDog:hover .HotDogImg {
  transform: rotate(-20deg) translateY(30px);
}
.shutter__HotDog .sosing {
  transition: 1s ease;
}
@media screen and (max-width: 767px) {
  .shutter__HotDog .sosing {
    width: 25px;
  }
}
.shutter__HotDog .dropBlobs {
  position: absolute;
  opacity: 0;
  transform: translateY(-10px) scale(0);
  transition: 0.3s ease;
  left: 105px;
  top: 80px;
}
.shutter__HotDog .sosing {
  width: 25px;
}
.shutter__HotDog--text {
  margin-left: 10px;
  font-size: 30px;
  padding-left: 20px;
  border-left: 1px dashed #fff;
}
@media screen and (max-width: 767px) {
  .shutter__HotDog--text {
    font-size: 16px;
    line-height: 18px;
  }
}
.shutter__HotDog--text-wr {
  position: relative;
}
.shutter__HotDog--text-top {
  color: var(--color--white);
  display: block;
  line-height: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .shutter__HotDog--text-top {
    line-height: 12px;
  }
}
.shutter__HotDog--text-main {
  color: #fdae13;
  display: block;
  line-height: 28px;
  text-transform: uppercase;
}
.shutter__HotDog--text-main-text {
  display: inline-block;
  transform-origin: bottom;
}
.shutter__HotDog--text-main--replace {
  text-transform: uppercase;
  color: var(--color--white);
  display: inline-block;
  transform-origin: bottom;
  transform: translateY(5px);
  position: absolute;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.shutter__HotDog--text-MainOfterText {
  color: var(--color--white);
  text-transform: uppercase;
}
.shutter__HotDog--text-link {
  text-transform: uppercase;
  color: var(--color--white);
  font-size: 15px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  .shutter__HotDog--text-link {
    font-size: 12px;
    line-height: 8px;
  }
}
.shutter__imgStar {
  position: absolute;
  left: 60px;
  bottom: 80px;
  pointer-events: none;
  z-index: 99;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .shutter__imgStar {
    width: 100px;
    left: 20px;
    bottom: 20px;
  }
}
.shutter__fakeproduct {
  position: absolute;
  width: 50%;
  height: 50vh;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.shutter__fakeproduct span {
  display: block;
}

.relatedPost {
  background: var(--color--white);
  background: #ffffff;
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .relatedPost {
    padding-top: 50px;
  }
}
.relatedPost__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .relatedPost__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .relatedPost__head {
    flex-direction: column;
  }
}
.relatedPost__imgBook svg {
  width: 80px;
  height: auto;
}
.relatedPost__subTitle {
  color: #000;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .relatedPost__subTitle {
    font-size: 22px;
  }
}
.relatedPost__title {
  text-transform: uppercase;
  font-family: "UrbanStone";
  font-size: 42px;
  color: #df251c;
}
@media screen and (max-width: 575px) {
  .relatedPost__title {
    font-size: 35px;
  }
}
.relatedPost__swiper {
  overflow: visible;
}
.relatedPost__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 50px;
}
.relatedPost__more {
  font-size: 22px;
  text-transform: uppercase;
  background: #df251c;
  padding: 25px 65px;
  border-radius: 100px;
  line-height: 24px;
  font-weight: bold;
  color: var(--color--white);
  border: 1px solid transparent;
  transition: 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .relatedPost__more {
    padding: 25px 35px;
  }
}
.relatedPost__more:hover {
  background: transparent;
  border-color: #df251c;
  color: #000;
}
.relatedPost__navigain {
  display: flex;
  align-items: center;
  gap: 15px;
}
.relatedPost .relatedPost-button-next {
  padding: 24px 21px;
  border-radius: 100px;
  background: #df251c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s ease;
}
.relatedPost .relatedPost-button-next:active {
  transform: scale(0.9);
}
.relatedPost .relatedPost-button-next.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
}
.relatedPost .relatedPost-button-prev {
  padding: 24px 21px;
  border-radius: 100px;
  background: #df251c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s ease;
}
.relatedPost .relatedPost-button-prev:active {
  transform: scale(0.9);
}
.relatedPost .relatedPost-button-prev.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
}
.relatedPost .relatedPost-button-prev i {
  display: inline-block;
  transform: rotate(180deg);
}

.cardSlider {
  width: 100%;
  border-radius: 37px;
  overflow: hidden;
  background: var(--color--white);
  border: 1px solid #e2e2e2;
}
@media screen and (max-width: 450px) {
  .cardSlider {
    border-radius: 27px;
  }
}
.cardSlider:hover .cardSlider__img > a > img {
  filter: blur(2px);
  transform: scale(1.05);
}
.cardSlider:hover .cardSlider__more {
  opacity: 1;
  transform: translateX(-50%) translateY(0%);
  z-index: 0;
}
.cardSlider__img {
  width: 100%;
  overflow: hidden;
  height: 350px;
}
@media screen and (max-width: 991px) {
  .cardSlider__img {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .cardSlider__img {
    height: 240px;
  }
}
.cardSlider__img > a > img {
  transition: 0.3s ease;
}
.cardSlider__tvICon {
  pointer-events: none;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 45px;
}
.cardSlider__tvICon-tv {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.cardSlider__tvICon-txt {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color--white);
  font-family: "UrbanStone";
}
.cardSlider__footer {
  position: relative;
}
.cardSlider__footer::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  bottom: 99%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
}
.cardSlider__title {
  color: #000;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  transform: translateY(-20%);
  padding: 0px 60px 0 60px;
}
@media screen and (max-width: 575px) {
  .cardSlider__title {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 450px) {
  .cardSlider__title {
    font-size: 24px;
    line-height: 31px;
  }
}
.cardSlider__listIcon {
  display: flex;
  justify-content: center;
  padding: 0px 45px 40px 45px;
}
@media screen and (max-width: 1399px) {
  .cardSlider__listIcon {
    padding: 0px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cardSlider__listIcon {
    padding: 0px 30px 30px 30px;
  }
}
@media screen and (max-width: 390px) {
  .cardSlider__listIcon {
    padding: 0px 20px 30px 17px;
  }
}
.cardSlider__wrIcon {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  color: #181a19;
}
.cardSlider__wrIcon:not(:last-child) {
  border-right: 1px solid #000;
  margin-right: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .cardSlider__wrIcon:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 390px) {
  .cardSlider__wrIcon:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.cardSlider__icon {
  color: #181a19;
}
.cardSlider__icon i {
  font-size: 30px;
}
.cardSlider__iconText {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.cardSlider__more {
  position: absolute;
  left: 50%;
  bottom: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: var(--color--white);
  background: rgba(0, 0, 0, 0.9);
  border-radius: 100px;
  margin-bottom: 55px;
  line-height: 1;
  padding: 21px 30px;
  transform: translateX(-50%) translateY(50%);
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.cardSlider__more:hover {
  border: 1px solid #fff;
  background: transparent;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
}

.sliderProduct {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.sliderProduct__right {
  position: absolute;
  width: 50%;
  height: 100%;
  background: url("../image/irondark.jpg");
  background-size: cover;
  right: 0;
  top: 0;
  z-index: -1;
  background-position: right;
}
@media screen and (max-width: 991px) {
  .sliderProduct__right {
    width: 100%;
    z-index: 1;
  }
}
.sliderProduct__left {
  position: absolute;
  width: 50%;
  height: 100%;
  background: url("../image/dark-back.jpg");
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.sliderProduct__left-Swiper {
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.sliderProduct__left-Swiper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sliderProduct__swiperLeftText {
  color: var(--color--white);
}
.sliderProduct__swiperLeftText .swiperLeftText__subTitle {
  text-transform: uppercase;
  font-weight: 300;
  color: var(--color-whiteText);
  font-size: 25px;
}
.sliderProduct__swiperLeftText .swiperLeftText__title {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 54px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sliderProduct__swiperLeftText .swiperLeftText__text {
  margin-bottom: 55px;
}
.sliderProduct__swiperLeftText .swiperLeftText__wrBtn {
  margin-bottom: 30px;
}
.sliderProduct__swiperLeftText .swiperLeftText__btn {
  padding: 12px 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.sliderProduct__swiperLeftText .swiperLeftText__btn:hover {
  color: #000;
  background: var(--color--white);
}
.sliderProduct__swiperLeftText .swiperLeftText__btn:hover i::before {
  color: #000;
}
.sliderProduct__swiperLeftText .swiperLeftText__btn i {
  font-weight: 200;
  font-size: 11px;
}
.sliderProduct__swiperLeftText .swiperLeftText__btn i::before {
  transition: 0.3s ease;
}
.sliderProduct__swiperLeftText--navigation {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  right: calc(100% + 10px);
  bottom: 50px;
}
@media screen and (min-width: 1599px) {
  .sliderProduct__swiperLeftText--navigation {
    right: calc(100% + 100px);
  }
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText--paginations {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText-button-prev {
  transition: 0.3s ease;
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText-button-prev.swiper-button-disabled {
  opacity: 0;
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText-button-prev i {
  font-size: 44px;
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText-button-next {
  transition: 0.3s ease;
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText-button-next.swiper-button-disabled {
  opacity: 0;
}
.sliderProduct__swiperLeftText--navigation .swiperLeftText-button-next i {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 44px;
}
.sliderProduct__swiperLeftText--navigation .swiper-pagination {
  position: static;
}
.sliderProduct__swiperLeftText--navigation .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid var(--color--white);
  opacity: 1;
  transition: 0.3s ease;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.sliderProduct__swiperLeftText--navigation .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color--white);
}
@media screen and (max-width: 991px) {
  .sliderProduct__swiperLeftText {
    margin-bottom: 50px;
  }
}
.sliderProduct__LineBetween {
  height: 100%;
  position: absolute;
  width: 5px;
  background: var(--color--white);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
}
.sliderProduct__LineBetween__btn {
  padding: 12px 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--color--white);
  white-space: nowrap;
  pointer-events: all;
  position: absolute;
  bottom: 30px;
}
.sliderProduct__LineBetween__btn:hover {
  color: #000;
  background: var(--color--white);
}
.sliderProduct__LineBetween__btn:hover i::before {
  color: #000;
}
.sliderProduct__LineBetween__btn i {
  font-weight: 200;
  font-size: 11px;
}
.sliderProduct__LineBetween__btn i::before {
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .sliderProduct__LineBetween {
    display: none;
  }
}
.sliderProduct > .container {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .sliderProduct > .container {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .sliderProduct__wrapper {
    margin-bottom: 50px;
  }
}
.sliderProduct__head {
  padding-top: 50px;
  margin-bottom: 50px;
}
.sliderProduct__title {
  text-align: center;
  color: var(--color--white);
  text-transform: uppercase;
  font-weight: 600;
}
.sliderProduct__title span {
  color: #fdae13;
}
.sliderProduct__subTitle {
  text-align: center;
  color: var(--color--white);
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
.sliderProduct__swiper {
  overflow: visible;
}
.sliderProduct__swiper .sliderProduct-button-prev {
  position: static;
  font-size: 17px;
  transform: rotate(270deg);
}
.sliderProduct__swiper .sliderProduct-button-prev:active {
  transform: rotate(270deg) scale(0.9);
}
.sliderProduct__swiper .sliderProduct-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.sliderProduct__swiper .sliderProduct-button-next {
  position: static;
  font-size: 17px;
  transform: rotate(90deg);
}
.sliderProduct__swiper .sliderProduct-button-next:active {
  transform: rotate(90deg) scale(0.9);
}
.sliderProduct__swiper .sliderProduct-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sliderProduct__imgProduct {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.sliderProduct__imgProduct:hover .sliderProduct__imgProduct-primeri {
  transform: translateY(-10px) scale(1.05);
}
.sliderProduct__imgProduct:hover .sliderProduct__imgProduct-bg {
  transform: translate(-50%, -50%) scale(1.07);
  opacity: 0.7;
}
.sliderProduct__imgProduct-primeri {
  transition: 0.4s ease-in-out;
  max-height: 60vh;
  padding: 20px;
}
.sliderProduct__imgProduct-bg {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -54%) scale(0.5);
  transition: 0.6s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60vh;
  padding: 20px;
}
.sliderProduct__imgProduct__miniImg {
  text-align: center;
}
.sliderProduct__imgProduct__miniImg img {
  width: 40px;
  margin-bottom: 10px;
}
.sliderProduct__imgProduct__title {
  text-align: center;
  color: var(--color--white);
  text-transform: uppercase;
  font-weight: 600;
}
.sliderProduct__imgProduct__subTitle {
  text-align: center;
  color: var(--color--white);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 13px;
}
.sliderProduct__wrapperNavigation {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.sliderProduct__wrapperNavigation .swiper-pagination {
  position: static;
  z-index: 1000;
  counter-reset: section;
  display: flex;
  flex-direction: column;
  right: 0;
  left: auto;
  top: 50%;
  width: auto;
  padding: 10px;
}
.sliderProduct__wrapperNavigation .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  position: relative;
  height: 31px;
  width: 20px;
  z-index: 10;
  display: inline-block;
}
.sliderProduct__wrapperNavigation .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  left: 50%;
  counter-increment: section;
  content: counter(section);
  font-size: 22px;
  color: var(--color--white);
  pointer-events: none;
  filter: drop-shadow(0px 2px 6px #fff);
  transition: 0.3s ease;
  transform: translateX(-50%);
}
.sliderProduct .swiper-button-prev::after {
  display: none;
}
.sliderProduct .swiper-button-next::after {
  display: none;
}

.TryOtherTaste {
  background: url("../image/irondark.jpg");
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 50px;
}
.TryOtherTaste__title {
  font-family: "UrbanStone";
  color: var(--color--white);
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 65px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.TryOtherTaste__title::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 100%;
  background: url(../image/titleDown.png) no-repeat;
  width: 160px;
  height: 50px;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
.TryOtherTaste__title span {
  position: relative;
  z-index: 2;
}
.TryOtherTaste__title span::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  background: url(../image/titleUp.png) no-repeat;
  width: 70px;
  height: 45px;
  background-size: contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.TryOtherTaste .swiper-slide {
  height: auto;
}
.TryOtherTaste .swiper-button-prev {
  padding: 30px;
  border-radius: 100px;
  background: #df251c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s ease;
}
.TryOtherTaste .swiper-button-prev:active {
  transform: scale(0.9);
}
.TryOtherTaste .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
}
.TryOtherTaste .swiper-button-prev::after {
  display: none;
}
.TryOtherTaste .swiper-button-next {
  padding: 30px;
  border-radius: 100px;
  background: #df251c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s ease;
}
.TryOtherTaste .swiper-button-next:active {
  transform: scale(0.9);
}
.TryOtherTaste .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
}
.TryOtherTaste .swiper-button-next::after {
  display: none;
}
.TryOtherTaste .swiper-button-next i {
  display: inline-block;
  transform: rotate(0);
}
.TryOtherTaste__swiper {
  margin-bottom: 80px;
}
.TryOtherTaste__swiper .swiper-slide.swiper-slide-active .cardProdcut svg path {
  fill: rgba(255, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}
.TryOtherTaste__wrBtn {
  text-align: center;
}
.TryOtherTaste__btnMore {
  display: inline-block;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: var(--color--white);
  background: rgba(0, 0, 0, 0.9);
  border-radius: 100px;
  margin-bottom: 55px;
  line-height: 1;
  padding: 26px 85px;
  z-index: -1;
  transition: 0.5s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.TryOtherTaste__btnMore:hover {
  border: 1px solid #fff;
  background: transparent;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
}

.cardProdcut {
  position: relative;
  padding: 70px;
  height: 100%;
  /* Note: backdrop-filter has minimal browser support */
}
@media screen and (max-width: 575px) {
  .cardProdcut {
    padding: 50px;
  }
}
.cardProdcut .nes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cardProdcut .nes svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  height: 100%;
  transition: 2s ease;
}
.cardProdcut .nes svg path {
  fill: rgba(0, 0, 0, 0.384);
  transition: 0.5s ease;
}
.cardProdcut:hover svg path {
  fill: rgba(255, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}
.cardProdcut .test-top {
  width: 100%;
  height: 18%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.cardProdcut .test-top .toping {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
.cardProdcut .test-top span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 100%;
}
.cardProdcut .test-top .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}
.cardProdcut .test-top .top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
.cardProdcut .test {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.cardProdcut .test .bottoming {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}
.cardProdcut .test span {
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 100%;
}
.cardProdcut .test .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}
.cardProdcut .test .top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
.cardProdcut__newProduct {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 9px 9px;
  background: #8f6918;
}
.cardProdcut__newProduct span {
  font-family: "UrbanStone";
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color--white);
  display: block;
  line-height: 20px;
}
.cardProdcut__newProduct::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 10px 0 0px;
  border-color: #8f6918 transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
}
.cardProdcut__img {
  text-align: center;
  margin-bottom: 30px;
}
.cardProdcut__img img {
  width: 110px;
}
.cardProdcut__title {
  text-align: center;
  color: var(--color--white);
  font-family: "UrbanStone";
  font-size: 35px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cardProdcut__text {
  text-align: center;
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 8px;
  white-space: nowrap;
}

.bigManSection {
  background: url(../image/BgBimgMan.png);
  background-size: cover;
}
.bigManSection .row {
  height: 90vh;
  align-items: flex-end;
}
.bigManSection__slider {
  background: #23348c;
  margin-bottom: 70px;
  padding: 30px;
  position: relative;
}
.bigManSection__slider::before, .bigManSection__slider::after {
  position: absolute;
  content: "";
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 3px;
  width: 100%;
}
.bigManSection__slider::before {
  top: 10px;
}
.bigManSection__slider::after {
  bottom: 10px;
}
.bigManSection__slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigManSection__slider .swiper-slide figure {
  max-width: 100px;
}
.bigManSection__swiper {
  overflow: visible;
}
.bigManSection__subTitle {
  text-transform: uppercase;
  color: var(--color-whiteText);
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bigManSection__subTitle {
    font-size: 20px;
  }
}
.bigManSection__title {
  color: var(--color--white);
  font-size: 120px;
  line-height: 120px;
  font-family: "UrbanStone";
  text-transform: uppercase;
  max-width: 790px;
  margin-bottom: 38px;
}
@media screen and (max-width: 991px) {
  .bigManSection__title {
    font-size: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .bigManSection__title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bigManSection__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
.bigManSection__text {
  color: var(--color-whiteText);
  margin-bottom: 150px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .bigManSection__text {
    margin-bottom: 237px;
  }
}
.bigManSection__img {
  position: absolute;
  right: -68px;
  bottom: 3px;
  transform: scale(1.4) translateY(-14%);
  z-index: 10;
}
.bigManSection__img img {
  max-width: none;
}
.bigManSection__cardTwo {
  width: 90%;
  display: flex;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .bigManSection__cardTwo {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .bigManSection__cardTwo {
    flex-wrap: wrap;
  }
}
.bigManSection__cardTwo--img {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  filter: drop-shadow(-29px 3px 21px rgba(0, 0, 0, 0.5));
  transition: 0.3s ease;
  width: 80px;
}
@media screen and (max-width: 575px) {
  .bigManSection__cardTwo--img {
    width: 75px;
  }
}
.bigManSection__cardTwo--img:hover {
  filter: drop-shadow(-29px 3px 21px rgba(0, 0, 0, 0.1));
}
.bigManSection__cardTwo--img:hover img {
  transform: scale(0.9);
}
.bigManSection__cardTwo--img img {
  transition: 0.3s ease;
}
.bigManSection__cardTwo--circle {
  position: absolute;
  left: 83%;
  bottom: 80%;
  width: 150px;
  z-index: 999;
  animation: infinite360 8s linear infinite;
}
@media screen and (max-width: 575px) {
  .bigManSection__cardTwo--circle {
    left: auto;
    right: 0;
    z-index: 0;
  }
}
@keyframes infinite360 {
  to {
    transform: rotate(360deg);
  }
}
.bigManSection__cardTwo--right {
  flex: 0 0 auto;
  width: 25%;
  background: #c41f33;
  padding: 50px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bigManSection__cardTwo--right {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  .bigManSection__cardTwo--right {
    width: 100%;
  }
}
.bigManSection__cardTwo--left {
  background: #283c99;
  padding: 50px 30px;
  flex: 0 0 auto;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .bigManSection__cardTwo--left {
    width: 75%;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .bigManSection__cardTwo--left {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  .bigManSection__cardTwo--left {
    width: 100%;
  }
}
.bigManSection__cardTwo--subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: var(--color--white);
  text-transform: uppercase;
}
.bigManSection__cardTwo--title {
  text-transform: uppercase;
  color: var(--color--white);
  font-size: 32px;
  margin-bottom: 40px;
}
.bigManSection__cardTwo--more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color--white);
  transition: 0.3s ease;
}
.bigManSection__cardTwo--more:hover {
  color: var(--color-whiteText);
}
.bigManSection__cardTwo--more span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.bigManSection__cardTwo--more i {
  font-size: 10px;
}
.bigManSection__cardTwo--more i::before {
  color: var(--color--white);
}

.humbergerMenu {
  cursor: pointer;
  padding: 10px;
  display: none;
}
@media screen and (max-width: 991px) {
  .humbergerMenu {
    display: block;
  }
}
.humbergerMenu:hover i::before {
  color: var(--color-primary);
}
.humbergerMenu i {
  font-size: 32px;
}
.humbergerMenu i::before {
  color: #002f50;
}

.HamburgerAni {
  direction: ltr;
  transform: scale(0.4) rotateY(180deg);
  margin-right: auto;
  margin-left: -20px;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .HamburgerAni {
    display: flex;
  }
}
.HamburgerAni span {
  background: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.HamburgerAni span:nth-of-type(1) {
  width: 50%;
}
.HamburgerAni span:nth-of-type(2) {
  width: 100%;
}
.HamburgerAni span:nth-of-type(3) {
  width: 75%;
}
.HamburgerAni.close span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
.HamburgerAni.close span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.HamburgerAni.close span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

.SecSix .row .BoxDesc {
  margin-top: 30px !important;
}

/* FONTS */
@font-face {
  font-family: IRANS;
  src: url(../fonts/index/IRANSans.ttf);
}
@font-face {
  font-family: NoyhR;
  src: url(../fonts/index/NoyhR.ttf);
}
@font-face {
  font-family: Latino;
  src: url(../fonts/index/Latinotype.otf);
}
@font-face {
  font-family: Rimini;
  src: url(../fonts/index/Rimini.ttf);
}
@font-face {
  font-family: Haymer;
  src: url(../fonts/index/Haymer.ttf);
}
@font-face {
  font-family: Urban;
  src: url(../fonts/index/Posterama.otf);
}
@font-face {
  font-family: Wendyville;
  src: url(../fonts/index/Wendyville.ttf);
}
body {
  color: #ccc;
  font-weight: 700;
}

p {
  text-transform: capitalize;
  font-family: NoyhR;
  font-size: 18px;
}

.h-mid {
  height: 59%;
}

.TitleSection {
  font-family: Urban;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 3em;
  transform: scale(1, 1.2);
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 22px;
  }
  .h-mid {
    height: 62%;
  }
  .TitleSection {
    font-size: 32px;
  }
}
.navbar-toggler {
  border-color: #ccc;
  padding-top: 5px;
  padding-bottom: 0;
}

.SelLang {
  padding-right: 5px;
  background: rgba(255, 248, 248, 0);
  -webkit-appearance: none;
  width: 35px;
  height: 30px;
  border: 1px solid #ccc;
  color: #fff;
}

.LangMenu::after {
  position: absolute;
  height: 16px;
  content: "";
  width: 1px;
  background-color: #ccc;
  left: 0;
  top: 19px;
}

.offcanvas {
  background: #000;
  border: 1px solid rgba(204, 204, 204, 0.3882352941);
}

.offcanvas .btn-close {
  color: #b6b0b0;
  opacity: 1;
  background-image: none;
  font-size: 18px;
}

.offcanvas .btn-close:hover,
.offcanvas .btn-close:focus {
  color: #fff;
}

nav.navbar.navbar-expand-lg.d-none.d-md-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

/* Style Common */
.z-2 {
  z-index: 2;
}

li {
  list-style: none;
}

a,
button,
a:hover,
a:focus,
a:active {
  transition: all 0.3s;
  text-decoration: none;
  -webkit-transition: all 0.3s;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
  background: #000;
}

.BtnDefult {
  background-color: #fff;
  color: #000;
  border-radius: 35px;
  padding: 12px 22px;
  font-weight: bold;
  line-height: 24px;
  transition: 0.3s ease;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
}
.BtnDefult:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 585px) {
  .BtnDefult {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.BtnDefult:hover,
.BtnDefult:focus,
.BtnDefult:active {
  box-shadow: 0px 0px 3px #fff;
}

.hide {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: none;
}

img.LogoMenu {
  width: 100px;
}

.swiper {
  width: 100%;
}

.LightRotat {
  transform: rotate(-2deg);
  background-color: #000;
}

.verFlex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
/* Section one Style */
.SecBan .TitleSection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SecBan .TitleSection span {
  background-image: url(../image/index/shape-1.png), url(../image/index/shape-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 21% 1px, 95% 1px;
}

@media (min-width: 1300px) {
  .SecBan .TitleSection span {
    background-size: 63px, 115px;
    background-position: 31% 14px, 81% 1px;
  }
}
@media (max-width: 600px) {
  .SecBan .TitleSection span {
    background-size: 16%, 25%;
    background-position: 20% 11px, 95% 1px;
  }
}
.SecBan .Banner {
  background-image: url(../image/index/moongarden.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 68%;
  background-position: center right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  min-height: 400px;
}

.SecBan .saoce-One {
  position: absolute;
  width: 151px;
  right: 18%;
  bottom: 12%;
  animation-duration: 2.5s;
  animation-delay: 2s;
  opacity: 0;
  left: auto;
}

.saoce-Tow {
  position: absolute;
  width: 200px;
  right: 70%;
  bottom: 7%;
  animation-duration: 2.5s;
  animation-delay: 2s;
  opacity: 0;
}

@media (max-width: 500px) {
  .saoce-Tow {
    width: 90px;
    right: 1%;
    bottom: 25%;
  }
  .SecBan .saoce-One {
    width: 85px;
    bottom: 28%;
    right: 12%;
  }
  .SecBan .Banner h1 div {
    font-size: 22px !important;
  }
}
.SecBan .Banner h1 div {
  flex: 0 0 auto;
  width: auto;
  transition: transform 1s cubic-bezier(0.65, 0.02, 0.23, 1);
  transform: translate(0%, 150%);
  position: relative;
  z-index: 1;
  font-size: 48px;
  padding: 0;
  opacity: 0;
}

.SecBan .strip {
  display: none;
}

.SecBan .Banner h1 div.row {
  overflow: hidden;
  line-height: 0.9;
  display: flex;
  transform: none;
  padding: 15px;
  opacity: 1;
}

.SecBan .Banner h1 div.animate {
  transform: translate(0, 0);
  opacity: 1;
  line-height: 60px;
}

.SecBan .saoce-Tow img,
.SecBan .saoce-One img {
  width: 100%;
  min-height: 120px;
}

.SecBan .Banner h1 {
  font-family: Urban;
  font-weight: bold;
  font-size: 3em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  max-width: 568px;
}

.DescSection,
.Social {
  background: url(../image/index/dark-back.jpg) no-repeat center;
  display: flex;
  align-items: center;
  height: 32%;
  background-size: cover;
  padding: 30px;
}

.SubDesTop,
.SubDesBottom {
  background: url(../image/index/dark-back.jpg) no-repeat center center;
  background-size: 300%;
  padding: 4px 38px 1px;
  width: 230px;
  margin: -8px auto;
  position: relative;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.SubDesTop {
  position: absolute;
  left: 50%;
  margin-left: -115px;
  top: -16px;
  text-align: center;
}

.SubDesTop h6,
.SubDesBottom h5,
.OpenButton h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

.SubDesBottom {
  background: rgba(128, 128, 128, 0.2196078431);
  width: 385px;
  margin: 0 auto;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  .SubDesBottom {
    width: 278px;
  }
}
.SubDesTop::after,
.SubDesBottom::after {
  position: absolute;
  content: "";
  top: 2px;
  right: -16px;
  border-width: 0px 23px 25px 0px;
  border-radius: 20px 17px 0 0;
  border-style: solid;
  border-color: transparent transparent #282828 transparent;
}

.SubDesTop::before,
.SubDesBottom::before {
  position: absolute;
  content: "";
  top: 2px;
  left: -16px;
  border-width: 25px 23px 0px 0px;
  border-radius: 20px 17px 0 0;
  border-style: solid;
  border-color: transparent #282828 transparent transparent;
}

.SubDesBottom::after {
  border-color: transparent transparent rgba(128, 128, 128, 0.2196078431) transparent;
  top: 1px;
  border-width: 0px 23px 36px 0px;
  right: -22px;
  border-radius: 0;
}

.SubDesBottom::before {
  border-color: transparent rgba(128, 128, 128, 0.2196078431) transparent transparent;
  top: 1px;
  left: -22px;
  border-radius: 0;
  border-width: 36px 23px 0px 0px;
}

.TitleSection small {
  position: relative;
  letter-spacing: -2px;
  font-size: 38px;
  padding: 2px 10px;
}

.TitleSection small::before,
.TitleSection small::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 4px;
  background-color: #fff;
  top: 6px;
}

.TitleSection small::after {
  bottom: 3px;
  top: auto;
  left: 9px;
}

@media (max-width: 768px) {
  .SubDesBottom h5 {
    font-size: 13px;
    padding: 4px 0 4px 0px;
  }
  .SecBan .Banner h1 {
    font-size: 2em;
  }
}
/* Section Tow Style */
/* .SecTow{
    background: url(../image/index/gateway-up.png) no-repeat center top;
    background-size: contain;
} */
.SecTow .Desc {
  margin-top: -20px;
  z-index: 10;
  position: relative;
}

.SecTow .Desc .TitleSection {
  font-size: 24px;
}

.SecTow {
  min-height: 100vh;
}
@media screen and (max-width: 585px) {
  .SecTow {
    min-height: 70vh;
  }
}
.SecTow .container {
  min-height: 100vh;
}
@media screen and (max-width: 585px) {
  .SecTow .container {
    min-height: 70vh;
  }
}
.SecTow-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.HalfTop,
.Halfbottm {
  position: absolute;
  transition: all 0.8s;
  height: 49.5%;
  display: flex;
  width: 95%;
  z-index: 6;
  right: 2.6%;
}

@media (max-width: 1500px) {
  .HalfTop,
  .Halfbottm {
    width: 95.4%;
    z-index: 6;
    right: 2.4%;
  }
}
.HalfTop {
  top: 0;
  background: url(../image/index/door-up.jpg) no-repeat bottom;
  background-size: cover;
  padding-bottom: 10px;
}

.imgH {
  background: url(../image/index/door-left-line.png), url(../image/index/door-right-line.png), url(../image/index/gateway-up.png), url(../image/index/gateway-down.png);
  background-position: center left, center right, center top, center bottom;
  width: 100%;
  height: 100%;
  z-index: 7;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.Halfbottm {
  bottom: 0;
  background: url(../image/index/door-down.jpg) no-repeat top;
  background-size: cover;
  background-position: bottom left;
}

.HalfTop::after,
.HalfTop::before,
.Halfbottm::after,
.Halfbottm::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #000;
  bottom: -12px;
}

.Halfbottm::after,
.Halfbottm::before {
  bottom: auto;
  top: -12px;
}

.HalfTop::after,
.Halfbottm::after {
  left: -12px;
}

.HalfTop::before,
.Halfbottm::before {
  right: -12px;
}

.HideHalf .Halfbottm {
  transform: translate(0px, 84%);
}

.HideHalf .HalfTop {
  transform: translate(0px, -84%);
}

.infoSec {
  display: none;
}

.SecTow .infoSec .Images {
  padding-top: 30px;
  width: 90%;
  margin: 0 auto;
  height: 66vh;
}
@media screen and (max-width: 585px) {
  .SecTow .infoSec .Images {
    height: 47vh;
  }
}

.Moon {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-height: 50vh;
}
@media screen and (max-width: 585px) {
  .Moon {
    bottom: -38% !important;
  }
}

.HideHalf.SecTow .infoSec .Images .Moon {
  animation-name: MoveMoon;
  animation-duration: 1s;
}

@keyframes MoveMoon {
  from {
    bottom: -19%;
    opacity: 0;
  }
  to {
    bottom: -40%;
    opacity: 1;
  }
}
.SecTow .infoSec .Images .Moon img {
  width: 100%;
  margin: 0 auto;
}

.SecTow .infoSec .Images .SauceBottle {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 50vh;
}

.HideHalf.SecTow .infoSec .Images .SauceBottle {
  animation: MoveBottle 1.2s;
}

@keyframes MoveBottle {
  from {
    bottom: -89%;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
.SecTow .infoSec .Images .SauceBottle img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Moon {
  bottom: -13%;
  width: 56%;
}

@keyframes MoveMoon {
  from {
    bottom: -109%;
    opacity: 0;
  }
  to {
    bottom: -13%;
    opacity: 1;
  }
}
.SecTow .infoSec .Images .SauceBottle img {
  max-height: 45vh;
  width: 100%;
}

.SecTow .infoSec .Images .SauceBottle {
  bottom: 3%;
}
@media screen and (max-width: 585px) {
  .SecTow .infoSec .Images .SauceBottle {
    bottom: 8%;
  }
}

@keyframes MoveBottle {
  from {
    bottom: -109%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
    @media screen and (max-width: 585px) {
      bottom: 8%;
    }
  }
}
.Moon {
  margin-right: -27%;
  width: 54%;
  bottom: -10%;
}

@keyframes MoveMoon {
  from {
    bottom: -109%;
    opacity: 0;
  }
  to {
    bottom: -10%;
    opacity: 1;
  }
}
.SecTow .infoSec .Images .SauceBottle img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .Moon {
    bottom: -5%;
    margin-right: -27%;
    width: 52%;
    max-height: 70vh;
  }
  @keyframes MoveMoon {
    from {
      bottom: -109%;
      opacity: 0;
    }
    to {
      bottom: -5%;
      opacity: 1;
    }
  }
}
@media (max-width: 601px) {
  .SecTow .infoSec .Images .SauceBottle img {
    width: 100%;
    max-height: 37vh;
  }
}
@media screen and (max-width: 601px) and (max-width: 585px) {
  .SecTow .infoSec .Images .SauceBottle img {
    max-height: 32vh;
  }
}
@media (max-width: 601px) {
  .Moon {
    width: 90%;
  }
}
/* Section SecThree Style */
.SecThree {
  background-image: url(../image/index/Harleys-Back.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 100vh;
}
@media screen and (max-width: 585px) {
  .SecThree {
    min-height: 50vh;
  }
}

.SecThree .imagTop {
  position: absolute;
  width: 22%;
  height: 60px;
  top: 0;
  right: 50%;
  margin-right: -11%;
}

@media (max-width: 992px) {
  .SecThree .imagTop {
    width: 34%;
    height: 34px;
    top: -4px;
    margin-right: -17%;
  }
}
.SecThree .imagTop img {
  width: 100%;
}

.SecThree .swiper {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.2784313725);
  opacity: 0.7;
  position: absolute;
}

.MarqOne {
  transform: rotateZ(5deg);
  top: 38%;
  z-index: 0;
}

.MarqTow {
  top: 62%;
}

@media (max-width: 992px) {
  .MarqTow {
    display: none;
  }
}
@media (max-width: 768px) {
  .MarqOne {
    top: 52%;
  }
  .MarqTow {
    top: 67%;
  }
}
.Marq p,
.Marq h6 {
  margin-bottom: 0;
  font-family: Wendyville;
  letter-spacing: 1px;
  color: #2e2e2e;
  font-size: 20px;
}

.Marq .ImgHolder {
  background: url(../image/index/Harleys-Icons.png);
  background-size: 106px;
  background-repeat: no-repeat;
  padding: 0;
  width: 50px;
}

.ImgHolder.back1 {
  background-position: 11px 8px;
}

.ImgHolder.back2 {
  background-position: -52px -51px;
}

.ImgHolder.back3 {
  background-position: -52px 4px;
}

.ImgHolder.back4 {
  background-position: 6px -52px;
}

.ImgHolder.back5 {
  background-position: -57px -106px;
}

.ImgHolder.back6 {
  background-position: 5px -158px;
}

.ImgHolder.back7 {
  background-position: 5px -107px;
}

.ImgHolder.back8 {
  background-position: -57px -158px;
}

.ImgHolder.back9 {
  background-position: 5px -211px;
}

.ImgHolder.back10 {
  background-position: -57px -211px;
}

.Marq h6 {
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  padding-top: 6px;
}

.BoxSauces .ImgHolder img {
  transition: all 0.5s;
}

.BoxSauces .Box > .ImgHolder {
  width: 100%;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  margin: 45px auto;
  filter: blur(0.8px);
}

@media (min-width: 992px) {
  .BoxSauces .Box > .ImgHolder {
    width: 80%;
  }
}
.BoxSauces .ImgHolder.SouceOne {
  transform: rotateZ(-12deg);
}

.BoxSauces .ImgHolder.SouceTow {
  transform: rotateZ(2deg);
  z-index: 1;
}

.BoxSauces .ImgHolder.SouceThree {
  transform: rotateZ(-4deg);
}

.BoxSauces .Box {
  cursor: pointer;
}

.BoxSauces .Box:hover .ImgHolder {
  z-index: 10;
  position: relative;
  filter: blur(0px);
}

.BoxSauces .Box:hover > .ImgHolder > img {
  transform: scale(1.4);
}

.BoxSauces .Box:nth-child(1):hover > .ImgHolder {
  transform: rotateZ(7deg);
}

.BoxSauces .Box:nth-child(2):hover > .ImgHolder {
  transform: rotateZ(-10deg);
}

.BoxSauces .Box:nth-child(3):hover > .ImgHolder {
  transform: rotateZ(0deg);
}

.MorBtn {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -53px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transform: scale(0);
  transition: all 0.5s;
}

.MorBtn span {
  color: #202020;
  font-size: 24px;
  line-height: 19px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  margin-right: 4px;
  position: relative;
  transition: all 0.6s;
}

.MorBtn span:before,
.BoardImg .MorBtn span:before {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  background: #d50a25;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
  right: 50%;
  margin-right: -7px;
  transform: scale(0);
  transition: all 0.6s;
  display: none;
}

.MorBtn .ImgHolder {
  width: 35px;
  margin: 0;
}

.MorBtn p {
  padding-left: 5px;
  line-height: 8px;
  font-size: 12px;
}

.MorBtn small {
  font-size: 9px;
}

.BoxSauces .Box:hover .SouceOne .MorBtn {
  transform: rotateZ(-9deg) scale(1);
}

.BoxSauces .Box:hover .SouceTow .MorBtn {
  transform: rotateZ(9deg) scale(1);
}

.MorBtn .Circle {
  transition: all 0.3s;
  display: none;
  position: absolute;
  padding-left: 49px;
  top: -24px;
  left: -100%;
  transition: all 0.5s;
  width: 150px;
}

.MorBtn:hover span {
  font-size: 0;
}

.MorBtn:hover span:before {
  display: flex;
}

.MorBtn:hover span:before,
.BoxSauces .Box:hover .MorBtn {
  transform: scale(1);
}

.MorBtn:hover .Circle {
  display: inline;
}

.NexSection {
  margin-left: -20px;
  left: 50%;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  padding: 15px 8px 8px;
  background: rgba(61, 61, 61, 0.831372549);
  transition: all 0.5s;
  cursor: pointer;
}

.NexSection:hover,
.NexSection:focus {
  margin-bottom: 5px;
}

.HideElement .BoxSauces .ImgHolder {
  width: 100%;
  filter: blur(0px);
  transform: rotate(0deg) !important;
}

.HideElement .BoxSauces .Box:hover .MorBtn {
  transform: rotate(0deg) !important;
}

.HideElement .BoxSauces .ImgHolder .MoreLink .ImgHolder {
  width: 30px;
}

.HideElement .BoxSauces .Box {
  width: 25%;
}

@media (min-width: 1200px) {
  .HideElement .BoxSauces .Box {
    width: 12%;
  }
  .BoxSauces > .ImgHolder {
    width: 54%;
  }
}
@media (max-width: 1999px) and (min-width: 992px) {
  .HideElement .BoxSauces .Box {
    width: 18%;
  }
  .BoxSauces > .ImgHolder {
    width: 65%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .HideElement .BoxSauces .Box {
    width: 20%;
  }
  .BoxSauces > .ImgHolder {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .BoxSauces > .ImgHolder {
    width: 100%;
  }
}
/* Dvider swiper */
.dividerGreen {
  background: #6e671e;
  padding: 8px;
}

.swiper.Dvider {
  border-bottom: 1px solid rgba(204, 204, 204, 0.1607843137);
  height: 58px;
  border-top: 1px solid rgba(204, 204, 204, 0.1607843137);
  padding: 4px 0;
}

.swiper.Dvider .ImgHolder,
.swiper.Dvider .ImgHolder img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Five Section Style */
.IronBack {
  background-image: url(../image/index/irondark.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.SauceAdv .InfoMini .More img {
  width: 38px;
  height: auto;
  transition: all 0.3s;
}

.SauceAdv .InfoMini {
  padding: 30px;
}

.SauceAdv .InfoMini h4 {
  font-family: Wendyville;
  font-size: 38px;
  letter-spacing: 3px;
  color: #fff;
}

.SauceAdv .InfoImg img {
  width: 80px;
}

.SauceAdv .InfoImg img {
  margin-top: -30px;
}

@media (max-width: 992px) {
  .SauceAdv .InfoImg img {
    margin-top: -35px;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .col-lg-4.col-3.InfoImg.text-center {
    width: 130px;
  }
}
.SauceAdv a.More:hover img,
.SauceAdv a.More:active img,
.SauceAdv a.More:focus img {
  margin-left: 5px;
}

.SauceAdv .ImgHolder img {
  width: 430px;
}

.Wheel {
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
  animation: wheelSpin 2s linear 2s infinite alternate;
  font-size: 26px;
}

@keyframes wheelSpin {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@media (max-width: 600px) {
  .Wheel {
    right: -10px;
  }
}
.StarLife {
  position: absolute;
  right: 0;
  bottom: -39px;
  font-size: 44px;
}

/* Six Section / adver sauce left image Style */
.SecSix .Wheel {
  top: 20%;
  right: 10px;
  width: 90px;
  height: 90px;
}

@media (min-width: 992px) {
  .SecSix .Wheel {
    right: 146px;
  }
}
@media (min-width: 1300px) {
  .BoxDesc {
    position: relative;
  }
  .BoxDesc::after {
    content: "";
    background: url(../image/index/down-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 70px;
    position: absolute;
    height: 88px;
    top: -43px;
    right: 32%;
  }
}
/* Seven Section / about us Style */
@media (max-width: 991px) {
  .w-50 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .AboutUsSec {
    background-image: url(../image/index/Frying-pan.png);
    background-repeat: no-repeat;
    background-position: bottom right, center;
    background-size: 24%, 70%;
    position: relative;
    padding-top: 8em;
    padding-bottom: 3em;
    position: relative;
  }
  .ShadowTxt p {
    font-family: Urban;
    text-align: center;
    font-size: 9em;
    text-transform: uppercase;
    text-shadow: 0 0 rgba(255, 255, 255, 0.4117647059);
    color: #000;
    position: absolute;
    top: 67px;
    margin: 0 15%;
    width: 70%;
    z-index: -2;
  }
  .AboutUsSec h2,
  .SecElev h2 {
    font-size: 60px;
  }
  .AboutUsSec .TitleSection small {
    font-size: inherit;
  }
  .TitleSection small::before {
    top: 17px;
  }
  .TitleSection small::after {
    bottom: 11px;
  }
}
.AboutUsSec h2 {
  background: url(../image/index/handWriteCircle.png) no-repeat 26% center;
  background-size: contain;
  padding: 20px 0;
}

/* Eight section style */
.Recepise {
  background: url(../image/index/Recepise-back.jpg) no-repeat center;
  background-size: cover;
}
.Recepise > .row {
  max-height: 550px !important;
}
.Recepise .swiper-slide .ImgRecp > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ProRec li {
  list-style: none;
  padding: 0 20px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2509803922);
  flex: 1 1 0;
}

.ProRec li:first-child {
  border-left: none;
}

.ProRec {
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.ProRec i {
  font-size: 26px;
  margin-bottom: 15px;
}

.ProRec h6 {
  font-size: 13px;
}

.Recepise .swiper-slide .MoreInfo .ImgHolder {
  width: 90px;
  margin-top: -84px;
  padding: 0;
}

.Recepise .swiper-slide .MoreInfo h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.Recepise .swiper-slide .MoreInfo h5 {
  font-size: 13px;
}

@media (min-width: 1201px) {
  .Recepise .swiper-slide .MoreInfo .ImgHolder {
    width: 80px;
  }
  .Desc.col-lg-auto.col-md-10.col-9 {
    width: calc(100% - 80px);
    padding-left: 0;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .Recepise .swiper-slide .MoreInfo .ImgHolder {
    width: 60px;
  }
  .Desc.col-lg-auto.col-md-10.col-9 {
    width: calc(100% - 60px);
  }
}
/* @media(min-width:991px){  
    .Desc.col-lg-auto.col-md-10.col-9 {
    width: calc(100% - 72px);
}
    .Recepise .swiper-slide .MoreInfo h4 {
    font-size: 22px;
}
} */
@media (max-width: 768px) {
  .Recepise .swiper-slide .MoreInfo .ImgHolder {
    width: 76px;
    margin-top: -41px;
  }
  .Recepise .swiper-slide .MoreInfo .Desc {
    width: calc(100% - 79px);
  }
}
.Recepise .swiper-slide .MoreInfo {
  padding: 25px 30px;
}

.Recepise .swiper-slide .MoreInfo .ImgHolder img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url(../image/index/arrow-.png);
  width: 30px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.SwiperRec .swiper-slide {
  height: auto;
}
.SwiperRec .TitleRec {
  padding-bottom: 40px !important;
}

@media (max-width: 991px) {
  .ImgRecp {
    height: 270px;
    margin-bottom: -15px;
    z-index: 2;
  }
  .ImgRecp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ProRec li {
    flex: initial;
  }
  .AboutUsSec .TitleSection small {
    font-size: 25px;
    padding: 2px;
  }
  .TitleSection small::before {
    width: 88%;
    top: 4px;
  }
  .TitleSection small::after {
    width: 88%;
    bottom: 2px;
    left: 2px;
  }
}
/* Nine section style */
.Line::before,
.Line::after,
.LabChec:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4196078431);
  position: absolute;
  top: 9px;
  left: -13px;
  z-index: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.LabChec:after {
  width: 0;
}

.Line::after {
  width: 20%;
  background-color: #fff;
}

.LabChec.active:after {
  background-color: #fff;
  width: 100%;
}

.Line input {
  opacity: 0;
  position: relative;
}

.Line .CkeckMark {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #6b6b6b;
  position: absolute;
  top: 3px;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.Line .CkeckMark::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 26px;
  background: url(../image/index/iconTaste.png) no-repeat;
  top: -32px;
  left: -6px;
  background-size: cover;
  filter: contrast(0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.LabChec.active .CkeckMark::before {
  filter: contrast(1);
}

.LabChec.active .CkeckMark {
  background-color: #fff;
}

.salt .Line .CkeckMark::before {
  background-position: -97px 0;
}

.sour .Line .CkeckMark::before {
  background-position: -31px 0;
}

.sugar .Line .CkeckMark::before {
  background-position: -69px 0;
}

.BoardImg .MorBtn {
  width: 30px;
  height: 30px;
  transform: scale(1);
  top: 50%;
  right: 16%;
}

.BoardImg .MorBtn span:before {
  transform: scale(1);
  display: flex;
  width: 6px;
  height: 6px;
  right: 15px;
  top: 15px;
}

.BoardImg .MorBtn .Circle {
  display: block;
  top: 15px;
  right: -54px;
}

.BoardImg .MorBtn .ImgHolder {
  margin-bottom: 8px;
}

/* Divider style  */
.StarDivider,
.ShapeDivider {
  color: #fc6013;
  font-size: 10em;
  background-position: 0 -2px;
  background-size: cover;
  position: relative;
  padding: 43px;
  z-index: 1;
}

.StarDivider i {
  position: absolute;
  left: 10%;
  top: -18%;
}

@media (min-width: 1025px) {
  .StarDivider,
  .ShapeDivider {
    font-size: 12em;
  }
  .StarDivider i {
    top: -40%;
  }
}
.ShapeDivider {
  position: relative;
  margin-top: -25px;
}

.ShapeDivider img {
  position: absolute;
  width: 146px;
  left: 10%;
  top: 6px;
}

@media (min-width: 1025px) {
  .ShapeDivider img {
    width: 170px;
  }
}
/* Ten section style */
.Explore {
  background-color: #562194;
  position: relative;
}
.Explore::before {
  content: "";
  width: 25%;
  height: 100%;
  background: rgb(86, 33, 148);
  background: linear-gradient(260deg, rgb(86, 33, 148) 9%, rgba(86, 33, 148, 0) 67%);
  top: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .Explore::before {
    display: none;
  }
}

.SwiperExp {
  overflow: visible;
}
.SwiperExp .swiper-slide {
  opacity: 0;
  transition: 0.3s ease;
  filter: blur(4px);
}
.SwiperExp .swiper-slide-active {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-active + .swiper-slide {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-next {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-next + .swiper-slide {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  filter: blur(0);
}
.SwiperExp .swiper-slide-prev {
  opacity: 1;
  filter: blur(0);
}

@media (min-width: 992px) {
  .swiper.SwiperExp.pe-md-8 {
    padding-right: 8rem !important;
  }
  .Explore .container.ExplorePlac {
    position: relative;
  }
  .Explore .container.ExplorePlac::after {
    content: "";
    width: 305%;
    height: 100%;
    background: rgb(86, 33, 148);
    top: 0;
    right: 100%;
    position: absolute;
    z-index: 1;
  }
  .SwiperExp .swiper-button-next {
    right: 0%;
  }
}
.Explore .BoxPost .Desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 19%, rgba(0, 0, 0, 0) 99%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.BoxPost,
.BoxPost img {
  border-radius: 30px;
  transition: all 0.3s;
  overflow: hidden;
}

.BoxPost img {
  width: 100% !important;
}

.SwiperExp .swiper-button-next,
.SwiperExp .swiper-button-prev {
  width: 45px;
  background-size: 30px;
  height: 45px;
  background-color: #191919;
  padding: 15px;
  border-radius: 50%;
  background-position: center;
  z-index: 5;
  overflow: hidden;
}

.SwiperExp .swiper-button-next.swiper-button-disabled,
.SwiperExp .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.PlayIcon {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 18px 22px 17px 23px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  margin-top: -21px;
  border: 1px solid transparent;
}

.PostTag {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  top: 30px;
  left: 30px;
}

.SwiperExp .swiper-slide:hover img,
.SwiperExp .swiper-slide:focus img {
  transform: scale(1.06);
  filter: blur(1.5px);
}

.Explore .BtnDefult {
  padding: 12px 50px;
}

/* Eleven section style */
.SecElev .TitleSection {
  background: url(../image/index/handWriteCircle-2.png) no-repeat;
  background-size: 196px;
  padding: 30px 0;
  background-position: 0px 83%;
  font-size: 47px;
}

@media (max-width: 768px) {
  .SecElev .TitleSection {
    background-size: 120px;
    padding: 30px 0;
    background-position: 10px 75%;
    font-size: 2em;
  }
}
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 80%;
}
.form__group.focus .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #ccc;
  font-size: small;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ccc;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::-moz-placeholder {
  color: transparent;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:-moz-placeholder-shown ~ .form__label {
  cursor: text;
  top: 20px;
}
.form__field:placeholder-shown ~ .form__label {
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #fff;
}

.form__label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c7d504;
  top: 5px;
  right: -13px;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #ccc;
  font-size: small;
}

.form__field {
  box-shadow: none;
}

.dividerOrang {
  background-color: #fc6118;
  padding: 8px;
  margin-top: -73px;
}

.SecElev .ImgAbs {
  /* max-width: 400px; */
  z-index: 2;
  /* position: absolute; */
  right: 0;
}

.FormMail {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .FormMail {
    padding-bottom: 5rem;
  }
}
/* Twelve section / instagram post style */
.Feed {
  background-color: #a72228;
}

.Feed .ImageFeed .ImgHolder img {
  transition: all 0.5s;
  width: 100%;
}

.iconInsta {
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 15px;
  color: #fff;
}

.Feed .imgLeft.position-absolute {
  left: -30px;
  width: 20%;
  top: 20%;
}

.Feed .imgLeft .ImgHolder {
  transform: rotate(-270deg) scale(1.6);
  width: 100%;
}

.Feed .imgLeft .ImgHolder img,
.Feed .imgRight .ImgHolder img {
  width: 100%;
}

.Feed .imgRight.position-absolute {
  right: 43px;
  width: 136px;
  bottom: 15px;
  z-index: 1;
}

.Feed .imgRight .ImgHolder {
  transform: rotate(-70deg);
}

@media (min-width: 1025px) {
  .Feed .imgRight.position-absolute {
    bottom: 16px;
    right: 56px;
  }
  .Feed .imgLeft.position-absolute {
    left: -62px;
  }
}
.Feed .PlayIcon {
  color: #313131;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.ImageFeed .col-md-10.d-flex .col-lg-4.col-6 {
  overflow: hidden;
}

.ImageFeed .col-md-10.d-flex .col-lg-4.col-6:hover .ImgHolder img,
.ImageFeed .col-md-10.d-flex .col-lg-4.col-6:focus .ImgHolder img {
  transform: scale(1.09);
}

.ImageFeed .col-md-10.d-flex .col-lg-4.col-6:hover .PlayIcon,
.ImageFeed .col-md-10.d-flex .col-lg-4.col-6:focus .PlayIcon {
  background-color: #313131;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .ImageFeed .col-md-10.d-flex .col-lg-4.col-6.p-0.position-relative:nth-child(1),
  .ImageFeed .col-md-10.d-flex .col-lg-4.col-6.p-0.position-relative:nth-child(2) {
    display: none;
  }
}
/* thirteen section / social link*/
.Social .Links li a {
  font-size: 32px;
  padding: 10px;
  color: #fff;
}
.Social .Links li a .fa-brands.fa-instagram {
  font-size: 34px;
}

.Social .Links li a i {
  transition: 0.3s ease;
}

.Social .Links li:hover a i {
  transform: translateY(-5px);
}
.Social .Links li:hover a i::before {
  color: #c2c2c2;
}

.Social {
  background-position: center 25%;
}

.bannerSlider {
  margin-top: -80px;
}
.bannerSlider__swiepr {
  width: 100%;
}
.bannerSlider .bannerSlider-button-next {
  left: var(--swiper-navigation-sides-offset, 20px);
}
.bannerSlider .bannerSlider-button-prev {
  right: var(--swiper-navigation-sides-offset, 20px);
}
.bannerSlider .bannerSlider-button-next,
.bannerSlider .bannerSlider-button-prev {
  z-index: 1;
}
.bannerSlider .bannerSlider-button-next::before,
.bannerSlider .bannerSlider-button-prev::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 1px solid #9e9999;
  pointer-events: none;
  border-radius: 100px;
  z-index: -1;
}
.bannerSlider .bannerSlider-button-next::after,
.bannerSlider .bannerSlider-button-prev::after {
  display: none;
}
.bannerSlider-img {
  width: 100%;
}
.bannerSlider-img img {
  width: 100%;
}

.singleDetails {
  margin-bottom: 40px;
  margin-top: -50px;
}
.singleDetails-img {
  text-align: center;
  width: 100%;
}
.singleDetails-img img {
  width: 100%;
}
.singleDetails h2 {
  color: #be2106;
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 45px;
  line-height: 61px;
}
.singleDetails p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #fff !important;
  font-family: "IRANSans", "Yekan Bakh FaNum", "icomoon" !important;
}

:root {
  --color--white: #fff;
  --color-BgRed: #a01c29;
  --color-whiteText: #e3e3e3;
  --color-white: #fff;
}

.mainHeading.OurProducts {
  background: url(../image/irondark.jpg);
  background-size: cover;
}

.mainOurProducts {
  min-height: 100vh;
}
.mainOurProducts.footer {
  background: url(../image/irondark.jpg);
  background-size: cover;
  min-height: auto;
  padding-top: 70px;
  padding-top: 70px;
}
.mainOurProducts.footer .mainOurProducts__titleProducts-img-img {
  position: absolute;
  left: 0;
  top: 0;
}
.mainOurProducts.footer .mainOurProducts__more {
  padding: 32px 49px;
  border-radius: 50px;
  background: #01bcab;
  display: inline-block;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts.footer .mainOurProducts__more {
    padding: 29px 37px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts.footer .mainOurProducts__more {
    padding: 28px;
  }
}
.mainOurProducts.footer .mainOurProducts__more:hover {
  color: var(--color-white);
  border-color: #01bcab;
  background: transparent;
  transform: scale(0.9);
}
.mainOurProducts.footer .mainOurProducts__newProduct {
  background: #01bcab;
}
.mainOurProducts.footer .mainOurProducts__newProduct::before {
  border-color: #01bcab transparent transparent transparent;
}
.mainOurProducts__title {
  font-family: "UrbanStone";
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 125px;
  color: var(--color-white);
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainOurProducts__title {
    font-size: 81px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mainOurProducts__title {
    font-size: 65px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__title {
    font-size: 34px;
    line-height: 42px;
  }
}
.mainOurProducts__text {
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .mainOurProducts__text {
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .mainOurProducts__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__text {
    font-size: 10px;
    line-height: 20px;
  }
}
.mainOurProducts__titleProducts {
  font-family: "UrbanStone";
  font-size: 55px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 75px;
  color: var(--color-white);
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__titleProducts {
    font-size: 83px;
    line-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mainOurProducts__titleProducts {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
.mainOurProducts__titleProducts-img {
  position: absolute;
  top: 10%;
  right: -15%;
  mix-blend-mode: lighten;
}
.mainOurProducts__titleProducts-imgTop {
  position: absolute;
  left: 0;
  top: -9%;
  z-index: -1;
  width: 170px;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__titleProducts-imgTop {
    width: 120px;
    top: -5%;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__titleProducts-imgTop {
    width: 71px;
    top: 5%;
    left: 5%;
  }
}
.mainOurProducts__titleProducts-imgTopFlash {
  position: absolute;
  top: 30%;
  right: -24%;
  width: 200px;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__titleProducts-imgTopFlash {
    width: 155px;
  }
}
@media screen and (max-width: 991px) {
  .mainOurProducts__titleProducts-imgTopFlash {
    display: none;
  }
}
.mainOurProducts__titleProducts-imgPlus {
  width: 140px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__titleProducts-imgPlus {
    width: 100px;
  }
}
.mainOurProducts__wrMore {
  text-align: center;
}
.mainOurProducts__more {
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 24px;
  line-height: 27px;
  display: block;
  font-weight: 700;
  margin-bottom: 171px;
  border: 1px solid transparent;
  transition: 0.3s ease;
  border-radius: 50px;
  display: inline-block;
  padding: 20px 40px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__more {
    padding: 29px 37px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__more {
    padding: 28px;
    margin-bottom: 100px;
  }
}
.mainOurProducts__more:hover {
  color: var(--color-white);
  border-color: #fd6011;
  background: #fd6011;
  transform: scale(0.9);
}
.mainOurProducts__img {
  position: relative;
  z-index: 1;
}
.mainOurProducts__img-fink {
  position: absolute;
  left: 15%;
  top: 0;
  width: 70px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__img-fink {
    width: 48px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__img-fink {
    width: 22px;
  }
}
.mainOurProducts__img-finkDown {
  position: absolute;
  left: 18%;
  bottom: 11%;
  width: 55px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__img-finkDown {
    width: 44px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__img-finkDown {
    width: 18px;
  }
}
.mainOurProducts__img-pach {
  position: absolute;
  right: 20%;
  top: 6%;
  z-index: 0;
  width: 200px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__img-pach {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__img-pach {
    width: 90px;
  }
}
.mainOurProducts__img--primeri {
  position: relative;
  z-index: 2;
}
.mainOurProducts__img--arrowDown {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 175px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__img--arrowDown {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__img--arrowDown {
    width: 75px;
  }
}
.mainOurProducts__newProduct {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  padding: 10px 14px;
  background: #fd6011;
}
@media screen and (max-width: 575px) {
  .mainOurProducts__newProduct {
    padding: 7px 9px;
    top: 0;
  }
}
.mainOurProducts__newProduct span {
  font-family: "UrbanStone";
  text-transform: uppercase;
  font-size: 40px;
  color: var(--color--white);
  display: block;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__newProduct span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__newProduct span {
    font-size: 15px;
    line-height: 15px;
  }
}
.mainOurProducts__newProduct::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 0px;
  border-color: #fd6011 transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__newProduct::before {
    border-width: 15px 15px 0 0px;
  }
}
@media screen and (max-width: 1199px) {
  .mainOurProducts__newProduct::before {
    border-width: 15px 15px 0 0px;
  }
}
@media screen and (max-width: 575px) {
  .mainOurProducts__newProduct::before {
    border-width: 8px 8px 0 0px;
  }
}

.wrapperCardProducts {
  background: #000;
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .wrapperCardProducts {
    padding: 100px 0;
  }
}
.wrapperCardProducts__wrCard {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .wrapperCardProducts__wrCard {
    justify-content: center;
  }
}
.wrapperCardProducts__wrCard > * {
  flex: 0 0 auto;
  width: calc(33.3333% - 10px);
}
@media screen and (max-width: 991px) {
  .wrapperCardProducts__wrCard > * {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .wrapperCardProducts__wrCard > * {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 575px) {
  .wrapperCardProducts__wrCard > * {
    width: auto;
  }
}

.cardProdcut {
  position: relative;
  padding: 70px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .cardProdcut {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cardProdcut {
    padding: 45px;
  }
}
@media screen and (max-width: 575px) {
  .cardProdcut {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .cardProdcut {
    padding: 65px;
    width: auto !important;
  }
}
.cardProdcut .nes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cardProdcut .nes svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  height: 100%;
  transition: 2s ease;
}
.cardProdcut .nes svg path {
  fill: rgba(0, 0, 0, 0.384);
  transition: 0.5s ease;
}
.cardProdcut:hover svg path {
  fill: #562193;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}
.cardProdcut:hover .cardProdcut__img-shadow {
  opacity: 1;
}
.cardProdcut .test-top {
  width: 100%;
  height: 18%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.cardProdcut .test-top .toping {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
.cardProdcut .test-top span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 100%;
}
.cardProdcut .test-top .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}
.cardProdcut .test-top .top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
.cardProdcut .test {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.cardProdcut .test .bottoming {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}
.cardProdcut .test span {
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 100%;
}
.cardProdcut .test .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}
.cardProdcut .test .top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
.cardProdcut__newProduct {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 9px 9px;
  background: #562193;
}
@media screen and (max-width: 1399px) {
  .cardProdcut__newProduct {
    right: 0;
    top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .cardProdcut__newProduct {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cardProdcut__newProduct {
    top: 8px;
    right: 8px;
  }
}
.cardProdcut__newProduct span {
  font-family: "UrbanStone";
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color--white);
  display: block;
  line-height: 20px;
}
.cardProdcut__newProduct::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 10px 0 0px;
  border-color: #562193 transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
}
.cardProdcut__img {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.cardProdcut__img img {
  width: 110px;
}
@media screen and (max-width: 1199px) {
  .cardProdcut__img img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .cardProdcut__img img {
    width: 65px;
  }
}
@media screen and (max-width: 575px) {
  .cardProdcut__img img {
    width: 70px;
  }
}
.cardProdcut__img-shadow {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 5;
  width: 100% !important;
  z-index: 1;
  mix-blend-mode: plus-lighter;
  opacity: 0;
  transition: 0.5s;
}
.cardProdcut__title {
  text-align: center;
  color: var(--color--white);
  font-family: "UrbanStone";
  font-size: 35px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cardProdcut__title {
    font-size: 20px;
  }
}
.cardProdcut__text {
  text-align: center;
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 8px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cardProdcut__text {
    font-size: 12px;
  }
}

.mainHeading.Recipes {
  background: linear-gradient(180deg, rgba(13, 12, 12, 0.6) 0%, rgb(0, 0, 0) 100%), url(../image/RECIPES/dark-back.jpg);
  background-position: top center;
}
.mainHeading.Recipes .mainHeading__title {
  font-family: "UrbanStone";
  color: var(--color--white);
  font-size: 80px;
  line-height: 85px;
  text-transform: uppercase;
  margin-bottom: 70px;
  word-wrap: break-word;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .mainHeading.Recipes .mainHeading__title {
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .mainHeading.Recipes .mainHeading__title {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 34px;
  }
}
body {
  background: #000;
}

.Recipes__Filter {
  margin-bottom: 50px;
}
.Recipes__Filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.Recipes__Filter-hashor {
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  min-width: 30px;
}
.Recipes .boxFilter.people .Recipes__Filter-hashor {
  min-width: 30px;
  transform: translateX(-15%);
}
.Recipes .boxFilter__icon {
  text-align: center;
  margin-bottom: 20px;
}
.Recipes .boxFilter__icon i {
  font-size: 30px;
}
.Recipes .boxFilter__icon i.icon-fork {
  font-size: 35px;
}
.Recipes .boxFilter__icon i::before {
  color: #fff;
}
.Recipes .boxFilter ul {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.Recipes .boxFilter ul li {
  text-transform: uppercase;
  color: #858585;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  gap: 2px;
  font-weight: 500;
}
.Recipes .boxFilter ul li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  background: #fff;
  filter: blur(35px);
  transition: 0.3s ease;
}
.Recipes .boxFilter ul li.active {
  text-shadow: 0 0 20px white;
  color: #fff;
}
.Recipes .boxFilter ul li.active::before {
  transform: translate(-50%, -50%) scale(1);
}
.Recipes .boxFilter ul li:hover {
  text-shadow: 0 0 10px white;
  color: #fff;
}
.Recipes__result {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.Recipes__result-text {
  color: #eeeeee;
  font-weight: 200;
  letter-spacing: 7px;
}
.Recipes__result-number {
  color: #fefefe;
  font-weight: 500;
  letter-spacing: 4px;
}
.Recipes__wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  row-gap: 20px;
}
.Recipes__wrapper > * {
  max-width: calc(33% - 12px);
}
@media screen and (max-width: 1399px) {
  .Recipes__wrapper > * {
    max-width: calc(40% - 12px);
  }
}
@media screen and (max-width: 1199px) {
  .Recipes__wrapper > * {
    max-width: calc(47% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .Recipes__wrapper > * {
    max-width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .Recipes__wrapper > * {
    max-width: 75%;
  }
}
@media screen and (max-width: 585px) {
  .Recipes__wrapper > * {
    max-width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .Recipes__wrapper > * {
    max-width: 85%;
  }
}
@media screen and (max-width: 450px) {
  .Recipes__wrapper > * {
    max-width: 95%;
  }
}
@media screen and (max-width: 400px) {
  .Recipes__wrapper > * {
    max-width: 100%;
  }
}
.Recipes .cardSlider {
  position: relative;
}
.Recipes__more {
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 100px;
  padding: 15px 60px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s ease;
}
.Recipes__more:hover {
  border-color: #fd6011;
  color: #fff;
  background: #fd6011;
}

.specialForYou {
  min-height: 100vh;
  position: relative;
  background: url(../image/RECIPES/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.specialForYou__title {
  text-align: center;
  color: #fff;
  font-size: 75px;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .specialForYou__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 585px) {
  .specialForYou__title {
    font-size: 36px;
  }
}
.specialForYou__btn {
  display: inline-block;
  background: #fd6011;
  color: #fff;
  border-radius: 100px;
  padding: 20px 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.3s ease;
  border: 1px solid #fd6011;
}
@media screen and (max-width: 585px) {
  .specialForYou__btn {
    padding: 10px 25px;
  }
}
.specialForYou__btn:hover {
  background: transparent;
  color: #fff;
}
.specialForYou__img {
  position: absolute;
  bottom: 35px;
  left: 20%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .specialForYou__img {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.specialForYou__img::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -26px;
  height: 49px;
  width: 140%;
  background: radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(217, 217, 217, 0) 100%);
  transform: translateX(-50%);
  z-index: -1;
}
.specialForYou__img > img {
  height: 65vh;
}
.specialForYou .mainProduct__productImg__cicle {
  left: 100%;
  top: -13%;
  bottom: auto;
}
@media screen and (max-width: 1399px) {
  .specialForYou .mainProduct__productImg__cicle {
    top: 40%;
  }
}
@media screen and (max-width: 991px) {
  .specialForYou .mainProduct__productImg__cicle {
    width: 120px;
    top: 60%;
  }
}

.exploreNewsPage {
  background: url(../image/irondark.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}

.mainHeading.exploreNewsPagehead {
  background: transparent;
}
.mainHeading.exploreNewsPagehead .mainHeading__title {
  text-align: center;
  font-family: "UrbanStone";
  color: #fff;
  font-size: 100px;
  line-height: 140px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: clamp(10px, 50vw, 8rem);
}
@media screen and (max-width: 585px) {
  .mainHeading.exploreNewsPagehead .mainHeading__title {
    line-height: 80px;
    font-size: clamp(10px, 50vw, 4rem);
  }
}
@media screen and (max-width: 300px) {
  .mainHeading.exploreNewsPagehead .mainHeading__title {
    line-break: anywhere;
  }
}

.explorenews {
  min-height: 100vh;
}
.explorenews__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 0.55fr));
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .explorenews__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 0.75fr));
  }
}
@media screen and (max-width: 585px) {
  .explorenews__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  }
}
.explorenews__more {
  text-transform: uppercase;
  border-radius: 100px;
  padding: 15px 60px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  background: #000;
  margin-bottom: 100px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.explorenews__more:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.explorenews_shutter {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .explorenews_shutter > .container {
    max-width: 100% !important;
  }
}

.blogCard {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 450px;
  max-width: 340px;
}
.blogCard::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100.18%);
  z-index: 99;
  pointer-events: none;
}
.blogCard:hover img {
  transform: scale(1.1);
  filter: blur(4px);
}
.blogCard:hover .blogCard__btnPlay {
  background: rgba(255, 255, 255, 0.3960784314);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-color: #fff;
  border-width: 1px;
}
.blogCard:hover .blogCard__btnPlay i::before {
  color: #fff;
}
.blogCard__img {
  width: 100%;
  height: 100%;
}
.blogCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  display: inline-block;
  transition: 0.5s ease;
  z-index: 0;
}
.blogCard__btnPlay {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  z-index: 100;
  transition: 0.3s ease;
}
.blogCard__btnPlay i {
  display: block;
  font-size: 17px;
  margin-left: 3px;
}
.blogCard__btnPlay i::before {
  color: #000;
}
.blogCard__wrTag {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.blogCard__tag {
  padding: 3px 7px;
  border-radius: 7px;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.blogCard__content {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 40px;
  z-index: 101;
}
.blogCard__title {
  font-family: "UrbanStone";
  color: var(--color--white);
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  word-wrap: break-word;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogCard__text {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-weight: 200;
}

.singlePage {
  background: #000;
}
.singlePage .cuBreadcrumbs {
  margin-bottom: 10px;
}
.singlePage .cuBreadcrumbs ul li span {
  font-size: 12px;
  font-weight: 200;
  color: #f9f9f9;
}
.singlePage .cuBreadcrumbs ul li.prevPage span {
  font-weight: 400;
  color: #fff;
}
.singlePage .cuBreadcrumbs .cuBreadcrumbs__between {
  padding-top: 3px;
}
.singlePage__title {
  color: #fff;
  font-family: "Northead";
  font-size: 86px;
  line-height: 55px;
  margin-bottom: 30px;
}
.singlePage__listScitioalmedia {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.singlePage__listScitioalmedia span {
  color: #f2f2f2;
  font-weight: 300;
  font-size: 18px;
}
.singlePage__listScitioalmedia ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.singlePage__listScitioalmedia ul li:hover i {
  display: inline-block;
  transform: translateY(-3px);
}
.singlePage__listScitioalmedia ul li:hover i::before {
  filter: drop-shadow(0 0px 5px #fff);
}
.singlePage__listScitioalmedia ul li i {
  font-size: 20px;
  transition: 0.3s ease;
}
.singlePage__listScitioalmedia ul li i::before {
  color: #fff;
}
.singlePage__description {
  margin-bottom: 40px;
}
.singlePage__description--title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.singlePage__description--text {
  color: #fdfcfa;
  font-weight: 200;
  font-size: 12px;
}
.singlePage__detailsIcon {
  margin-bottom: 40px;
}
.singlePage__detailsIcon__wrIcon {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.singlePage__detailsIcon__icon {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
}
.singlePage__detailsIcon__icon:not(:last-child) {
  border-right: 1px solid #e0e0e0;
  margin-right: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .singlePage__detailsIcon__icon:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 390px) {
  .singlePage__detailsIcon__icon:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.singlePage__detailsIcon__icon i {
  font-size: 30px;
}
.singlePage__detailsIcon__icon i.icon-tvCard {
  margin-left: 23px;
  margin-bottom: -10px;
}
.singlePage__detailsIcon__icon i::before {
  color: #fff;
}
.singlePage__detailsIcon__iconText {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.singlePage__nutrition--title {
  color: #fff;
  margin-bottom: 30px;
}
.singlePage__nutrition--list {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.singlePage__nutrition--item {
  background: #1c1c1c;
  padding: 10px;
  border-radius: 100px;
  max-width: 104px;
  height: 180px;
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .singlePage__nutrition--item {
    max-width: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .singlePage__nutrition--item {
    max-width: 104px;
  }
}
.singlePage__nutrition--kgram {
  background: #0d0d0d;
  border-radius: 100px;
  max-width: 82px;
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .singlePage__nutrition--kgram {
    height: auto;
    min-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .singlePage__nutrition--kgram {
    min-height: 82px;
  }
}
.singlePage__nutrition--kgram.colorGreen {
  background: #455928;
}
.singlePage__nutrition--kgram.colorRed {
  background: #4e2023;
}
.singlePage__nutrition--nameKgram {
  color: #cccccc;
  text-align: center;
}
.singlePage__wrappervideo {
  position: absolute;
  display: inline-block;
  -webkit-mask-image: url("../image/borderVideos.svg");
  mask-image: url("../image/borderVideos.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: cover;
  -webkit-mask-position: right;
          mask-position: right;
  width: 100%;
  right: 20px;
  height: 700px;
}
@media screen and (max-width: 991px) {
  .singlePage__wrappervideo {
    max-width: 100%;
    position: relative;
    margin-bottom: 40px;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
.singlePage__wrappervideo video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}
.singlePage__wrappervideo svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.singlePage__wrappervideo .resources {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.singlePage__mainIngtrdients__title {
  font-size: 30px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.singlePage__ingtrdients__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.singlePage__ingtrdients__title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.singlePage__ingtrdients__description {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 200;
}
.singlePage__ingtrdients--item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  padding: 20px 10px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .singlePage__ingtrdients--item {
    padding: 25px 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  .singlePage__ingtrdients--item {
    padding: 10px 10px;
    margin-bottom: 15px;
  }
}
.singlePage__ingtrdients--item.active > svg path {
  fill: #bb3d24;
}
.singlePage__ingtrdients--item.select .singlePage__ingtrdients--wrSvgTik {
  opacity: 1;
}
.singlePage__ingtrdients--item.select .singlePage__ingtrdients--wrSvgTik svg path {
  stroke-dashoffset: 0;
}
.singlePage__ingtrdients--item:hover svg path {
  fill: #1a1a1a;
}
.singlePage__ingtrdients--item:hover .singlePage__ingtrdients--img img {
  transform: scale(1.5);
}
.singlePage__ingtrdients--item:hover .singlePage__ingtrdients--title {
  text-shadow: 0 0 10px #fff;
}
.singlePage__ingtrdients--item:hover .singlePage__ingtrdients__left {
  text-shadow: 0 0 10px #fff;
}
.singlePage__ingtrdients--item > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transform: scaleY(1.2);
}
@media screen and (max-width: 450px) {
  .singlePage__ingtrdients--item > svg {
    transform: scaleY(1.4);
  }
}
.singlePage__ingtrdients--item > svg path {
  fill: transparent;
  transition: 0.3s ease;
}
.singlePage__ingtrdients--wrSvgTik {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3137254902);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  border-radius: 100px;
  border: 1px solid #fff;
}
.singlePage__ingtrdients--wrSvgTik svg {
  width: 60%;
}
.singlePage__ingtrdients--wrSvgTik svg path {
  fill: transparent !important;
  stroke-dasharray: 157px;
  stroke-dashoffset: 163px;
  transition: 0.5s ease 0.2s;
}
.singlePage__ingtrdients__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.singlePage__ingtrdients--img {
  width: 72px;
  height: 72px;
  border-radius: 100px;
  background: #262521;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.singlePage__ingtrdients--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: 0.5s ease;
}
.singlePage__ingtrdients--title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.singlePage__ingtrdients--text {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.singlePage__ingtrdients__left {
  color: #fff;
}
.singlePage .singlePage__iconPlayPauseVideoCard {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.3137254902);
}
.singlePage .singlePage__iconPlayPauseVideoCard.play {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: #fff;
}
.singlePage .singlePage__iconPlayPauseVideoCard.play i.icon-play {
  opacity: 1;
}
.singlePage .singlePage__iconPlayPauseVideoCard.play i.icon-pause {
  opacity: 0;
}
.singlePage .singlePage__iconPlayPauseVideoCard i {
  pointer-events: none;
  font-size: 22px;
  padding-top: 3px;
  font-weight: bold;
}
.singlePage .singlePage__iconPlayPauseVideoCard i.icon-play {
  opacity: 0;
}
.singlePage .singlePage__iconPlayPauseVideoCard i.icon-pause {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.singlePage .singlePage__iconPlayPauseVideoCard i.icon-pause::before {
  color: #000;
}
.singlePage__iconPlayPauseVideo {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.3137254902);
}
.singlePage__iconPlayPauseVideo.play {
  background: #fff;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.singlePage__iconPlayPauseVideo.play i.icon-play {
  opacity: 1;
}
.singlePage__iconPlayPauseVideo.play i.icon-pause {
  opacity: 0;
}
.singlePage__iconPlayPauseVideo.play i.icon-pause::before {
  color: #fff;
}
.singlePage__iconPlayPauseVideo i {
  font-size: 22px;
  padding-top: 3px;
  font-weight: bold;
}
.singlePage__iconPlayPauseVideo i.icon-play {
  opacity: 0;
}
.singlePage__iconPlayPauseVideo i.icon-pause {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.singlePage__iconPlayPauseVideo i.icon-pause::before {
  color: #000;
}

.cardIngtrdients {
  margin-bottom: 60px;
}
.cardIngtrdients__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 20px;
}
.cardIngtrdients__number {
  color: #e9b375;
  font-size: 18px;
  font-weight: 700;
}
.cardIngtrdients__text {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 200;
}
.cardIngtrdients__wrapperVideo {
  position: relative;
  width: 100%;
  -webkit-mask-image: url("../image/borderVideoCard.svg");
  mask-image: url("../image/borderVideoCard.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100% 100%;
}
.cardIngtrdients__wrapperVideo video {
  width: 100%;
}

.singlePagehead {
  background: #000;
}

.otherRecipes {
  background: #bb3d24;
  padding: 15px 0;
  position: relative;
  margin-bottom: 200px;
  margin-top: 150px;
}
.otherRecipes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  left: 0;
  top: 98%;
  background: url(../image/borderDownSection.svg) no-repeat;
  background-size: contain;
  background-position: top;
}
.otherRecipes::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 98%;
  background: url(../image/borderDownSection.svg) no-repeat;
  background-size: contain;
  background-position: top;
  transform: rotate(180deg);
}
@media screen and (min-width: 1920px) {
  .otherRecipes::after {
    background-size: cover;
    background-position: top;
  }
  .otherRecipes::before {
    background-size: cover;
    background-position: top;
  }
}
.otherRecipes__title {
  font-family: "UrbanStone";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .otherRecipes__title {
    flex-wrap: wrap;
  }
}
.otherRecipes__title figure {
  text-align: center;
}
.otherRecipes__title figure img {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .otherRecipes__title figure {
    width: 55px;
    order: 0;
    width: 100%;
  }
  .otherRecipes__title figure img {
    width: 60px;
  }
}
.otherRecipes__title span {
  font-size: 68px;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .otherRecipes__title span {
    font-size: 40px;
    line-height: 36px;
    order: 1;
  }
}
.otherRecipes__swiper {
  position: relative;
}
.otherRecipes__swiperWrapper {
  position: relative;
}
@media screen and (max-width: 585px) {
  .otherRecipes__navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
  }
  .otherRecipes__navigation > * {
    position: static;
  }
}
.otherRecipes .swiper-button-prev {
  padding: 40px;
  border-radius: 100px;
  background: #000000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s ease;
  left: var(--swiper-navigation-sides-offset, -40px);
}
.otherRecipes .swiper-button-prev:active {
  transform: scale(0.9);
}
.otherRecipes .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
}
.otherRecipes .swiper-button-prev::after {
  display: none;
}
.otherRecipes .swiper-button-next {
  padding: 40px;
  border-radius: 100px;
  background: #000000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s ease;
  right: var(--swiper-navigation-sides-offset, -40px);
}
.otherRecipes .swiper-button-next:active {
  transform: scale(0.9) rotate(180deg);
}
.otherRecipes .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  box-shadow: none;
}
.otherRecipes .swiper-button-next::after {
  display: none;
}
.otherRecipes .swiper-button-next i {
  display: inline-block;
  transform: rotate(180deg);
}

footer {
  background: url(../image/irondark.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
footer .copyRight {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color--white);
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
}
.footer__right {
  max-width: 45%;
}
@media screen and (max-width: 1199px) {
  .footer__right {
    max-width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .footer__right {
    order: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo {
    order: 0;
    flex: 1 0 auto;
    width: 100%;
  }
}
.footer__logo img {
  margin-bottom: 10px;
  width: 90px;
}
.footer__left {
  max-width: 45%;
}
@media screen and (max-width: 1199px) {
  .footer__left {
    max-width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .footer__left {
    order: 2;
    max-width: 100%;
  }
}
.footer__menu {
  margin-bottom: 15px;
}
.footer__menu nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media screen and (max-width: 991px) {
  .footer__menu nav ul {
    gap: 10px;
    row-gap: 5px;
  }
}
.footer__menu nav ul li:hover a {
  color: #c2c2c2;
}
.footer__menu nav ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color--white);
  transition: 0.3s ease;
}
.footer__Wraddres {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .footer__Wraddres {
    gap: 5px;
  }
}
.footer__address {
  color: var(--color-whiteText);
  font-size: 14px;
}
.footer__phone {
  color: var(--color-whiteText);
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */