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

body {
  overflow-x: hidden;
}

.testimonial-body {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.testimonial-body h2 {
  font-size: 60px;
  text-align: center;
  color: #fff;
  font-family: Raleway_bold;
}

.testimoni-slide {
  display: flex;
  padding: 30px;
  max-width: 60%;
  margin: auto;
}

.slide-cart {
  flex: 1;
  margin: 40px;
  text-align: center;
}

.slide-cart-right {
  margin-top: 100px;
}

.slide-cart img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left;
  margin-bottom: 15px;
  filter: gray;
  /* -webkit-filter: grayscale(1); */
  /* -webkit-transition: all 0.8s ease-in-out; */
}
.slide-cart img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.slide-cart .persone-name {
  font-size: 25px;
  color: #ec303d;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Raleway_reg;
  font-weight: 800;
  letter-spacing: 5px;
}

.slide-cart .person-testimoni {
  color: #e9e9e9;
  font-size: 17px;
  text-align: center;
  font-family: Raleway_reg;
  margin-bottom: 20%;
}

.slide-indicators ul {
  display: flex;
  align-items: center;
  align-items: center;
}

.slide-indicators ul li {
  flex: 1;
  max-width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
  margin: 20px 10px;
}

.image-width-logo {
  position: relative;
  margin-top: 50px;
}

.flex-1 {
  flex: 1;
  width: 50%;
}

.pink-logo-area {
  padding: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -20%;
  background: #ec303d;
  height: 280px;
  width: 280px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.pink-logo-area .title {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Raleway_bold;
}

.pink-logo-area .discover_btn {
  background: #ff535f;
  padding: 10px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 4px 0px 0px rgba(180, 33, 43, 0.25);
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  text-decoration: none;
  font-family: Raleway_bold;
  transition: all 0.3s ease-in-out;
}

.pink-logo-area .discover_btn:hover {
  transform: scale(1.1);
}

.images {
  margin-top: -120px;
}

.mb-150 {
  margin-bottom: 50px !important;
}

.content-area {
  position: relative;
}

.product-tabs-content {
  padding: 0 20px;
  max-width: 1000px;
  margin: auto;
  display: block;
}

.product-tabs {
  margin: auto;
  width: fit-content;
}

.pro-tabs {
  color: #ff8089;
  font-family: Raleway_reg;
  text-transform: uppercase;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1.1rem;
}

.brown-back-pro-tabs .pro-tabs {
  color: #e5ded8;
}

.purple-back-pro-tabs .pro-tabs {
  color: #e4e4e4;
}

.pro-tabs.pro-active {
  color: #fff !important;
  font-weight: 600;
}

.product-tabs-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pro-content {
  display: none;
}

.pro-content.pro-content-active {
  display: block;
}

.pro-content h2 {
  text-align: center;
  color: #fff;
  font-family: Raleway_bold;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.product-list-row .imgList .obj {
  cursor: pointer;
  width: 25%;
  display: inline-block;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.product-list-row .imgList .objimg {
  position: relative;
}

.product-list-row .imgList .objimg img {
  width: 100%;
}

.objimg span {
  bottom: 70px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  width: 203px;
  height: 203px;
  left: 0;
  top: 13%;
}

.product-slider-area {
  max-width: 100%;
  overflow: hidden;
  max-width: 80%;
  margin: auto;
  display: block;
  margin-top: 3rem;
}

.product-slider-area h2 {
  font-size: 60px;
  text-align: center;
  color: #fff;
  font-family: Raleway_bold;
  margin-bottom: 2.5rem;
}

.product-slider-area .slick-slide {
  transform: scale(0.9);
  transition: transform 0.5s ease-in-out;
}

.product-slider-area .slick-center {
  transform: scale(1.1);
}

.product-slider-area .objimg div {
  bottom: 70px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0, 0.2);
  position: relative;
  z-index: -1;
  max-width: 90%;
  max-height: 60%;
  margin: auto;
  display: block;
  width: 240px;
  height: 240px;
  margin-top: -45%;
}

.product-list-row .imgList .objimg p {
  text-align: center;
  color: #fff;
  font-family: Raleway_reg;
}

.left-side-bar-tabs {
  position: fixed;
  left: 5%;
  background-color: rgba(230, 40, 53, 0.9);
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.19);
  z-index: 99;
}

.left-side-bar-tabs.brown-back {
  background-color: rgb(222, 130, 32);
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.19);
}

.left-side-bar-tabs.purple-back {
  background-color: rgb(128, 34, 212);
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.19);
}

