@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*======================
   01.fonts
========================*/

:root {
  --white: #ffffff;
  --black: #000000;
  --color_23: #232423;
  --color_85: #858585;
  --color_08: #0a0708;
  --color_d1: #d1d1d1;
  --color_45: #454545;
  --color_8a: #8a8a8a;
  --color_ea: #eaeaea;
  --color_f5: #f5f5f5;
  --red: #b91f24;
  --green: #d0962b;

  --boxShadow: 0 0 2.5rem 0.1rem rgba(0, 0, 0, 0.15);

  --white_img: brightness(0) saturate(100%) invert(99%) sepia(0%)
    saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);

  --black_img: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%);

  --red_img: brightness(0) saturate(100%) invert(12%) sepia(76%) saturate(4288%)
    hue-rotate(348deg) brightness(108%) contrast(89%);

  --montserrat: "Montserrat", sans-serif;
  --roboto: "Roboto", sans-serif;

  --header_height: 7rem;
  --header_height_with_margin: 8rem;
}

/*======================
   02. Basic css
========================*/
html {
  font-size: 0.6613vw;
}
a,
button,
img {
  transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--roboto);
  background: #fff;
  color: #494949;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: var(--color_85);
}

main {
  margin-top: var(--header_height);
}

ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--dark_red);
}
img {
  transition: 0.3s ease-in-out;
}
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--roboto);
  color: var(--color_08);
}

h2 {
  font-size: 4rem;
  line-height: 4.688rem;
}
h3 {
  font-size: 3.2rem;
  line-height: 3.75rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 2.813rem;
}

/* texts */
.text_2xl {
  font-size: 2.4rem;
  line-height: 2.813rem;
}
.text_xl {
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.text_lg {
  font-size: 1.8rem;
  line-height: 1.2rem;
}
.text_md {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.text_sm {
  font-size: 1.4rem;
  line-height: 1.641rem;
}
.text_xsm {
  font-size: 1rem;
  line-height: 1.3rem;
}

/* colors */
.text_color08 {
  color: var(--color_08) !important;
}
.bg_color08 {
  background: var(--color_08) !important;
}

.text_black {
  color: var(--black) !important;
}

.bg_black {
  background: var(--black) !important;
}

.text_color23 {
  color: var(--color_23) !important;
}
.bg_color23 {
  background: var(--color_23) !important;
}

.text_color45 {
  color: var(--color_45) !important;
}
.bg_color45 {
  background: var(--color_45) !important;
}

.text_colord1 {
  color: var(--color_d1) !important;
}
.bg_colord1 {
  background: var(--color_d1) !important;
}

.text_red {
  color: var(--red) !important;
}
.bg_red {
  background: var(--red) !important;
}

.text_color85 {
  color: var(--color_85) !important;
}
.bg_color85 {
  background: var(--color_85) !important;
}

.text_color8a {
  color: var(--color_8a) !important;
}
.bg_color8a {
  background: var(--color_8a) !important;
}

.text_colorEa {
  color: var(--color_ea) !important;
}
.bg_colorEa {
  background: var(--color_ea) !important;
}

.bg_colorf5 {
  color: var(--color_f5) !important;
}
.bg_colorf5 {
  background: var(--color_f5) !important;
}

/* space */
.space_40 {
  letter-spacing: 0.4em;
}
.space_20 {
  letter-spacing: 0.2em;
}
.space_0 {
  letter-spacing: 0em;
}

/* image colors */
.white_img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%)
    saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%)
    hue-rotate(67deg) brightness(112%) contrast(100%);
}
.black_img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%)
    saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%)
    hue-rotate(309deg) brightness(93%) contrast(107%);
}
.red_img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(76%) saturate(4288%)
    hue-rotate(348deg) brightness(108%) contrast(89%);
}

/* fonts */
.roboto {
  font-weight: var(--roboto) !important;
}
.montserrat {
  font-weight: var(--montserrat) !important;
}

/* text transform */
.uppercase {
  text-transform: uppercase !important;
}

/* Font Weights */
.f_300 {
  font-weight: 300 !important;
}
.f_400 {
  font-weight: 400 !important;
}
.f_500 {
  font-weight: 500 !important;
}
.f_600 {
  font-weight: 600 !important;
}
.f_700 {
  font-weight: 700 !important;
}
.f_800 {
  font-weight: 800 !important;
}
.f_900 {
  font-weight: 900 !important;
}