.left-side-bar-tabs .left-tabs {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.juicerBg .left-side-bar-tabs .left-tabs.active,
.juicerBg .left-side-bar-tabs .left-tabs:hover {
  background: #dc1d2b;
  border-left: 1px solid #fff;
}

.mixerBg .left-side-bar-tabs .left-tabs.active,
.mixerBg .left-side-bar-tabs .left-tabs:hover {
  background-color: #d27511;
  border-left: 1px solid #fff;
}

.grinderBg .left-side-bar-tabs .left-tabs.active,
.grinderBg .left-side-bar-tabs .left-tabs:hover {
  background-color: #7517ca;
  border-left: 1px solid #fff;
}

.left-side-bar-tabs .left-tabs img {
  display: block;
}

.left-side-bar-tabs .left-tabs span {
  color: #fff;
  font-size: 1.1rem;
  font-family: Raleway_reg;
  margin-left: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  display: none;
}

.left-side-bar-tabs:hover .left-tabs span {
  display: block;
}

.product-detail-overlay {
  background-color: rgb(230, 40, 53, 0.851);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-detail-overlay.brown {
  background-color: rgb(216, 111, 0, 0.851);
}

.product-detail-overlay.purple {
  background-color: rgb(128, 34, 212, 0.851);
}

.close-pop {
  position: absolute;
  /* top: 30px; */
  right: 50px;
  cursor: pointer;
}

.close-pop span {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.pop-content {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 40px;
  transform: translate(-50%, -50%);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.prod-name {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
  font-family: Raleway_bold;
  font-weight: bold;
}

.prod-dis-sub-title {
  font-size: 23px;
  color: #fff;
  text-decoration: underline;
  font-family: Roboto;
  font-weight: bold;
}

.prod-dis-sub-title:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 35px;
}

.product-dis {
  font-family: Roboto;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.product-dis span {
  font-weight: 800;
}

.pro-slide-img {
  width: 50%;
  display: block;
  margin: auto;
}

.slick-slide:focus {
  outline: none;
}

.prev-button,
.next-button {
  width: 46px !important;
  height: 99px !important;
}

.dimentions {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 100px 110px;
}

.dimentions span {
  color: #fff;
  font-family: Roboto;
  position: relative;
}

.dimentions span:nth-child(2n + 1)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 3px;
}

.highlights {
  display: flex;
}

.highlights div {
  margin-right: 40px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.highlights div::after {
  /* content: url(../../../images/after-right.png); */
  position: absolute;
  top: -50%;
  right: -50%;
  width: 30%;
}

.highlights div:not(:first-child) {
  margin-left: 40px;
}

.banner-image {
  cursor: pointer;
  max-height: 90vh;
  overflow: hidden;
}

.banner-image img {
  max-height: 90vh;
  object-fit: cover;
  width: 100%;
}

.banner-image video {
  max-height: 90vh;
  object-fit: cover;
  width: 100%;
}

.banner-area {
  position: relative;
}

/* .banner-area .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    transform: rotate(90deg);
    bottom: 47%;
    margin-bottom: 0;
    left: -5%;
    right: auto;
    height: auto;
} */

/* .banner-area .carousel-indicators li {
    width: 60px;
} */

.banner-area .carousel-indicators .active {
  background-color: #ec303d;
}

.video-playeer {
  display: none;
}

.video-playeer iframe {
  width: 100%;
  min-height: 90vh;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  outline: none;
  box-shadow: none;
}

.down-arrow {
  width: 60%;
}

.contact-form-arrow span {
  font-size: 11px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.about-details {
  margin: 2rem auto;
  max-width: 85%;
  overflow: hidden;
}

.about-box {
  max-width: 80%;
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.about-box .title {
  color: #fff;
  font-size: 3rem;
  font-family: "Raleway_reg";
  font-weight: bold;
}

.about-box .discrpt {
  color: #fff;
  font-family: "Raleway_reg";
  font-weight: 400;
  text-align: justify;
  font-size: 1rem;
}

/* css for timeline start */

.time-line {
  margin: 10rem auto 8rem;
  padding: 250px 0 0;
  position: relative;
}

.timeline-prev-arrow img,
.timeline-next-arrow img {
  width: 10px;
}

.timeline-prev-arrow,
.timeline-next-arrow {
  display: flex;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00000045;
  padding: 15px 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.timeline-prev-arrow {
  margin-right: 15px;
}

.timeline-next-arrow {
  margin-left: 15px;
}

.timeline-slider-with-years {
  /* max-width: 800px; */
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  justify-content: center;
}

.timeline-slider-with-years ul::after {
  content: "";
  display: block;
  height: 1px;
  width: 750px;
  z-index: 1;
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  border-bottom: 1px dashed #ffffff;
}

.timeline-slider-with-years .timeline-years ul {
  list-style: none;
  justify-content: space-between;
  margin-bottom: 0;
  width: 750px;
}

.timeline-slider-with-years .timeline-years ul li {
  text-align: center;
  margin: 0 10px;
  z-index: 99;
  flex: 1;
  max-width: 90px;
  margin: auto;
}

.timeline-slider-with-years .timeline-years ul li a {
  color: #fff;
  background: #222b41;
  padding: 5px 30px;
  border-radius: 20px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.timeline-slider-with-years .timeline-years ul li.active a {
  opacity: 1;
}

.data-timeline-content {
  max-width: 800px;
  margin: auto;
  overflow-x: hidden;
}

.content-slide {
  margin-left: 0;
  transition: margin-left 0.5s ease;
}

.content-box {
  max-width: 800px;
  width: 100%;
}

.content {
  max-width: 60%;
  margin: auto;
  /* margin-left: auto; */
  /* margin-right: 30px; */
  display: block;
  text-align: center;
  transition: all 1s cubic-bezier(0.89, -0.03, 0.11, 0.94);
}
.content-img {
  margin: 0 auto;
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: -22%;
  /* background: #000; */
  left: 50%;
  transform: translate(-50%);
}
.content-img img {
  width: 200px;
}
.content-img img:nth-child(2) {
  width: 270px;
  transition: width 800ms cubic-bezier(0.5);
}
.content div:nth-child(n + 2):nth-child(-n + 4) {
  width: 235px;
  height: 235px;
  background: rgb(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%);
}
.content div:nth-child(2) {
  top: -9%;
  left: 26%;
}
.content div:nth-child(3) {
  left: 52%;
  top: -10%;
  scale: 1.3;
  transition: width 800ms cubic-bezier(0.5);
}
.content div:nth-child(4) {
  top: -9%;
  left: 73%;
}
.content p {
  color: #fff;
  font-size: 1.1rem;
  text-align: justify;
  font-family: "Raleway_reg";
  font-family: 400;
}

.content-box {
  display: none;
}

.content-box.active {
  display: block;
}

.float-button {
  position: absolute;
  right: -50px;
  top: 35%;
  background: rgba(230, 40, 53, 0.9);
  padding: 10px 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 6px 1px 9px 0px rgb(0 0 0 / 19%);
  z-index: 1;
  display: none;
}

.float-button i {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transition: transform 0.5s ease;
}

.float-button.rotate i {
  transform: rotate(180deg);
}

#languages .dropdown-arrow {
  border: none !important;
  background: none !important;
  position: absolute;
  top: 8px;
  right: 0;
  transform: rotate(0deg) !important;
}

#languages .dropdown-arrow i {
  color: #fff;
}

/* css for timeline end */

.section_navigation {
  position: fixed;
  left: 20px;
  top: 0;
  height: 100vh;
  /* background: red; */
  display: grid;
  align-items: center;
}

.section_navigation .sec_navigation {
  width: max-content;
  display: flex;
  margin: auto;
  flex-direction: column;
}

.section_navigation .sec_navigation div {
  height: 35px;
  background: #fff;
  width: 4px;
  margin: 25px 10px;
  cursor: pointer;
}

.section_navigation .sec_navigation div.active {
  background: red;
}

/*////////////////////////////////////////////////////////////////////
//  03 - SECTION 13 
////////////////////////////////////////////////////////////////////*/

.section13 {
  background-color: #aad4b3;
  height: auto;
}

.section13 .subscribe {
  background-color: #dddddd;
}

.footer_nav {
  background-color: #ec303d;
  border-bottom: 2px solid #c2131f;
}

.section13 .footer_nav .container {
  display: table;
  width: 100%;
  max-width: 1142px;
}

.footer_col {
  margin: 0;
  width: 20%;
  float: left;
  min-height: 80px;
  text-align: center;
  padding-left: 0px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #d51825;
  list-style-type: none;
}

.footer_col .flogo {
  /* padding: 10px 20px; */
  width: 180px;
  color: #000;
  font-weight: bold;
  /* background-color: #fff; */
}

ul.footer_col:nth-last-child(1) {
  border: 0;
}
.footer_col:nth-child(4) li a {
  width: 160px;
}
.footer_col li a {
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  width: 90px;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
.footer_col li a:hover {
  font-weight: bold;
}

.copyright {
  background-color: #e02734;
  font-size: 18px;
  color: #fff;
}

.copyright .left {
  float: left;
}

.copyright .right {
  float: right;
}

.copyright .right a {
  color: #ffdf01;
}

.section13 .container {
  font-family: Roboto;
  margin: auto;
  padding: 40px 5px;
  max-width: 1178px;
}

.section13 .container H4 {
  font-family: Roboto;
  font-weight: normal;
  text-align: center;
}

.section13 .container .text_wrapp {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}

.section13 #subForm {
  font-size: 0px;
  margin: auto;
  width: 50%;
}

.section13 .container .bnt_wrapp .btn {
  user-select: none;
  background: #ec303d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 11px 30px 11px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.section13 .container .bnt_wrapp .btn:hover {
  color: #ffffff;
  background: #ec303d;
  border-color: #ec303d;
}

.section13 input:focus {
  outline: 0;
}

.section13 .btn:focus {
  outline: 0;
}

.section13 .container .text_wrapp #fieldEmail {
  background: #ffffff;
  border: medium none;
  box-shadow: none;
  color: #373737;
  float: left;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  padding: 13px 10px;
  position: relative;
  top: 0px;
}

.section13 .container .text_wrapp #fieldEmail::-webkit-input-placeholder {
  color: #494949;
  font-weight: normal;
}

.section13 .container .bnt_wrapp {
  width: 25%;
  display: inline-block;
}

.section13 .container .bnt_wrapp .btn {
  user-select: none;
  background: #ec303d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  min-width: 155px;
  padding: 15px 28px ;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 3px solid #ec303d;
}

.section13 .container .bnt_wrapp .btn:hover {
  color: #ffffff;
  background: #ec303d;
  border-color: #ec303d;
}

.section13 input:focus {
  outline: 0;
}
.section13 .btn:focus {
  outline: 0;
}

#thankyou {
  display: block;
  margin: auto;
  padding: 20px;
  width: 340px;
  margin-top: 20px;
}

#madeby {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 10px;
}
#madeby a {
  text-decoration: none;
  color: #fff;
}

#madeby img {
  height: 40px;
  vertical-align: middle;
}

.navigation {
  margin: auto;
  width: fit-content;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  display: block;
  float: none;
  height: 30px;
  max-width: 600px;
  top: 80px;
  z-index: 9999;
  /* background: #ec303d; */
}
.navigation a.active {
  color: #fff;
  font-weight: 600;
}
.navigation a,
.navigation a:hover {
  color: #fff;
  font-family: Raleway_reg;
  text-transform: uppercase;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: none;
}
.page-section {
  margin-top: 109px;
}
.pro-content {
  /* padding-top: 80px; */
}
#menuToggle {
  display: block;
  position: absolute;
  top: 3px;
  right: -18px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;

  background: #fff;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menu {
  position: fixed;
  width: 370px;
  margin: -100px 0 0 0;
  padding: 50px 0 50px 0;
  padding-top: 125px;
  right: -370px;
  text-align: center;
  background-color: rgba(36, 31, 31, 0.6); /* Semi-transparent background */
  list-style-type: none;
  -webkit-font-smoothing: antialiased; /* To stop flickering of text in Safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: all 0.7s ease-in-out;
  height: 112vh;
  backdrop-filter: blur(10px); /* Apply blur effect */
  -webkit-backdrop-filter: blur(10px); /* Apply blur effect for Safari */
}

#menu .logo {
  float: left;
  /* padding: 10px 10px; */
  width: 130px;
  text-align: center;
  background-color: #ec303d;
  /* float: none; */
  /* margin: auto; */
  position: absolute;
  left: 50px;
  top: 60px;
}
#menu li {
  padding: 20px 0;
  font-size: 22px;
  line-height: 1rem;
}