/* page loader  */
#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader3 {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  padding: 0rem;
  text-align: left;
}

.loader3 span {
  position: absolute;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: var(--color_08);
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/* -------------- Back to top ------------ */
.back-to-top {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 4.5rem;
  text-align: center;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  border-radius: 50%;
  background: #000;
  z-index: 1000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top:hover {
  background: var(--red);
}

.back-to-top img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
    saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 2rem;
}

.topbtn_hide {
  opacity: 1;
}

/* ============= hamburger_btn ============= */
.hamburger_btn input {
  display: none;
}
.hamburger_btn .grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.hamburger_btn .grid > * {
  position: relative;
}
.hamburger_btn label {
  display: block;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}
.hamburger_btn svg {
  width: 11rem;
  height: 11rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.hamburger_btn circle {
  font-size: 5rem;
}
@media (min-aspect-ratio: 1) {
  .hamburger_btn label {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.hamburger_btn .menu--1 label {
  bottom: 0;
}
.hamburger_btn .menu--1 label {
  right: 0;
}
.hamburger_btn path {
  fill: none;
  stroke: var(--green);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger_btn circle {
  fill: rgba(255, 255, 255, 0);
  opacity: 0;
}
.hamburger_btn label:hover circle {
  opacity: 1;
}
.hamburger_btn .cross input:checked + svg .line--1,
.hamburger_btn .cross input:checked + svg .line--3 {
  --length: 22.627416998;
}
.hamburger_btn .cross input:checked + svg .line--2 {
  --length: 0;
}
.hamburger_btn .back input:checked + svg .line--1,
.hamburger_btn .back input:checked + svg .line--3 {
  --length: 8.602325267;
}
.hamburger_btn .menu--1 .line--1,
.hamburger_btn .menu--1 .line--3 {
  --total-length: 126.6418304443;
}
.hamburger_btn .menu--1 .line--2 {
  --total-length: 70;
}
.hamburger_btn .menu--1 input:checked + svg .line--1,
.hamburger_btn .menu--1 input:checked + svg .line--3 {
  --offset: -94.1149185097;
}
.hamburger_btn .menu--1 input:checked + svg .line--2 {
  --offset: -50;
}

/* =========== buttons =========== */
.button {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 10px 30px !important;
  gap: 1.5rem;
  height: 4.2rem;
  background: var(--red);
  color: var(--white) !important;
  padding: 0 2rem;
  transition: 0.25s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border: 0.1rem solid var(--red) !important;
}

.button > * {
  line-height: 1;
}

.button img {
  width: 2.4rem;
}

.button_red {
  background: var(--red);
  color: var(--white) !important;
}

.button_red:hover,
.button:hover {
  background: #fff;
  color: var(--red) !important;
  border: 0.1rem solid var(--red) !important;
}

.button_red:hover .white_img,
.button:hover .white_img {
  filter: var(--red_img) !important;
}
/* ==================== site_header ================== */
.site_header {
  background: var(--color_08);
  position: fixed;
  height: var(--header_height);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}


@media (min-width: 992px) {
    .brand_second_banner .brand_logo {
        margin-bottom: 0;
    }
    
    .brand_second_banner .col-lg-8 {
        padding-left: 4rem;
    }
}
.primary_menu ul a {
  display: flex;
  align-items: self-start;
  padding: 0;
  margin: 0;
  gap: 1rem;
  text-transform: uppercase;
}

.primary_menu ul a img {
  width: 0.8rem;
  transition: 0.25s;
}

.rotate90 {
  transform: rotate(90deg);
}

.primary_menu ul {
  display: flex;
  gap: 3.5rem;
}

.logo img {
  width: 14rem;
}

.primary_menu ul a:hover {
  opacity: 0.75;
}

.header_right .button {
  height: 3.5rem;
  padding: 1.3rem 2rem !important;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}

.search_field input {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: rgb(255, 255, 255, 0.5);
}

.search_field input {
  height: 100%;
  border: 0.1rem solid #363636;
  background: #292929;
  padding: 1rem 1.2rem;
  margin: 0;
  width: 22rem;
  transition: 0.15s;
}

.search_area {
  height: 3.5rem;
}

.search_field {
  height: 100%;
}

.search_area button {
  width: 3.5rem;
  height: 100%;
  border: transparent;
  background: var(--red);
}

.search_area button img {
  width: 1.6rem;
}

.search_field input::-webkit-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #454545;
}

.search_field input::-moz-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #454545;
}

.search_field input:-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #454545;
}

.search_field input::-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #454545;
}

.search_field input::placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #454545;
}