#menu .long-font li {
  font-size: 22px;
  line-height: 1rem;
}

#menu a li:hover,
#menu a li:focus {
  border-left: 2px solid #c93445 !important;
  color: #c93445;
}

#menu a,
#menu a:hover {
  text-decoration: none;
  color: #fff;
}

/*
 * And let's fade it in from the left
 */
/* #menuToggle input:checked ~ ul
{
  transform: none;
  opacity: 1;
  right: 0;
} */

.juicerBg {
  background: #ec303d;
}
.mixerBg {
  background: #ec9130;
}
.grinderBg {
  background: #8b28e2;
}

@media screen and (min-width: 1800px) {
  .banner-area .carousel-indicators {
    left: -3%;
  }
}

@media screen and (min-width: 1500px) {
  .banner-area .carousel-indicators {
    left: -4%;
  }
}

@media screen and (max-width: 1490px) {
  .product-slider-area .objimg div {
    margin-top: -55%;
  }
}

@media screen and (max-width: 1366px) {
  .product-slider-area .objimg div {
    margin-top: -60%;
  }
}

@media screen and (max-width: 1024px) {
  .time-line {
    padding: 190px 0 0;
  }
  .content div:nth-child(n + 2):nth-child(-n + 4) {
    width: 200px;
    height: 200px;
    top: -9%;
  }
  .content-img img {
    width: 190px;
  }
  .content-img img:nth-child(2) {
    width: 230px;
  }
  .content div:nth-child(3) {
    scale: 1.2;
  }

  .hvzoom:before {
    content: "";
    width: 220px !important;
    height: 220px !important;
    position: absolute;
    left: 30px;
    top: 125px;
    z-index: -1;
    border-radius: 100%;
  }
  .atable-mobile {
    display: block;
  }

  .atable-desktop {
    display: none !important;
  }
  .pop-content {
    width: 80%;
  }
  .testimoni-slide {
    width: 75%;
  }
}