.search_field input:focus::-webkit-input-placeholder {
  color: #292929;
}

.search_field input:focus::-moz-placeholder {
  color: #292929;
}

.search_field input:focus:-ms-input-placeholder {
  color: #292929;
}

.search_field input:focus::-ms-input-placeholder {
  color: #292929;
}

.search_field input:focus::placeholder {
  color: #292929;
}

.search_field input:focus {
  border: 0.1rem solid rgb(255, 255, 255, 0.3);
}

.search_area button:hover {
  background: rgb(185, 31, 36, 0.75);
}

/* submenu */
.dropdown_menu {
  background: #fff;
  border-radius: 0.5rem;
  width: 30rem;
  position: absolute;
  transform: translateY(1rem);
  transition: 0.5s ease;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.dropdown_available.active .dropdown_menu {
  opacity: 1;
}

.dropdown_menu a {
  height: 5rem;
  display: flex;
  align-items: center !important;
  color: var(--red);
  padding: 0 1.5rem !important;
}

.dropdown_menu a:not(:last-child) {
  border-bottom: 0.05rem solid #efefef;
}

.dropdown_available.active > a img {
  transform: rotate(-90deg);
}
/* ==================== hero area ================== */
.hero_area {
  background: var(--color_08);
  position: relative;
  padding: 25.6rem 0 29.2rem 0;
}

.header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.header_img {
  width: calc(100% - 22.9rem);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}

.hero_shadow {
  z-index: 9;
}

.horizontal_shadow {
  position: absolute;
  left: 22.9rem;
  height: 100%;
  width: 38.3rem;
  top: 0;
}

.vertical_shadow {
  position: absolute;
  height: 35.4rem;
  width: 100%;
  bottom: 0;
  left: 0;
}

.header_img_lg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ============= Hero area ============ */
.product_img_big img {
  width: 23rem;
}

.product_img_big {
  width: 100%;
  background: radial-gradient(
    89.77% 89.77% at 50% 61.04%,
    #f2f2f2 0%,
    #e1e1e1 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
}

.col_gap_24 {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.col_gap_24 > * {
  padding: 0 1.2rem;
}

.product_area .col_gap_24 {
  gap: 0.8rem 0;
}

/* product */
.product_img {
  height: 21.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.25s ease;
  cursor: pointer;
}

.product_img img {
  transition: 0.25s ease;
  width: 12rem;
}



.product:hover .product_img img {
  transform: scale(1.1);
}

.product_img1 img {
  width: 9rem;
}

.product_img2 img {
  width: 12.8rem;
}

.product_img3 img {
  width: 12rem;
}

.product_img4 img {
  width: 17.2rem;
}

.product_img5 img {
  width: 10rem;
}

.product_img6 img {
  width: 10.7rem;
}

.product_img7 img {
  width: 11.3rem;
}

.product_img8 img {
  width: 17rem;
}

.product_img9 img {
  width: 18rem;
}

.product_img10 img {
  width: 14.7rem;
}

.product_img11 img {
  width: 10.8rem;
}

.product_img12 img {
  width: 12rem;
}

/* =============== Help area ============= */
.help_area {
  padding: 7.5rem 0;
  background: #f0f0f0;
}

.help_area_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}

.help_area .content {
  padding: 19.3rem 0 24rem;
}

.help_area .content h4 {
  font-family: var(--montserrat);
}

/* =============== food area ============= */
.food_area {
    padding: 14.3rem 0;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.food_bg_img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
}

.food_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
}

.food_bg.food_bg_leftward {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    linear-gradient(270deg, rgba(0, 0, 0, 0) 40.6%, rgba(0, 0, 0, 0.5) 91.18%);
}

.food_area .row {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.food_area .row > * {
  padding: 0 4.25rem;
}

.food_area .content p {
  color: var(--color_d1) !important;
}

/* =============== brands area ============= */
.brands_area {
  background: #f0f0f0;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brand img {
  width: 24rem;
  transition: 0.25s ease;
}

.brand:hover img {
  transform: scale(0.95);
}

.brand1 img {
  width: 25rem;
}

.brand5 img {
  width: 16rem;
}

.slider1 .owl-stage {
  display: flex;
  align-items: center;
}

/* =============== follow area ============= */
.follow_slider .owl-stage {
  display: flex;
}

.follow_slider img {
  width: 100%;
  height: 29.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 30.4rem;
}

.social_icons {
  gap: 2.5rem;
}

.icon_30 {
  width: 3rem;
}

.social_icons a img {
  transition: 0.25s ease;
}

.social_icons a:hover img {
  transform: scale(1.05);
}

/* =============== Contact area ============= */
.contact_area {
  background: var(--color_23);
}

.contact_area .col_gap_20 {
  gap: 2rem 0;
}

.col_gap_20 {
  margin: 0 -1rem;
}

.col_gap_20 > * {
  padding: 0 1rem;
}

.input_field {
  width: 100%;
  padding: 0 1.6rem;
  height: 4.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #000000;
}

textarea.input_field {
  min-height: 14.3rem;
  padding: 1.4rem 1.6rem;
}

.form_group {
  display: flex;
}

.input_field::-webkit-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #0000004d;
}

.input_field::-moz-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #0000004d;
}