@media screen and (max-width: 980px) {
  .content div:nth-child(2),
  .content-img img:nth-child(1),
  .content div:nth-child(4),
  .content-img img:nth-child(3) {
    display: none;
  }
  .content-img img:nth-child(2) {
    width: 200px;
  }
  .content div:nth-child(3) {
    scale: 1;
  }
  .obj .objimg img {
    left: 6px;
  }
  .section1 .layer .medium {
    background-image: url("../images/home_bg_middle_mobile.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
  }
  .logoText h2 {
    font-size: 2em;
    margin-left: 14px;
  }

  .logoText p {
    font-size: 1em;
  }
  .section2 section:nth-child(2) .imgList,
  .section2 section:nth-child(3) .imgList {
    padding: 0;
  }
  .multiple-items .slick-dots {
    display: block;
  }
  .titleslide .title {
    font-size: 28px;
    letter-spacing: 19px;
    line-height: 1.6;
  }
  .obj .objimg {
    top: 120px;
  }
  .bloc {
    font-size: 20px;
    line-height: 35px;
  }
  .section2 section h2 {
    font-size: 20px;
  }
  .section2 section h2:after {
    top: 39px;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
  }
  /* .obj .objimg:before{
		left: 20px;
    	top: 124px;
    	height: 150px;
	} */
  .p .pObj {
    bottom: 30px;
  }
  .section9 .paragraph {
    top: 6vh;
    left: calc(9% - 0px);
  }
  .section9 .paragraph {
    position: relative;
    padding-top: 20px;
    top: 0;
    left: auto;
    text-align: center;
  }
  .equipe1 h2 {
    font-size: 35px;
  }
  /* ul.footer_col {
		width: 33.33%;
		display: inline-block;
	} */
  .footer_col:nth-child(4) li a {
    width: 100%;
  }
  /* .section9{
		height: auto;
		padding-top: 30px;
		padding-bottom: 50px;
	} */
  /* .equipe1{
		max-width: 80%;
	    margin: auto;
	    position: relative;
	    left: 0;
	    top: 0;
	}
	.equipe1 img{
		height: auto;
		max-width: 100%;
	}
	.equipe2{
		max-width: 80%;
	    margin: auto;
	    position: relative;
	    top: 0;
	    left: 0;
	    padding-top: 20px;
	}
	.equipe2 h2{
		font-size: 35px;
    	text-align: center;
	}
	.equipe2 img{
		height: auto;
		max-width: 100%;
	} */
  .copyright .left,
  .copyright .right {
    float: none;
    text-align: center;
    line-height: 2;
    font-size: smaller !important;
  }
  .section13 #subForm {
    width: 95%;
  }
  .section13 .copyright .container {
    padding: 10px 0px;
  }
  .section13 .container .bnt_wrapp {
    left: 0;
    position: relative;
  }
  .section13 .container .bnt_wrapp .btn {
    min-width: 100%;
    padding: 14px 10px 13px;
  }
  .footer_col {
    width: 100%;
    min-height: 0;
    border-right: 0;
    text-align: center;
  }
  .footer_col li a {
    width: 100%;
    padding: 6px 0;
    display: inline-block;
  }
  .sushis {
    left: calc(50% + -200px);
  }
  .sushis img {
    max-width: 100%;
  }
  .frittes {
    left: calc(50% + 150px);
  }
  .tomates-cerise {
    left: calc(50% - 660px);
  }
  /*.section6{
		height: 3220px;
	}*/
  /*.section6 .atable img{
		max-width: 100%;
		width: 100%;
	}*/
  /*.basilic,.menucarte,.plate1,.salade,
	.tomates-cerise,.planchecharcuterie,
	.surlepouce,.burger,.frittes,.nosplats,.sushis{
		position: relative;
	    top: 0;
	    left: 0;
	}
	svg#tracesvg{
		display: none;
	}*/
  #myVideo {
    height: 640px;
  }
  .obj .objimg img {
    width: 100%;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .imgList .obj {
    width: 50% !important;
    display: inline-block;
    height: 200px;
    float: left;
  }
  .obj .objimg {
    width: 100%;
    top: 13%;
    max-width: 110px;
    height: auto;
    position: relative;
  }
  .obj .objimg {
    top: 0;
  }
  /* .obj .objimg:before {
		left: 5px;
		top: 85px;
		height: 155px;
	} */
  .obj .objimg {
    top: 25px !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  .obj .objimg:before {
    left: -13px !important;
    top: 47px !important;
    height: 130px !important;

    /* left: -13px !important;
		top: 57px !important;
		height: 160px !important; */
  }
  .section8 .title .titleObj h2 {
    font-size: 2em;
  }
  .obj .objimg .ptitle {
    position: relative;
    top: -34px;
  }
  .slide .ptitle {
    position: relative;
    top: -100px;
  }
  video {
    /* object-fit: contain; */
    width: 100%;
    height: 640px;
  }
  .menu {
    display: none;
  }
  .parassol.ombre img {
    width: 140px;
    height: auto;
    display: none;
  }

  .parassol.rouge {
    z-index: 521;
    top: -15px;
    left: calc(50% - 160px);
  }
  .parassol.rouge.ombre {
    z-index: 520;
    top: 15px;
    left: calc(50% - 132px);
  }
  .titlefix h2,
  .titlefix h1 {
    font-size: 3em;
    font-weight: 100 !important;
  }
  .parassol img {
    width: 150px;
    height: auto;
  }
  .parassol.vert {
    z-index: 526;
    top: -37px;
    right: calc(50% - 132px);
  }
  .parassol.creme {
    z-index: 524;
    top: 50px;
    right: calc(50% - 122px);
  }
  .titlefix {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 135px;
    margin: auto;
    text-align: center;
    /* display: none; */
  }
  .section5 {
    height: 40vh;
  }
  .section6 {
    height: 2445px;
  }
  .section9 {
    padding: 5px;
  }
  .main-slider .slick-prev,
  .main-slider .slick-next {
    display: none;
  }
  .multiple-items .slick-list {
    margin: 0;
  }
  .equipe1 {
    max-width: 100%;
    margin: auto;
    position: relative;
    left: 0;
    top: 0;
  }
  .testimonial-Items {
    /* border: 1px solid #000; */
    max-width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    margin: auto;
  }
  .testimonial-text {
    color: #01a985;
    position: relative;
    right: auto;
    left: auto;
    margin: auto;
    text-align: center;
    font-size: 40px;
    margin: 5px 0;
  }
  .testimonial-Items-second {
    margin-top: 25px;
  }
  .multiple-items .slick-next,
  .multiple-items .slick-prev {
    display: none !important;
  }
  .multiple-items .slick-dots {
    width: 100%;
    bottom: -25px;
    position: absolute;
    text-align: center;
    display: block !important;
    left: auto;
  }
  #products .title .titleObj {
    position: relative;
    width: 100%;
    margin-top: 25%;
    margin-bottom: 10%;
  }
  .section9 {
    height: 220vh;
  }
  .footer_col {
    width: 100%;
    min-height: 0;
    border-right: 0;
    text-align: left;
    padding: 0 15px;
  }
  .footer_col .flogo {
    margin: auto;
  }
  .obj .objimg:before {
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    left: 30px;
    top: 125px;
    z-index: -1;
    border-radius: 100%;
  }
  .hvzoom:before {
    content: "";
    width: 170px !important;
    height: 170px !important;
    position: absolute;
    left: 30px;
    top: 125px;
    z-index: -1;
    border-radius: 100%;
  }
  .regular .slick-next,
  .regular .slick-prev {
    top: 50%;
  }
  .regular .slick-prev {
    left: 10%;
  }
  .regular .slick-next {
    right: 8% !important;
  }
  #discover .slick-prev {
    left: 12% !important;
  }
  .regular .slick-dots {
    display: none !important;
  }
  .section8 .title .titleObj h2:after {
    display: none;
  }
  .pop-content {
    height: 80%;
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .timeline-slider-with-years ul::after,
  .timeline-slider-with-years .timeline-years ul {
    width: 600px;
  }
  .timeline-slider-with-years {
    width: 745px;
  }
  .content div:nth-child(3) {
    left: 50%;
  }
  .product-slider-area .objimg div {
    height: 130px !important;
  }
  .product-list-row .imgList .objimg p {
    position: relative;
    top: 16px;
    left: 11px;
    font-size: 15px !important;
  }
  .objimg span {
    width: 123px;
    height: 123px;
  }

  .product-list-row {
    margin-top: 30px;
  }
  .left-side-bar-tabs {
    right: 0;
    left: -300px;
    top: 150px;
    width: 300px;
    transition: left 0.5s ease-out;
  }

  .juicerBg .left-side-bar-tabs .left-tabs.active,
  .juicerBg .left-side-bar-tabs .left-tabs:hover {
    background: rgba(220, 29, 43, 0.9);
  }

  .product-tabs-content {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  /* .left-side-bar-tabs .left-tabs {
        padding: 10px;
        display: inline-block;
        align-items: center;
        cursor: pointer;
        width: 25%;
        float: left;
    } */
  /* .left-side-bar-tabs .left-tabs img {
        display: block;
        margin: 0 auto;
    } */
  .left-side-bar-tabs .left-tabs span {
    display: block;
  }
  .navigation a,
  .navigation a:hover {
    color: #fff;
    font-family: Raleway_reg;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: none;
  }
  .navigation {
    margin: auto;
    width: fit-content;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: max-content;
    display: block;
    float: none;
    height: auto;
    max-width: 600px;
    top: 77px;
    z-index: 9;
    background: rgba(236, 48, 61, 0.9);
  }
  /* #menuToggle input:checked ~ ul {
    transform: none;
    opacity: 1;
    right: 0;
} */
.testimoni-slide {
  display: flex;
  padding: 10px;
  max-width: 85%;
  margin: auto;
}
.slide-cart{
  margin: 20px;
}
.slide-cart img {
  /* width: 75%; */
}
.about-details div.row{
  align-items: center;
}
}

@media screen and (max-width: 600px) {
  .testimoni-slide {
    max-width: 100%;
    flex-direction: column;
    padding: 0px;
  }

  .slide-cart-right {
    margin-top: 0;
  }

  .pink-logo-area {
    width: 220px;
    height: 220px;
  }

  .pink-logo-area .title {
    margin-top: 0;
    font-size: 12px;
  }

  .pink-logo-area img {
    max-width: 100px;
  }

  .pink-logo-area .discover_btn {
    font-size: 12px;
  }

  .image-width-logo .d-flex {
    flex-direction: column;
  }

  .image-width-logo img {
    width: 100%;
  }

  .testimonial-body h2 {
    font-size: 30px;
  }

  .product-tabs {
    overflow-x: auto;
    white-space: nowrap;
    width: max-content;
  }

  .pro-tabs {
    font-size: 10px;
  }

  .product-list-row .imgList .objimg {
    margin: auto;
    width: 80%;
    display: block;
  }

  .pro-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .close-pop {
    top: 18px;
    right: 20px;
  }

  .prod-name {
    font-size: 30px;
  }

  .pro-detail-flex {
    flex-direction: column-reverse;
  }

  .product-detail-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pro-slide-img {
    width: 70%;
  }

  .prod-dis-sub-title {
    font-size: 20px;
  }

  .product-dis {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .dimentions {
    grid-template-columns: 100px 110px;
  }

  .dimentions span {
    font-size: 14px;
  }

  .dimentions span:nth-child(2n + 1)::after {
    display: none;
  }

  .highlights {
    flex-direction: column;
  }

  .highlights div {
    margin: 0;
    flex-direction: row;
  }

  .highlights div span:first-child {
    margin-right: 10px;
  }

  .highlights div:not(:first-child) {
    margin: 0;
  }

  .product-list-row .imgList .objimg p {
    font-size: 19px;
    margin-bottom: 0;
  }

  .image-width-logo .images img:last-child {
    display: none;
  }

  /* .banner-area .carousel-indicators li {
        width: 20px;
    } */

  .product-slider-area {
    max-width: 100%;
  }

  .product-slider-area .objimg div {
    margin-top: -70%;
  }

  .product-slider-area h2 {
    font-size: 25px !important;
  }
  .about-box {
    margin: auto !important;
  }
  .about-box .title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .about-box .discrpt {
    font-size: 1rem;
  }

  .timeline-slider-with-years {
    max-width: 300px;
  }

  .timeline-slider-with-years .timeline-years ul li {
    display: none;
  }

  .timeline-slider-with-years .timeline-years ul li.active {
    display: block;
  }

  .timeline-slider-with-years .timeline-years ul {
    width: 250px;
  }

  .timeline-slider-with-years ul::after {
    width: 250px;
  }

  .content p {
    font-size: 0.9rem;
  }

  .product-slider-area .slick-center {
    transform: scale(1);
  }

  .top_nav .logo {
    max-width: 26%;
  }

  .float-button {
    display: block;
  }

  .navigation {
    max-width: 100%;
    width: max-content;
    white-space: nowrap;
    overflow-x: auto;
  }

  .navigation a,
  .navigation a:hover {
    min-width: 33.34%;
  }
  .pop-content {
    width: 90%;
    padding: 30px 20px;
  }
  
  .about-box {
  max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .logoText h2 {
    font-size: 1.5em;
    margin-left: 14px;
  }
  .titleslide .title p {
    font-size: 25px;
    letter-spacing: 5px;
  }
  /* .titleslide .title{
		font-size: 28px;
		letter-spacing: 19px;
		line-height: 1.6;
	} */
  .obj .objimg {
    top: 180px;
  }
  
  .abttext{
      padding-right: 0px!important;
    padding-left: 0px!important;
  }

  .about_us .obj .objimg {
    top: 0 !important;
    max-width: 100%;
  }

  .bloc {
    font-size: 20px;
    line-height: 25px;
  }
  .section2 section h2 {
    font-size: 2.2em;
  }
  .section2 section h2:after {
    top: 39px;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
  }
  .obj .objimg:before {
    left: 10px;
    top: 57px;
    height: 70px;
  }
  .p .pObj {
    bottom: 90px;
  }
  .section9 .paragraph {
    top: 6vh;
    left: calc(9% - 0px);
  }
  .section9 .paragraph {
    position: relative;
    padding-top: 20px;
    top: 0;
    left: auto;
    text-align: center;
  }
  .equipe1 h2 {
    font-size: 35px;
  }
  .section9 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .equipe1 {
    max-width: 80%;
    margin: auto;
    position: relative;
    left: 0;
    top: 0;
  }
  .equipe1 img {
    height: auto;
    max-width: 100%;
  }
  .equipe2 {
    max-width: 80%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 20px;
  }
  .equipe2 h2 {
    font-size: 35px;
    text-align: center;
  }
  .equipe2 img {
    height: auto;
    max-width: 100%;
  }
  .copyright .left,
  .copyright .right {
    float: none;
    text-align: center;
    line-height: 2;
    font-size: smaller !important;
  }
  .section13 #subForm {
    width: 95%;
  }
  .section13 .copyright .container {
    padding: 10px 0px;
  }
  .section13 .container .bnt_wrapp {
    left: 0;
    position: relative;
  }
  .section13 .container .bnt_wrapp .btn {
    min-width: 100%;
    padding: 19px 8px 13px 8px;
  }
  .footer_col {
    width: 100%;
    min-height: 0;
    border-right: 0;
    text-align: left;
  }
  .footer_col li a {
    color: #fff;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .section6 {
    height: 140vh;
  }
  .section6 .atable img {
    max-width: 100%;
    width: 100%;
  }
  .basilic,
  .menucarte,
  .plate1,
  .salade,
  .tomates-cerise,
  .planchecharcuterie,
  .surlepouce,
  .burger,
  .frittes,
  .nosplats,
  .sushis {
    position: relative;
    top: 0;
    left: 0;
  }
  svg#tracesvg {
    display: none;
  }

  .objimg span {
    width: 110px;
    height: 110px;
  }
  .product-slider-area .objimg div {
    height: 240px !important;
  }
}

@media screen and (max-width: 380px) {
  .objimg span {
    width: 98px !important;
    height: 98px !important;
  }
  .navigation a,
  .navigation a:hover {
    font-size: small;
  }
  .timeline-slider-with-years ul::after {
    width: 195px;
  }
  .timeline-slider-with-years .timeline-years ul {
    width: 195px;
  }
  .content div:nth-child(n + 2):nth-child(-n + 4) {
    top: -13%;
  }
  .section13 .container .text_wrapp {
    width: 70%;
  }
}

@media screen and (max-width: 360px) {
  /* .p .pObj {
		bottom: 150px;
	} */
  .panel .p .pObj {
    bottom: 150px;
  }
  .obj .objimg .ptitle {
    position: relative;
    top: -38px;
  }
  .obj .objimg {
    top: -80px !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  .imgList .obj {
    width: 50% !important;
    display: inline-block;
    height: 175px;
    float: left;
  }
  .bloc {
    font-size: 15px;
    line-height: 25px;
  }

  .objimg span {
    width: 92px !important;
    height: 92px !important;
  }
  .timeline-slider-with-years ul::after {
    width: 185px;
  }
  .timeline-slider-with-years .timeline-years ul {
    width: 185px;
  }
}

@media screen and (max-width: 340px) {
  .about_us .product-slider-area .objimg div {
    height: 210px;
    width: 210px;
  }
  .page-section {
    margin-top: 30px;
  }
  .pro-content h2 {
    font-size: 2rem;
    margin-bottom: 7rem;
  }
  .left-side-bar-tabs {
    width: 270px;
  }
  .float-button {
    right: -80px;
  }
  .float-button.rotate {
    right: -53px;
  }
  .section13 .container .text_wrapp {
    width: 65%;
  }
}

@media screen and (max-width: 330px) {
  .objimg span {
    width: 82px !important;
    height: 82px !important;
  }
  .product-list-row .imgList .objimg p {
    font-size: 15px;
    top: 24px !important;
  }
}