.input_field:-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #0000004d;
}

.input_field::-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #0000004d;
}

.input_field::placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.406rem;
  color: #0000004d;
}

/* =============== Footer area ============== */
.footer_area {
  background: #0a0708;
}

.footer_links a {
  white-space: nowrap;
  transition: 0.25s;
}

.footer_col:nth-child(2) {
  padding-right: 6.4rem;
  padding-left: 12rem;
}

.footer_links a:hover {
  color: var(--white) !important;
}

.footer_col .footer_links a:hover {
  transform: translateX(0.35rem);
}

.footer_logo img {
  width: 28rem;
}

.footer_left ul li:hover {
  color: var(--color_8a);
}

.footer_row2 {
  background: #181818;
}
.footer_exclusive_text
{
    font-size: 1.4rem;
}

/* ============== Navigation ============ */
.navigation {
  background: #f0f0f0;
  height: 3.4rem;
  display: flex;
  align-items: center;
}

.navigation a:hover {
  color: var(--color_08) !important;
}

.navigation img {
  width: 0.9rem;
}

/* ================ hero_inner_page ================ */
.hero_inner_page {
  padding: 13rem 0;
}

.brand_hero_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

/* ================ brand page section ================ */
.brand_logo_main img {
  width: 27.5rem;
  transition: 0.25s ease;
}

.brand_logo_main:hover img {
  transform: scale(0.95);
  opacity: 0.85;
}

.brand_logo_main {
  height: 100%;
}

.brand_logo_main2 img {
  width: 13rem;
}

.brand_logo_main5 img {
  width: 18rem;
}

.brand_logo_main7 img {
  width: 25rem;
}

.brand_logo_main11 img {
  width: 25rem;
}

.brand_logo_main14 img {
  width: 13rem;
}

.brand_logo_main15 img {
  width: 14.5rem;
}

.brand_logo_main16 img {
  width: 25rem;
}

.brand_main .row {
  gap: 2.4rem 0;
}

.brand_main {
  padding: 9.3rem 0 12rem 0;
}

/* ===================== Disclaimer page =================== */
.title20 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.9rem;
  padding-bottom: 0.8rem;
  color: #b91f24;
}

.s_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
}

.s_col.s_col_dark_blue > * {
  background: var(--color_08);
  color: #fff;
}

.s_col > * {
  padding: 0.5rem 1.2rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s_col.s_col_grey > * {
  background: #eaeaea;
}

.s_col_span ul {
  list-style: disc;
}
.disclaimer_content p {
  color: var(--color_85);
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.s_col_span.s_col_span1 p {
  color: var(--color_45);
}

.s_text_table ul {
  color: var(--color_45);
  font-size: 2rem;
}

/* ================ s_contact_area ================ */

/* added alter */

.destination_area {
  background: #f8f8f8;
  padding: 7.7rem 0;
}
.country {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--red);
  font-weight: 300;
  margin-bottom: 1rem;
}

.destination_box .country {
  line-height: 1;
}

.destination_box p:last-child {
  font-size: 1.4rem;
}

.destination_box p:nth-child(3) {
  line-height: 2.2rem;
}

.destination_box h4:nth-child(2) {
  line-height: 2.3rem;
}

.destination_box {
  padding: 3.2rem 2.4rem;
  background: #fff;
}

/* ========== Store_locator_area ============= */
.Store_locator_area h2 {
  font-size: 4.8rem;
}

/* ====================== Waranty registration area ======================= */
.contact_form h5 {
  font-size: 1.6rem;
}

.s_input_field {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.4rem;
  color: var(--color_8a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s_input_field:focus {
  border: 0.1rem solid #000;
}

.s_input_field::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #a9a9a9;
}

.s_input_field::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #a9a9a9;
}

.s_input_field:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #a9a9a9;
}

.s_input_field::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #a9a9a9;
}

.s_input_field::placeholder,
.nice-select .current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #a9a9a9;
}

.row.s_form_row {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  gap: 2.4rem 0;
}

.row.s_form_row > * {
  padding: 0 1.2rem !important;
}

.s_form_group label span:not(.light_red) {
  color: #a9a9a9;
  font-weight: 400;
}

.nice-select.right .list {
  width: 100%;
}
.s_radio_circle {
  background: #fff;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #e8e8e8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s_radio.active .s_radio_circle {
  background: #16216c;
}
.s_radio_circle span {
  position: absolute;
  background: #ffffff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  opacity: 0;
}
.s_radio {
  cursor: pointer;
}
.s_radio.active .s_radio_circle span {
  opacity: 1;
}
.s_radio p {
  color: #949596;
  line-height: 1.4;
}

.s_radio_buttons {
  height: 4.8rem;
}

.s_form_btn .header_btn:not(:hover) {
  background: #fff;
}

.s_form_btn .header_btn .arrow_right {
  width: 1.85rem;
}

.s_form_btn .header_btn:hover .arrow_right {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
    saturate(0%) hue-rotate(222deg) brightness(104%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(222deg) brightness(104%) contrast(103%);
}

.s_form_capcha img {
  width: 30.1rem;
}

.contact_form {
  background: #f0f0f0;
  padding: 4.5rem;
  margin-left: 5.5rem;
  margin-top: 4rem;
}

.s_form_group label {
  color: var(--black);
}

/* =================== s_warranty_reg_area  =================*/
.s_warranty_reg_area .row {
  margin: 0 -3rem;
}

.s_warranty_reg_area .row > * {
  padding: 0 3rem;
}

.blog_sidebar_bottom li a {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  border-bottom: 0.1rem solid #eaeaea;
  height: 4.5rem;
  align-items: center;
  padding: 0 2rem;
  color: #000000;
}

.blog_sidebar_bottom li a img {
  width: 1rem;
  filter: brightness(0) saturate(100%) invert(62%) sepia(7%) saturate(17%)
    hue-rotate(320deg) brightness(98%) contrast(91%);
}

.blog_sidebar_bottom li a:hover,
.blog_sidebar_bottom li a.active {
  background: #b91f24;
  color: #fff;
}

.blog_sidebar_bottom li a.active img,
.blog_sidebar_bottom li a:hover img {
  filter: var(--white_img);
  transform: rotate(90deg);
}

.blog_sidebar_top {
  padding: 1.5rem 2rem;
  background: #eaeaea;
  cursor: pointer;
}

.blog_sidebar_top h3 {
  font-size: 1.8rem;
  line-height: 1;
}

.blog_sidebar_top img {
  transform: rotate(90deg);
}

/* ================ Contact area ================ */
.Contact_form_area .col_gap_20 {
  gap: 1.5rem 0;
}

.form_area_v2 {
  padding: 4.8rem 4.5rem;
  background: #f0f0f0;
}

.form_area_v2 .form_group .input_field {
  border: transparent;
}

.map_area iframe {
  width: 100%;
  height: 43.4rem;
}

/* ================ blog_area ================ */
.blog_area .row {
  gap: 4.3rem 0;
}

.blog_info {
  padding: 3.2rem;
}

.blog_desc_demo {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* sidebar v2 */
.blog:hover .blog_info h6 {
  color: var(--red);
}

.blog:hover .link img,
.link:hover img {
  transform: translateX(0.5rem);
}
.link {
  line-height: 1;
}
.link img {
  transition: 0.25s ease;
  width: 2rem;
}

.blog_sidebar_v2 .search_field input {
  border-color: #eaeaea;
  color: #8a8a8a;
}

.blog_sidebar_v2 .search_field input::placeholder {
  color: #8a8a8a;
}

.blog_sidebar_v2 .search_area {
  display: grid !important;
  grid-template-columns: 1fr 3.5rem;
}

.blog_sidebar_v2 ul {
  margin-top: 2.4rem;
}

.blog_sidebar_v2 ul li button.active,
.blog_sidebar_v2 ul li button:hover {
  font-weight: 700;
  background: var(--white);
  color: var(--red);
}

.blog_sidebar_v2 ul li button {
  background: var(--white);
  color: #000000;
}

.blog_sidebar_v2 ul li button.active img,
.blog_sidebar_v2 ul li button img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(7%) saturate(17%)
    hue-rotate(320deg) brightness(98%) contrast(91%);
  transform: rotate(0deg);
}

.nav-tabs {
  display: grid;
  border: none;
}

.nav-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  border: none !important;
  border-bottom: 0.1rem solid #eaeaea !important;
  padding: 0 2rem;
}

/* =============== blog details page =============== */
.blog_details_area {
  padding: 5.3rem 0 13.7rem 0;
}



.blog_details_bottom .social_icons img {
  width: 2.2rem;
}

.blog_details_bottom .social_icons {
  gap: 2rem;
  padding-left: 1rem;
}

.blog_content .row img {
  height: 49.5rem;
  object-fit: cover;
}

.blog_details_texts_wrap {
  max-width: 92.2rem;
  margin: 0 auto;
}
/* ================== Innovation area ================ */
.col_gap_50 {
  gap: 3.5rem 0;
}

/* ============ s_our_value_area =========== */
.s_our_value_area {
  padding: 4.5rem 0 8.4rem 0;
}
.s_value_box p {
  font-weight: 300;
  line-height: 1.51;
}
.col_gap_35 {
  gap: 2.5rem 0;
}

/* ============ related_blogs_area =========== */
.related_blogs_area {
  background: #f0f0f0;
}
.related_blogs_area .owl-nav {
  display: none !important;
}
.related_blogs_area .blog_info {
  height: 30rem;
}

/* ================= Video area ================ */
.play_video_icon {
  width: 7.3rem;
}

/* ================= model_area ================ */
.model_area {
  border-top: 0.1rem solid #f0f0f0;
}

.text_lines_five {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.model_area .text_lines_five {
  line-height: 1.875rem;
  height: 12rem;
  text-overflow: clip;
}

.model_img {
  height: 25.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.model_img img {
  width: 21.4rem;
  transition: 0.25s ease;
}

.model:hover .model_img img {
  transform: skewY(-2deg) scale(1.05);
}

.model:hover h6 {
  color: var(--red);
}

.model_img1 img {
  width: 20rem;
}

.model_img2 img {
  width: 18rem;
}

.model_img3 img,
.model_img4 img,
.model_img5 img {
  width: 19rem;
}

.model {
  padding: 0 1rem;
}

.model_info_text .text_xsm {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* ================ product_hero ============== */
.product_hero .content {
  text-align: left;
}

.bg_white_text {
  padding: 0.7rem;
  margin-bottom: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 1.406rem;
  width: fit-content;
}

.bg_white_text .pl_15 {
  padding-left: 1.3rem;
}

.product_hero_links a {
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.7rem;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.product_hero_links a:hover:before {
  height: 100%;
}

.product_hero_links a:before {
  background: var(--red);
  height: 0.2rem;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  transition: 0.25s ease;
  z-index: -1;
}

.product_hero_links {
  gap: 0.7rem;
}

.product_hero_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.product_hero_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
}

.product_hero_product {
  width: 19.9rem;
  height: 100%;
  position: absolute;
  left: 6.4rem;
  top: 0;
  object-fit: cover;
}

/* ============= newly added ss slider styles ========== */
.s_b_img img {
  width: 18rem;
}

.s_s_img img {
  width: 4rem;
}

.s_s_img {
  width: 100%;
  height: 12rem;
  border: 0.1rem solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.s_b_img {
  display: flex;
  align-items: center;
  justify-content: center;
}



.owl-nav button.disabled {
  border: 0.1rem solid #a9a9a9 !important;
  background: var(--white);
}

.owl-nav button.disabled img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(0%) saturate(360%)
    hue-rotate(141deg) brightness(76%) contrast(91%);
}

.s_b_img {
  height: 52.1rem;
}

.sticky-top {
  top: var(--header_height_with_margin);
  z-index: 99;
}

.list_table li {
  display: grid;
  grid-template-columns: 22.8rem 1fr;
}

.list_table li {
  font-size: 1.6rem;
  color: var(--color_45);
  line-height: 1.875rem;
  padding: 0.5rem 1rem;
}

.list_table li:nth-child(odd) {
  background: #f4f4f4;
}

.list_table_img {
  padding: 0.5rem;
}

.list_table_logo1 img {
  width: 6.7rem;
}

.list_table_logo2 img {
  width: 8.6rem;
}

/* product right */
.check_lists ul li {
  color: var(--color_08);
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1.2rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
}

.icon_24 {
  width: 2.4rem;
}

.check_lists ul {
  display: grid;
  gap: 0.6rem;
}

/* list table 2 */
.list_table.list_table_v2 li > p:first-child {
  background: #f4f4f4;
  border-right: 0.1rem solid #d0d0d0;
}

.list_table.list_table_v2 li {
  background: #fff;
  padding: 0;
  border-left: 0.1rem solid #d0d0d0;
  border-right: 0.1rem solid #d0d0d0;
}

.list_table.list_table_v2 li p {
  padding: 0.5rem 1.5rem;
  line-height: 2.4rem;
}

.list_table.list_table_v2 li {
  border-bottom: 0.1rem solid #d0d0d0;
}

.list_table.list_table_v2 li:first-child {
  border-top: 0.1rem solid #d0d0d0;
}

/* ============= Demo request ============ */
.demo_request {
  background: #232423;
}

/* ============= Demo request ============ */
.product_main_hero {
  padding: 13rem 0;
}
.product_hero_img .product_main_img {
  height: 100%;
}

/* =============== product_list_area ============== */
.check {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check_box {
  padding: 1.4rem;
  cursor: pointer;
}

.check_box p {
  line-height: 1;
  color: #585757;
}

.check img {
  width: 1.5rem;
}

.check_box.active .check img {
  filter: var(--red_img);
}

.clear_btn_wrap {
  background: #f5f5f5;
}

.blog_sidebar_v3 ul li a img {
  transform: rotate(90deg);
}

.blog_sidebar_v3 ul li a:hover {
  background: #f5f5f5;
  color: #000000;
}

.blog_sidebar_v3 .blog_sidebar_bottom li a img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(7%) saturate(17%)
    hue-rotate(320deg) brightness(98%) contrast(91%);
}

/* =============== product list area =============== */
.product_v2 {
  display: grid;
  grid-template-columns: 24.4rem 1fr;
}

.product_v2 .model_info {
  padding: 2.5rem 2.5rem 2.5rem 0;
}

.product_v2 .model_img {
  margin: 0;
}

.product_v2 .model_img img {
  width: 15.5rem !important;
}

.model .button {
  height: 3.4rem !important;
}

.product_list_area .model_img {
  display: flex;
  justify-content: center;
}

.product_list_area .model_img img {
  width: 12rem;
}

.product_list_area .model_img1 img,
.product_list_area .model_img2 img,
.product_list_area .model_img3 img,
.product_list_area .model_img4 img {
  width: 8rem;
}

.product_list_area .model_img5 img,
.product_list_area .model_img6 img {
  width: 9.5rem;
}

.product_list_area .model_img4 img {
  width: 10rem;
}

.product_list_area .model_img7 img,
.product_list_area .model_img8 img,
.product_list_area .model_img9 img,
.product_list_area .model_img10 img,
.product_list_area .model_img11 img {
  width: 15rem;
}

.product_list_col9_row2 {
  gap: 4rem 0;
}

.col_gap_18 {
  gap: 1.6rem 0;
}

/* =================== Pacojet page ===================== */
.pacojet_bg {
  filter: brightness(0.3) !important;
}

/* =================== help_area_v2 ===================== */
.help_area_v2 {
  padding: 17rem 0 20.5rem 0;
}

.help_area_v2.help_area .content {
  padding: 0;
}

/* ============== pacotizing_area ================= */
.pacotizing_area_img {
  max-width: 99.8rem;
}

/* ============= dishes_variaty_area ============== */
.dishes_variaty_area {
  padding: 10.3rem 0 22.7rem;
  background: url(../img/dishes_variaty_bg.png) no-repeat scroll top left /
    cover;
}

/* ================ product_list_area_v2 =============== */
.product_list_area_v2 .product_item1 img,
.product_list_area_v2 .product_item2 img,
.product_list_area_v2 .product_item3 img,
.product_list_area_v2 .product_item4 img,
.product_list_area_v2 .product_item5 img,
.product_list_area_v2 .product_item6 img,
.product_list_area_v2 .product_item7 img,
.product_list_area_v2 .product_item9 img {
  width: 20rem;
}

.product_img8 img {
  width: 10.1rem !important;
}

.product_item10 img {
  width: 16.5rem !important;
}

.product_item11 img {
  width: 18.5rem !important;
}

.product_item12 img {
  width: 15.5rem !important;
}

.product_list_area_v2 .model_info {
  text-align: center;
  padding: 0 1rem;
}

.product_list_area_v2 .model_info .button {
  margin: 0 auto;
}

.product_list_area_v2 .model {
  height: 100%;
  display: grid !important;
  align-content: space-between;
  grid-template-rows: 25.5rem 1fr;
  gap: 1.6rem;
}

.product_list_area_v2 .model_info {
  display: grid;
  align-content: space-between;
}

.product_list_area_v2 .model_info h6 {
  line-height: 1.1;
}

/* pagination */
.pagination a {
  border: 0.1rem solid #e8e8e8;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949596;
  font-size: 1.4rem;
}

.pagination {
  gap: 0.8rem;
  margin-top: 6.3rem;
}

.pagination a.active {
  color: var(--white);
  background: var(--red);
  border: 0.1rem solid var(--red);
}

.pagination a:hover {
  color: var(--red) !important;
  border: 0.1rem solid var(--red);
}

.pagination a.active img {
  filter: var(--white_img);
}

.pagination a.active:hover {
  background: var(--red);
  color: var(--white) !important;
}

.pagination a.active:hover img {
  filter: var(--white_img);
}

.pagination a:hover img {
  filter: var(--red_img);
}

.pagination_arrow_left img,
.pagination_arrow_right img {
  width: 0.9rem;
}

.three_dots img {
  width: 1.8rem;
}

.pagination_arrow_left img {
  transform: rotate(180deg);
}

.nav-link img {
  width: 0.85rem;
}
.main_nav_dropdown
{
    max-height: 600px;
    overflow-y: scroll;
}
.main_nav_dropdown a
{
    height: 3.5rem;
    font-size: 1.3rem;
}
/* brand page */
.brand_banner
{
    background-size: cover !important;
}
.brand_banner,
.brand_banner p
{
    color: #fff !important;
}
.brand_second_banner {
    padding: 9rem 0;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.92);
}
.brand_banner h1, 
.brand_banner h2,
.brand_banner h3,
.brand_banner h4
{
    color: #fff !important;
}
.brand_second_banner_background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: brightness(0.2);
}

.brand_second_banner .brand_logo {
    max-width: 280px;
    height: auto;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.brand_second_banner h2 {
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--white);
}

.brand_second_banner .row {
    align-items: flex-start;
}
.content_banner_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.2);
  }
  .margin-auto
    {
        margin: auto;
    }
    .h-n
    {
        height: auto !important;
    }
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color_08);
    border-color: var(--color_08);
    }
    .text-bold
    {
        font-weight: bold;
    }
    .home_page_content h4
    {
        letter-spacing: 0.1em;
        margin-bottom: 0.8rem;
    }
    .home_page_content p
    {
        font-size: 1.7rem;
    line-height: 2.6rem;
    }
    .home_page_content img
    {
        max-width: 100%;
    }