@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Common */
.w-webflow-badge {
  display: none !important;
}

/* Navbar */
a {
  text-decoration: none;
}

.custom_navbar {
  background-color: white;
  padding: 5px 0 5px 0;
}

.navbar-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0px 5px 0px;
  z-index: 1000;
  /* Adjust z-index as needed */
  background-color: #fff;
  /* Adjust background color as needed */
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow */
}

.nav-link-text {
  font-family: "Montserrat", sans-serif;
  color: #012346;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.location_sec li a {
  text-decoration: none;
  color: #599BDE;
  font-family: "Montserrat", sans-serif;
}

.location_sec ul>li {
  margin-bottom: 10px;
}

.head_br {
  font-family: "Inter", sans-serif !important;
  color: #012346 !important;
  ;
  font-weight: 600 !important;
  ;
}

.nav-item {
  cursor: pointer;
}

.nav_link {
  text-decoration: none;
}

.menu-button.w--open {
  background-color: #012346;
  border-radius: 10px;
}

.slider-dots-container {
  /* position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(200px);
  display: flex;
  justify-content: center; */
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-top: -20px;
  margin-top: -30px;
  z-index: 100000;
  position: relative;
  justify-content: center;
  height: 30px;
}

.slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  /* Ensure arrows are above slider */
  padding: 60px;
}

.arrowbanner {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.arrowbanner:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.dots {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.6s ease;
}

.dots.active {
  background-color: #599bde;
}


/* Banner Slider */
.slider-container {
  /* position: relative; */
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  height: auto;
}

.slider {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}

.slide img {
  width: 100%;
}

.slide.slide1 {
  position: relative;
}

.sliderMobile {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.slideMobile {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}

/* .slideMobile img{
  width: 100%;
} */

.image-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

/* Banner 1 */
.banner_content {
  position: absolute;
  top: 50%;
  left: 166px;
  transform: translateY(-50%);
  color: white;
}

.banner_content_fsch {
  position: absolute;
  top: 30%;
  left: 30px;
  transform: translateY(-50%);
  color: white;
}

.hty {
  place-content: flex-start;
  margin-top: 20px !important;
}

.banner_content_fsch h1 {
  font-size: 24px !important;
  line-height: 34px !important;
  text-align: left !important;
}

.banner_content_fsch p {
  font-size: 13px !important;
  line-height: 22px !important;
  max-width: 300px !important;
  text-align: left !important;
  margin-top: 20px;
  color: white;
}
.interface-image{
  max-width: 450px;
}
@media screen and (max-width:600px) {
  .interface-image{
    max-width: 250px;
  }

}
.banner_content_sus {
  position: absolute;
  top: 50%;
  right: 166px;
  left: auto;
  transform: translateY(-50%);
  color: white;
}
.app-icon{
  width: 100px;
}
.app-icon2{
  width: 110px;
}
.banner_content_tes {
  position: absolute;
  top: 46%;
  right: 166px;
  left: auto;
  transform: translateY(-50%);
  color: white;
}

.hookcath_details {
  gap: 5px !important;

}

.hookcath_details p {
  text-align: center !important;
  margin-top: 20px;
}

.banner_content_fit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.banner_content h1 {
  color: white;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 63.703px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.16px;
}

.first {
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px !important;
}

.two,
.three {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  background-color: #005c9f;
  color: white;
}

.btn-home:hover {
  background-color: #012346;
  color: white;
}

.banner_content_store button:hover {
  /* border: 1px solid rgb(94, 194, 194); */
  background-color: white;
  color: #489f8c;
}

.banner_content p {
  padding-top: 30px;
  width: 480px;
  text-align: left;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.banner_content button {
  display: flex;
  width: 220px;
  height: 63px;
  padding: 12px 24px 12px 24px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  color: #012346;
  margin-top: 30px;
  background: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.08px;
}

.banner_content_sus button:hover {
  background-color: white;
  color: #012346;
}

.banner_content button span {
  text-align: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.banner_content_sus button {
  display: flex;
  width: 190px;
  height: 55px;
  padding: 0px 18px 0px 18px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  color: white;
  margin-top: 40px;
  background: transparent;
  border: 1px solid white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.08px;
}

.banner_content_tes button {
  display: flex;
  width: 190px;
  height: 55px;
  padding: 0px 18px 0px 18px;
  /* justify-content: flex-end; */
  align-items: center;
  border-radius: 8px;
  color: black;
  margin-top: 40px;
  background: white;
  border: 1px solid white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.08px;
}

.banner_content_store button span {
  border-bottom: none;
}

.banner_content_store button {
  display: flex;
  width: 190px;
  height: 55px;
  padding: 0px 18px 0px 18px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  color: white;
  margin-top: 40px;
  background: #5ec2c2;
  border: 1px solid #5ec2c2;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.08px;
}

.banner_content_ffk button span {
  border-bottom: none;
}

.banner_content_ffk button {
  display: flex;
  width: 190px;
  height: 55px;
  padding: 0px 18px 0px 18px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  color: white;
  margin-top: 40px;
  background: #e97424;
  border: 1px solid #e97424;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.08px;
}

.banner_content_ffk button:hover {
  background-color: white;
  color: #e97424;
}

.seconf_btn {
  text-decoration: none;
}

/* Banner 2 */

.banner-logo_2 {
  width: 200px !important;
  height: 135px;
  margin-top: 40px;
}

.banner_content_2 {
  position: absolute;
  top: 34%;
  left: 170px;
  transform: translateY(-50%);
  color: white;
}

.banner_content_2 h1 {
  font-family: "Montserrat", sans-serif;
  color: #012346;
  text-align: left;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 128.889% */
  letter-spacing: -2.16px;
  margin-top: 30px;
}
.head-pp{
  font-family: "Montserrat", sans-serif;
  color: #012346;
  text-align: left;
  /* font-family: Inter; */
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 50px;
}
.head-pp-two{
  font-family: "Montserrat", sans-serif;
  color: #012346;
  text-align: left;
  /* font-family: Inter; */
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 30px;
}
.para-pp-two{
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: left;
  /* font-family: Inter; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* margin: auto 0 0 auto; */
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 1100px;
}
.para-pp{
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: left;
  /* font-family: Inter; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* margin: auto 0 0 auto; */
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 1100px;
}
.banner_content_2 p {
  font-family: "Montserrat", sans-serif;
  color: #012346;
  width: 480px;
  text-align: left;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* margin: auto 0 0 auto; */
  line-height: 28px;
  margin-top: 30px;
}

.banner_content_2 button {
  display: flex;
  width: 230px;
  height: 63px;
  padding: 12px 24px 12px 24px;
  /* margin: auto 0 0 auto; */
  align-items: center;
  border-radius: 8px;
  background: #507ca9;
  margin-top: 20px;

  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.08px;
}

.banner_content_2 button span {
  text-align: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.banner_content_2 div {
  display: flex;
  justify-content: flex-start;
}

.banner_content_2 {
  margin-top: 100px;
}

/* Banner Down */

.banner_down {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
}

.logos {
  background: #012346;
  padding: 45px 119px 45px 166px;
}

.view_brochure {
  display: flex;
  align-items: center;
}

.view_brochure p {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
  /* border-bottom-width: 3.1px; */
  margin-bottom: 0;
  margin-left: 20px;
}

.banner_down_section h2 {
  max-width: 1150px;
  margin: 0 auto;
  color: #d4e9fe;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 40px; */
  letter-spacing: -0.48px;
}

.view_brochure {
  cursor: pointer;
  /* display: flex;
  justify-content: center; */
  width: 100%;
  /* margin-top: 25px; */
}

/* About us section */

.about_section {
  margin-bottom: 180px;
}

.about_section_container {
  position: relative;
  display: flex;
  align-items: flex-start;
  /* Align items at the start (top) of the container */
}

.image-background {
  flex: 1;
  /* To allow the image to take remaining space */
}

.image-background img {
  width: 100%;
  /* Ensure the image fills the container */
  height: auto;
}

.text-content {
  position: absolute;
  top: 90px;
  /* Adjust the distance from the top */
  left: 78px;
  /* background-image: url("./images/Group 2.png");  */
  /* padding: 20px; */
}

.text-content h6 {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 116.291% */
  letter-spacing: -1.12px;
}

.text-content p {
  color: #012346;
  width: 360px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.button-container {
  margin-top: -185px;
  margin-left: 85px;
}

.button-container button {
  width: 240px;
  height: 63px;
  border-radius: 8px;
  background: #012346;
  color: #fff;
}

.button-container button span {

  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.08px;
}

.button-container button:hover {
  color: #012346;
  border: 1px solid #012346;
  background-color: transparent;
}

/* Health Section */
.health_section_head {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 49.984px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 116.036% */
  letter-spacing: -1.12px;
}

.health_section_para {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.health_section_sub {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.health_section_btn {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: -0.02px;
}

/* Staticks Section */

.stack_bg {
  background: #d4e9fe;
}

.stack_head {
  color: #012346 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 119.298% */
  letter-spacing: -1.28px;
}

.stack_title {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 41.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 135.758% */
  letter-spacing: -0.48px;
}

.stack_para {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

/* Testimonial */
.testimonial-author {
  visibility: hidden;
}

.testi_mono {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 56.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 120.354% */
  letter-spacing: -1.28px;
  margin-bottom: 50px;
}

.testimonial-heading {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 33.188px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 132.58% */
}

.testimonial-heading_2 {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 21.188px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 151.032% */
  margin: 0;
}

/* Oue News */
.blog-collection-list-2 {
  grid-row-gap: 32px;
}

.news_head {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 56.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 120.354% */
  letter-spacing: -1.28px;
}

.news_bg {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.news_bg_contet {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 24.609px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 146.286% */
}

.news_blog {
  background-color: #d4e9fe;
}

/* Faq */

.fre_head {
  color: #101010;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 119.298% */
  letter-spacing: -1.28px;
}

.fre_title {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 19.594px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 153.11% */
}

.fre_para {
  color: #012346;
  font-family: Inter;
  font-size: 19.594px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 153.11% */
}

/* Get in touch */
.get_section {
  max-width: fit-content;
}

.get_head {
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -2.16px;
  padding-bottom: 20px;
  max-width: 780px;
}

.get_para {
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  width: 355px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.call_bg {
  border-radius: 8px;
  background: #012346;
  width: 175.17px;
  padding: 14px 23.587px 16px 24px;
  text-align: center;
  color: #fff;

  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
}

.submit_form {
  border-radius: 8px;
  border: 1px solid #012346;
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
}

.submit_form:hover {
  color: white;
  background-color: #012346;
}

/* Crunchy Section */
.crunchy_section {
  margin-top: 160px;
  margin-bottom: 160px;
}

.crunchy_flex {
  display: flex;
  justify-content: space-between;
}

.crunchy_details img {
  width: 500px;
}

.headingnew {
  margin-top: 100px;
}

.subtextnew {
  max-width: 900px;
}

.crunchy_details h2 {
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 120.354% */
  /* letter-spacing: -1.28px; */
  margin-top: 50px;
}

.crunchy_details p {
  width: 420px;
  margin: 0 auto;
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.crunchy_details button {
  border-radius: 8px;
  background: #d4e9fe;
  width: 177px;
  height: 48px;
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.learn-more {
  border-radius: 8px;
  background: #d4e9fe;
  width: 177px;
  height: 48px;
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.crunchy_details button:hover {
  color: #012346;
  border: 1px solid #012346;
  background-color: transparent;
}

.img1 img {
  height: 400px;
  margin-top: 400px;
}

.img2 img {
  height: 400px;
}

/* Footer */
.footer-container {
  background: #012346;
  padding: 200px 0 50px 0;
}

.footer {
  padding-bottom: 0;
}

.footer_get {
  margin-bottom: 0;
}

.footer_bg {
  margin-top: -150px;
}

.footer_link {
  padding-top: 50px;
}

.footer_head {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15.125px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 158.678% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.footer_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.copyright {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.copyright span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

/* own tuna & about */
.mt-three {
  margin-top: 60px;
  text-align: center;
}

.abt-jmj {
  text-align: left;
  margin-top: 50px;
  max-width: 1200px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.about-heading-wrapper {
  text-align: -webkit-center;
}

.mt-5 {
  margin-top: 32px;
}

.process-type {
  font-size: 32px;
  text-align: center;
}

.mt-two {
  margin-top: 20px;
}

.grid-item2 {
  text-align: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 150px 150px;
  margin-bottom: 20px;
}

.grid-container2 {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  grid-gap: 30px;
  margin-bottom: 20px;
}

.grid-item {
  color: #191919;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
@media screen and (max-width:600px) {
  .grid-item {
    font-size: 12px;
  }
}
/* Grouper reef style */

.custom-image-box0,
.custom-image-box1,
.custom-image-box2,
.custom-image-box3,
.custom-image-box4,
.custom-image-box5,
.custom-image-box6,
.custom-image-box7,
.custom-image-box8,
.custom-image-box9,
.custom-image-box10,
.custom-image-box11,
.custom-image-box12,
.custom-image-box13,
.custom-image-box14,
.custom-image-box15 {
  overflow: hidden;
  height: 100%;
}

.custom-image-box0 .slider0,
.custom-image-box1 .slider1,
.custom-image-box2 .slider2,
.custom-image-box3 .slider3,
.custom-image-box4 .slider4,
.custom-image-box5 .slider5,
.custom-image-box6 .slider6,
.custom-image-box7 .slider7,
.custom-image-box8 .slider8,
.custom-image-box9 .slider9,
.custom-image-box10 .slider10,
.custom-image-box11 .slider11,
.custom-image-box12 .slider12,
.custom-image-box13 .slider13,
.custom-image-box14 .slider14,
.custom-image-box15 .slider15 {
  display: flex;
  transition: transform 0.5s ease;
}

.custom_slick {
  height: 300px;
}

.dots-container0,
.dots-container1,
.dots-container2,
.dots-container3,
.dots-container4,
.dots-container5,
.dots-container6,
.dots-container7,
.dots-container8,
.dots-container9,
.dots-container10,
.dots-container11,
.dots-container12,
.dots-container13,
.dots-container14,
.dots-container15 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  /* Adjust as needed */
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999;
  /* Adjust the color as needed */
  margin: 0 5px;
  /* Adjust the spacing as needed */
  cursor: pointer;
}

.dot.active {
  background-color: #555;
  /* Adjust the active color as needed */
}

/* Reef Direct */
.reef_text {
  cursor: pointer;
  letter-spacing: -0.005px;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.reef_text {
  background-color: var(--bg-color);
  color: #012346;
}

/* Quality Page */

.banner_container img {
  width: 100%;
}

.banner_container {
  position: relative;
}

.text_overlay {
  position: absolute;
  top: 180px;
  right: 100px;
}

.text_overlay h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  /* letter-spacing: -2.16px; */
  max-width: 500px;
}

.text_overlay h1 {
  margin: 0;
}

.change_color {
  position: absolute;
  top: 180px;
  right: 100px;
}

.change_color h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  /* letter-spacing: -2.16px; */
  max-width: 500px;
}

.change_color h1 {
  margin: 0;
}

.contactBTN {
  background-color: white;
  height: 54px;
  padding: 14px 25px 17px 25px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #012346;
  margin-top: 50px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.08px;
}

.contactBTN:hover {
  background-color: #012346;
  border: 1px solid #012346;
  color: white;
}

@media screen and (max-width:600px) {
  .hide_in_mob {
    display: none;
  }
}
@media screen and (max-width:360px) {
  .tab-menu-2 {
    grid-column-gap: 1px;
  }
 
}
.Quality_details h1 {
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 104.348% */
  letter-spacing: -2.16px;
  margin-top: 100px;
}

.Quality_details p {
  color: #022c25;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 150% */
  max-width: 1035px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.Quality_cards {
  margin-top: 100px;
}

.Quality_card_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Quality_card_list_fische {
  max-width: 1430px !important;
}

.Quality_card_list_down {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 100px;
}

.contet_text {
  border-radius: 0px 0px 16px 16px;
  background: #f5f9fc;
  height: 510px;
}

.contet_text_fische {
  border-radius: 16px 16px 16px 16px;
  background: #f3e7de;
  height: 260px;
  padding-left: 20px;
  padding-right: 20px;
}

.contet_text h2 {
  padding-top: 20px;
  margin-top: 0;
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 24.609px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 146.286% */
  padding-left: 30px;
}

.contet_text_fische h2 {
  padding-top: 20px;
  margin-top: 0;
  color: #e97424;
  font-family: "Montserrat", sans-serif;
  font-size: 24.609px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 146.286% */
  text-align: center;
}

.contet_text ul {
  margin-left: 20px;
  padding-bottom: 30px;
}

.contet_text li {
  max-width: 300px;
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 200% */
  padding-right: 15px;
}

.blanche_img {
  display: flex;
  margin-left: -20px;
}

.banner_content h1 span {
  color: #5ec2c2;
  font-family: "Montserrat", sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2.16px;
}

.blanche_exports {
  margin-top: 80px;
}

.blanche_exports h2 {
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.16px;
  padding-bottom: 20px;
}

.blanche_exports p {
  max-width: 1062px;
  color: #022c25;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  display: flex;
  margin: 0 auto;
}

.banner_blan_content h1 span {
  color: #5ec2c2;
}

.launching {
  margin-top: 160px;
}

.launching h2 {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.53) 0%,
      rgba(233, 233, 233, 0.53) 61.46%,
      rgba(183, 183, 183, 0.53) 99.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2.16px;
}

.launching p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.launching {
  text-align: center;
}

.launching div {
  position: relative;
  display: inline-block;
}

.launching img {
  width: 100%;
  /* Make sure the image takes up the entire width of its container */
  height: auto;
  /* Maintain the aspect ratio of the image */
  display: block;
  /* Remove any extra spacing below the image */
}

.launching h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /* Set the text color to make it visible on the image */
  margin: 0;
  /* Remove any default margin */
  line-height: 85px;
  margin-top: -40px;
}

.launching p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /* Set the text color to make it visible on the image */
  margin-top: 30px;
  /* Remove any default margin */
}

.storeLocation {
  margin-top: 80px;
}

.storeLocation h2 {
  color: #012346;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 59px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 122.034% */
  letter-spacing: -2.16px;
  padding-bottom: 60px;
}

.mk-stepper {
  width: 100%;
  max-width: 600px;
  margin: auto;
  background-color: #f3f3f3;
}

.mk-stepper-step {
  position: relative;
}

.mk-stepper-step:not(:last-of-type)::before {
  content: "";
  display: block;
  height: calc(100% - 40px);
  width: 1px;
  position: absolute;
  left: 36px;
  top: 56px;
  background-color: #bdbdbd;
  z-index: 1;
}

.mk-stepper-step__header {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-right: 48px;
  padding-bottom: 16px;
  padding-left: 24px;
  color: rgba(0, 0, 0, 0.87);
  outline: none;
  cursor: pointer;
}

.mk-stepper-step__header::-webkit-details-marker {
  display: none;
}

.align-this {
  text-align: center;
}

.mk-stepper-step__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.38);
  color: #fff;
}

.mk-stepper-step__label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.38);
}

.mk-stepper-step__body {
  padding-right: 48px;
  padding-left: 60px;
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease-out;
  font-family: "Montserrat", sans-serif;
}

.mk-stepper-step__actions {
  display: flex;
  align-items: center;
  height: 48px;
  margin-top: 16px;
}

.mk-stepper-step__action:first-child {
  font-family: "Montserrat", sans-serif;
  margin-right: 8px;
  background-color: #012346;
  color: white;
  padding: 8px 15px 8px 15px;
  border-radius: 3px;
}

.mk-stepper-step__action {
  font-family: "Montserrat", sans-serif;
  color: #012346;
}

.mk-stepper-step:last-child .mk-stepper-step__body {
  padding-bottom: 1rem;
}

/* Active step */
.mk-stepper-step--active .mk-stepper-step__icon {
  background-color: #3f51b5;
}

.mk-stepper-step--active .mk-stepper-step__label {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.mk-stepper-step--active .mk-stepper-step__body {
  height: auto;
  visibility: visible;
}

.video_section,
.video_section_resp {
  margin-top: 115px;
}

.centered-content {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -65%);
  text-align: center;
}

.play_video {
  position: relative;
  max-width: 800px;
  height: 533px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.play_video h1 {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.53) 0%,
      rgba(215, 234, 254, 0.49) 64.06%,
      rgba(56, 113, 224, 0.53) 99.98%,
      rgba(255, 255, 255, 0.53) 99.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 104.348% */
  letter-spacing: -2.16px;
}

.sustability_section {
  padding-top: 115px;
  max-width: 1110px;
  margin: 0 auto;
}

.sustability_section h1 {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 122.034% */
  letter-spacing: -2.16px;
  margin-bottom: 40px;
}

.sustability_section h2 {
  color: #012346;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* letter-spacing: -2.16px; */
  /* text-decoration-line: underline; */
}

.parapa5 {
  max-width: 800px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.newww {
  padding-top: 60px !important;
}

.fsch_heading {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  margin-top: 60px;
}

.sustability_section_details p,
.sustability_section_details_down p {
  color: #022c25;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 150% */
  max-width: 530px;
  margin-bottom: 0;
}

.sustability_section_details_down p {
  text-align: right;
}

.sustability_section_details {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.sustability_section_details_down {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 100px;
}

.climate_section {
  margin-top: 150px;
}

.heading_sus {
  display: flex;
  justify-content: flex-end;
}

.climate_section h1 {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 104.348% */
  letter-spacing: -2.16px;
  padding-bottom: 40px;
}

.climate_section p {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
  width: 1036px;
}

.image-container {
  position: relative;
  text-align: center;
}

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  /* Add any desired text color */
}

.text-container h1,
.text-container p {
  margin: 0;
}

.para-hookfit {
  font-size: 24px !important;
  width: 540px !important;
}

.text-container p {
  font-size: 20px;
  line-height: 31px;
}

.banner_content_mobile_blache_susta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner_content_mobile_fitness {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner_img_mobile_susta {
  /* Add any styles for your image if needed */
  max-width: 100%;
  /* Ensures the image doesn't exceed its container */
  width: 100%;
}

.banner_content_mobile_susta {
  position: absolute;
}

.mobile-content-fitness {
  position: absolute;
}

.banner_content_mobile_blache_susta h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 100% */
  letter-spacing: -2.16px;
  text-align: left;
}

.banner_content_mobile_fitness h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 100% */
  text-align: left;
}

/* Certiifcation banner */


/* Products css */

/* :root {
  --theme-bg-color: #0e0e0e;
  --theme-color: #fff;
  --theme-inactive-color: #5c5c5c;
  --body-font: "Poppins", sans-serif;
  --border-color: #252424;
  --card-color: #131a1a;
} */
/* body {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 height: 100vh;
	 padding: 2em;
	 color: var(--theme-color);
	 font-family: var(--body-font);
	 background-color: #1b1b1b;
} */
/* @media (max-width: 480px) {
	 body {
		 padding: 0.5em;
	}
} */

.products_section {
  padding-top: 110px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}

.app_products {
  background-color: #012346;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  position: relative;
}

.sidebar {
  flex-basis: 284px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px;
}

@media (max-width: 780px) {
  .sidebar {
    display: none;
  }

  .fsch_heading {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin-top: 60px;
  }

  .fsch_heading {
    max-width: 340px;
    line-height: 28px;
    text-align: left;
    padding-left: 30px;
  }
}

.sidebar-menu {
  display: inline-flex;
  flex-direction: column;
  /* padding-top: 64px; */
}

.sidebar-menu__link {
  color: var(--theme-inactive-color);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.sidebar-menu__link+.sidebar-menu__link {
  margin-top: 24px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.sidebar-menu__link:hover,
.sidebar-menu__link.active {
  color: #599bde;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 115% */
}

.user {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border-color);
}

.user-photo {
  object-fit: cover;
  flex-shrink: 0;
}

.user-mail {
  margin-top: 6px;
  color: var(--theme-inactive-color);
  font-size: 14px;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 24px;
  margin-top: auto;
}

input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  border-radius: 34px;
} */
/* .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
} */
input:checked+.slider {
  background-color: #489f8c;
}

input:checked+.slider:before {
  transform: translateX(28px);
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 50px 50px 50px 20px;
}

@media (max-width: 480px) {
  .main {
    padding: 40px 20px;
  }
}

.main-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.main-header__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.2px;
  /* 115% */
  margin-right: 24px;
}

.main-header__avatars {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .main-header__avatars {
    display: none;
  }
}

.main-header__avatars .main-header__avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--theme-bg-color);
}

.main-header__avatars .main-header__avatar+.main-header__avatar {
  margin-left: -5px;
}

.main-header__avatars .add-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #d8d8d8;
  margin-left: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header__avatars .add-button svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.main-header__add {
  background-color: #ea4e34;
  border: none;
  color: #fff;
  padding: 4px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: auto;
  cursor: pointer;
  transition: 0.3s;
}

.main-header__add:hover {
  background-color: #e4361a;
}

.main-header__add svg {
  width: 20px;
  height: 20px;
}

.main-header-nav {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 20px 0;
}

.main-header-nav .nav-item {
  color: white;
  text-decoration: none;
  padding-bottom: 6px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.main-header-nav .nav-item:hover {
  color: #fff;
}

.main-header-nav .nav-item.active {
  border-bottom: 1px solid #fff;
  color: #5ec2c2;
}

.main-header-nav *+* {
  margin-left: 24px;
}

.main-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 480px) {
  .main-content {
    gap: 10px;
  }
}

.card {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  contain: layout;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: auto;
  aspect-ratio: 1;
}

@media (max-width: 480px) {
  .card {
    aspect-ratio: 0.7142857143;
  }
}

.card.clicked {
  position: absolute;
  width: 500px;
  height: 600px;
  z-index: 2;
}

.card-img {
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.card-main {
  view-transition-name: card1;
}

.card.active {
  grid-column: 1;
  grid-column-end: 3;
  grid-row: 1;
  grid-row-end: 6;
  z-index: 999;
  aspect-ratio: 1;
}

/* Latest added 15-1-24*/

.location_section {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.location_sec {
  width: 460px;
}

@media (max-width: 480px) {
  .card.active {
    grid-column-end: 4;
    aspect-ratio: 2;
  }
}

.main-content.expanded .card:not(.active) {
  opacity: 0.4;
  pointer-events: none;
  aspect-ratio: 3;
  grid-column-start: 3;
}

@media (max-width: 480px) {
  .main-content.expanded .card:not(.active) {
    aspect-ratio: 1;
    grid-column-start: auto;
  }
}

/* Products css end */

/* Responsive for all pages pls write all here */
@media screen and (max-width: 1200px) {
  .img1 {
    display: none;
  }

  .img2 {
    display: none;
  }

  .crunchy_flex {
    justify-content: center;
  }

  .crunchy_section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 993px) {
  .nav-dropdown-list-wrapper {
    display: list-item;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    left: -180px !important;
  }

  .about_section_resp {
    display: none;
  }

  .product_section_mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .fixed_nav {
    position: fixed;
  }

  .another_class {
    margin-top: 50px;
  }

  .accordion_resp {
    padding-left: 20px;
    background-color: #012346;
    color: #909090;
    ;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    position: relative;
  }

  .location_section {
    gap: 0;
  }

  .accordion_resp .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }

  .accordion_resp.active .arrow {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  .panel {
    margin-top: 15px;
  }

  .panel_img {
    width: 90px;
    height: 90px;
  }

  .panel_img {
    display: flex;
    justify-content: space-around;
    width: 128px;
    height: 128px;
    margin-bottom: 20px;
    gap: 10px;
  }

  .panel {
    padding: 0 18px;
    background-color: #012346;
    display: none;
    overflow: hidden;
  }

  .product_section_mobile {
    background-color: #012346;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    width: 350px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .resp_accor {
    margin-top: 30px;
  }

  .user-photo_resp {
    width: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .products_section {
    display: none;
  }

  .nav-link-text {
    color: white;
  }

  .nav-menu {
    background-color: #012346;
  }

  .about_section {
    display: none;
  }

  .about_section_resp {
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .about_section_container_resp {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .text-content_resp h6 {
    color: #012346;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 116.291% */
    letter-spacing: -1.12px;
  }

  .text-content_resp p {
    color: #012346;
    width: 360px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .button-container_resp button {
    width: 240px;
    height: 63px;
    border-radius: 8px;
    background: #012346;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .button-container_resp button a {
    text-decoration: none;
  }

  .button-container_resp button span {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.08px;
  }

  .image-background_resp img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .slider_mobile {
    display: none;
  }

  .mob {
    display: none;
  }

  .slider_mobile_susta {
    display: none;
  }

  .climate_section_sub {
    display: none;
  }

  .launching_mob {
    display: none;
  }

  .video_section_resp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .video_section {
    display: none;
  }

  .location_section {
    flex-wrap: wrap;
  }

  .banner_down {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .process-type {
    margin-top: 60px;
    font-size: 30px;
  }
  .view_brochure {
    justify-content: center;
    /* padding-top: 15px; */
  }

  .contact-1-info {
    width: 125px;
  }

  .contact-3-info-wrapper {
    justify-items: center;
  }

  .contact-3-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .view_brochure p {
    font-size: 14px;
    padding-bottom: 0;
    margin-left: 10px;
    border-bottom: none;
  }

  .view_brochure img {
    width: 20px !important;
  }

  .launching {
    display: none;
  }

  .launching_mob_div,
  .blan_mob_div {
    position: relative;
    text-align: center;
  }

  .launching_mob {
    margin-top: 100px;
    background-color: black;
  }

  .launching_mob img {
    /* visibility: hidden; */
  }

  .centered-text,
  .blan_centered-text {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* You can adjust the color as needed */
  }

  .blan_centered-text button span {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .blan_centered-text h1 {
    color: white;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    width: 300px;
  }

  .blan_centered-text button {
    display: flex;
    width: 150px;
    height: 43px;
    padding: 0px 18px 0px 18px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    color: white;
    margin-top: 40px;
    background: transparent;
    border: 1px solid white;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.08px;
  }

  .launching_mob_div h2 {
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.53) 0%,
        rgba(233, 233, 233, 0.53) 61.46%,
        rgba(183, 183, 183, 0.53) 99.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2.16px;
    margin-bottom: 30px;
    line-height: 56px;
  }

  .launching_mob_div p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    width: 375px;
    line-height: normal;
  }

  .climate_section_sub {
    margin-top: 80px;
  }

  .climate_section_sub h1 {
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }

  .climate_section_sub p {
    color: #fff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    padding: 0 30px 0 30px;
  }

  .climate_section_sub {
    position: relative;
  }

  .image-container_sub {
    position: relative;
    text-align: center;
  }

  .text-container_sub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    /* Set the text color as needed */
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .climate_section {
    display: none;
  }

  .launching {
    margin-top: 80px;
  }

  .location_sec {
    padding: 0 30px 0 30px;
  }

  .storeLocation h2 {
    padding-bottom: 30px;
    font-size: 35px;
    margin: 0;
  }

  .footer {
    margin-top: 80px;
  }

  .sustability_section_details_down {
    margin-bottom: 0;
  }

  .climate_section {
    margin-top: 0px;
  }

  .video_section,
  .video_section_resp {
    margin-top: 80px;
  }

  .sustability_section_details {
    flex-wrap: wrap;
  }

  .sustability_section_details_down {
    flex-wrap: wrap;
  }

  .desk {
    display: none;
  }

  .Quality_details h1 {
    font-size: 30px;
    line-height: 35px;
    max-width: 221px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .Quality_details p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    padding-top: 0px;
    text-align: justify;
  }

  .Quality_card_list {
    justify-content: center;
    padding: 0 30px 0 30px;
  }

  .contet_text li {
    font-size: 14px;
  }

  .contet_text ul {
    margin-left: 0px;
  }

  .Quality_card_list>div {
    margin-bottom: 50px;
  }

  .Quality_card_list_down {
    margin-top: 0px;
    padding: 0 30px 0 30px;
  }

  .text_overlay {
    top: 10px;
    right: 0;
    left: 30px;
  }

  .text_overlay h1 {
    font-size: 34px;
    line-height: 40px;
    max-width: 270px;
    color: white;
  }

  .change_color h1 {
    font-size: 29px;
    line-height: 32px;
    color: white;
    text-align: center;
    max-width: 325px;
    /* padding-top: 150px; */
  }
.change_color{
  right: 0px!important;
  left: 0px;
  margin: 0px auto;
  text-align: center;
  justify-self: center;

}
.contactBTN{
  margin-top: 20px;
}
  .contet_text {
    height: auto;
  }

  .contet_text_fische h2 {
    font-size: 20px;
  }

  .Quality_card_list_down>div {
    margin-bottom: 50px;
  }

  .slider-container_mobile {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }

  .slider_desktop {
    display: none;
  }

  .banner_img_mobile {
    margin-top: -50px;
    width: 100%;
  }

  .banner_content_mobile {
    color: white;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px;
    /* Add padding for better readability */
    color: #fff;
    /* Adjust text color as needed */
  }

  .banner_content_mobile h1 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 40px;
  }

  .banner_content_mobile p {
    text-align: left;
    padding-top: 10px;
    max-width: 300px;
    margin: 0 auto;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: left;
    margin-left: 0;
  }

  .banner_content_mobile button {
    display: flex;
    width: 148px;
    padding: 10px 20px 10px 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    background: white;
    color: #012346;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
  }

  .banner_content_mobile button span {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .banner_content_mobile_susta button {
    display: flex;
    width: 148px;
    padding: 10px 20px 10px 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #012346;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 60px;
  }

  .mobile-content-fitness button {
    display: flex;
    width: 150px;
    padding: 10px 20px 10px 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
  }
 

  .banner_content_mobile_susta button span {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .mobile-content-fitness button span {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .banner_content_mobile_third {
    color: white;
    position: absolute;
    top: 25%;
    width: 100%;
    transform: translateY(-50%);
    padding: 20px;
  }

  .banner_content_mobile_third h1 {
    text-align: left;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* max-width: 400px; */
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 15px;
  }

  .banner_content_mobile_third h1 span {
    text-align: center;
    color: #5ec2c2;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    /* max-width: 400px; */
    margin: 0 auto;
    padding-top: 30px;
  }

  .mobile-content-fitness {
    left: 5%;
    top: 20%;
  }

  .banner_content_mobile_third p {
    text-align: left;
    padding-top: 10px;
    /* max-width: 330px; */
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 20px;
    margin-left: 0;
    /* display: none; */
  }

  .banner_content_mobile_third button {
    display: flex;
    width: 150px;
    padding: 10px 20px 10px 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #012346;
    color: #012346;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 25px;
  }

  .banner_content_mobile button span {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .banner_content_mobile_blache {
    position: absolute;
    top: 50%;
    left: 10%;
    /* Adjust the left value as needed */
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 2;
    color: #fff;
    /* Set the text color */
    color: white;
  }

  .banner_content_mobile_blache h1 {
    color: #012346;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .banner_content_mobile_blache button {
    display: flex;
    width: 148px;
    padding: 10px 20px 10px 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    background: #012346;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
  }

  .oceanguard {
    padding: 0px 30px 20px 30px;
  }

  .banner_content_mobile_blache button span {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .blanche_exports {
    margin-top: 60px;
  }

  .blanche_exports h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }

  .contet_text h2 {
    font-size: 20px;
  }

  .contet_text_fische h2 {
    font-size: 20px;
  }

  .blanche_exports p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
  }

  .video_section,
  .video_section_resp {
    padding: 0 20px 0 20px;
  }

  .play_video {
    height: auto;
  }

  .play_video h1 {
    font-size: 32px;
    margin: 0;
    line-height: 3.5;
  }

  .centered-content img {
    width: 50px;
  }

  .banner_down_section h2 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }

  .sustability_section {
    padding-top: 80px;
    padding: 80px 30px 0px 30px;
  }

  .sustability_section h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin: 0;
  }

  .sustability_section h2 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 15px;
  }

  .sustability_section_details p,
  .sustability_section_details_down p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
  }

  .heading_sus {
    display: flex;
    justify-content: flex-start;
  }

  .climate_section h1 {
    font-size: 30px;
    padding-bottom: 0;
  }

  .sustability_section_details {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  .sustability_section_details_down {
    flex-direction: row-reverse;
  }

  .logos {
    padding: 25px 20px 25px 20px;
  }

  .banner_down_section button {
    height: 49px;
    width: 109px;
    padding: 12px 12px 12px 12px;
    line-height: 20px;
    font-size: 14px;
  }

  .health_section_head {
    line-height: 40px;
    font-size: 35px;
  }

  .stack_head {
    line-height: 40px;
    font-size: 32px;
  }

  .testi_mono {
    line-height: 40px;
    font-size: 35px;
  }

  .testimonial-heading_2 {
    font-size: 14px;
  }

  .news_head {
    line-height: 40px;
    font-size: 35px;
  }

  .news_bg_contet {
    font-size: 18px;
    line-height: 26px;
  }
.justify{
  text-align: justify;
}
  .testimonial-subtext {
    font-size: 12px;
    line-height: 20px;
  }

  .fre_head {
    font-size: 35px;
    line-height: 45px;
  }

  .fre_para {
    font-size: 16px;
    line-height: 24px;
  }

  .fre_title {
    font-size: 16px;
  }

  .get_head {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
    padding-bottom: 0;
  }

  .call_bg {
    width: 138px;
    padding: 12px 23px 12px 24px;
  }

  .health_section_para {
    font-size: 16px;
    line-height: 24px;
  }

  .health_section_sub {
    font-size: 16px;
    line-height: 24px;
  }

  .get_para {
    font-size: 16px;
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .banner_down_section h2 {
    font-size: 18px;
  }

  .fre_para {
    width: 95%;
  }

  .blanche_exports {
    padding: 0px 15px 0px 30px;
  }

  .banner_content_mobile h1 {
    max-width: 400px;
  }

  .banner_content_mobile p {
    max-width: 300px;
    /* font-size: 16px; */
  }
}

@media screen and (max-width: 550px) {
  .crunchy_details img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }

  .crunchy_details h2 {
    font-size: 32px;
    margin-top: 25px;
    line-height: 40px;
  }

  .crunchy_details p {
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 0 20px 0 20px;
  }
}

@media screen and (max-width: 425px) {
  .banner_down_section h2 {
    font-size: 13px;
  }

  .banner_content_mobile h1 {
    /* font-size: 24px; */
    /* max-width: 270px; */
  }

  .banner_content_mobile p {
    max-width: 300px;
    /* font-size: 14px; */
  }

  .text-content_resp h6 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .text-content_resp p {
    width: 100%;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

.card-image {
  height: 268px;
}


.Signup__form {
  display: flex;
  justify-content: center;
  width: 350px;
}

@media (max-width: 540px) {
  .Signup__form {
    display: flex;
    width: 345px;
    margin-top: 20px;
  }
}

input {
  border: 2px solid #6d6d6d;
  border-radius: 3px;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  margin-right: 10px;
  color: #6d6d6d;
  transition: border 0.3s, box-shadow 0.3s;
  width: 100%;
  /* max-width: 300px; */
}

@media (max-width: 640px) {
  input {
    display: block;
    margin: 0 auto 25px;
    height: 48px;
  }
}

input:focus {
  outline: none;
  /* border: 2px solid #599bde; */
  /* box-shadow: inset 1px 1px 2px 0 #c9c9c9; */
}

.Signup__button {
  font-family: 'Montserrat', sans-serif;
  color: #012346;
  font-weight: 500;
  background: #D4E9FE;
  border: 2px solid #D4E9FE;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  letter-spacing: 0.5px;
  padding: 0 20px;
  margin-left: -4px;
}

.subscribe {
  margin-right: 0 !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* Use this to change backgroung color and border color */
  /* background-color: #012346; */
  border: 1px solid white;
}

@media (max-width: 540px) {

  /* font-size: 16px; */
  cursor pointer {
    display: block;
    margin: 0 auto 50px;
    padding: 15px 40px;
  }
}

/* font-size 16px:hover, */
cursor pointer:hover {
  background: #599BDE;
  border-color: #599BDE;
}

/* font-size 16px:active, */
cursor pointer:active {
  cursor: pointer;
  background: #599BDE;
  border-color: #599BDE;
}

/* font-size 16px:focus, */
cursor pointer:focus {
  outline: none;
}

/* testimonials */


.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.outer-container {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  /* background-color: rgb(244, 252, 255); */
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.section-head-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(0, 135, 177);
  margin: 0 0 10px 0;
}

.section-subhead-text {
  font-size: 25px;
  color: rgb(153, 153, 153);
  line-height: 35px;
  max-width: 470px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}
.gourmet-para{
  color: white;
  max-width: 800px;
  text-align: center;
}
.img-wrapper {
  width: 100%;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
}

.social-media-links {
  width: 125px;
  display: flex;
  justify-content: space-between;
}

.name {
  font-size: 20px;
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.position {
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 135, 177);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.team-img {
  width: 100%;
  height: 100%;
}

.team-card-container {
  width: 280px;
  margin: 0 0 40px 0;
}

@media (max-width: 700px) {
  .outer-container {
    padding: 10px 20px 10px 20px;
  }

  .section-head-text {
    text-align: center;
  }

  .slider_mobile {
    margin-top: 40px;
  }
  .retail-heading {
    margin-top: 50px!important;
  }
}


.playstores {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 60px;
}

.retail-heading {
  margin-top: 200px;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 20%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }

  .customer-logos img {
    height: 74px !important;
  }
}

.customer-logos {
  padding-top: 80px;
  padding-bottom: 50px;
}

.knowMoreSea span:hover {
  background-color: transparent;
  border: 1px solid #012346;
  color: #012346;
}

.button-container a {
  text-decoration: none;
}

/* slider logos - certifications */
.banner-certify {
  margin-bottom: 100px;
}

.banner_content-three h1 span {
  color: #9ad6e1;
}

.banner_content-three h1 {
  color: #ffffff;
}

.banner_content-three p {
  color: rgb(255, 255, 255);
}

.btn-seafood {
  background-color: #012346 !important;
  color: white !important;
}

.btn-seafood:hover {
  background-color: #599bde !important;
}

.logo_new {
  width: 200px;
}

.logo_carls {
  width: 170px;
}

.fkk-banner h1 {
  text-align: center;
  margin-top: 300px;
  font-size: 50px;
  background: -webkit-linear-gradient(#ffc62a, #f11414);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

.hookcatch_banner h1 {
  text-align: center;
  margin-top: 300px;
  font-size: 50px;
  background: -webkit-linear-gradient(#060d6e, #8cb1e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

@media screen and (max-width:375px) {
  .climate_section_sub p {
    font-size: 11px;
  }

}

.banner_of_abt img {
  position: relative;
}

.about-headingg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-align: -webkit-center;
}

.center__me {
  background-color: #012346 !important;
  color: white !important;
  margin-top: 30px;
}

.center__me:hover {
  background-color: #ffffff !important;
  color: #012346 !important;
}

.hook-btn {
  background-color: #012346;
  color: white;
  padding: 15px 20px;
  border-radius: 9px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #012346;
}

.hook-btn:hover {
  background-color: transparent;
  color: #012346;
}

.blog-wrapper-3:hover {
  background-color: #bdd6f0;
}

.highlight {
  font-weight: 600;
}

.skewers-bg {
  margin-top: 100px;
  text-align: center;
}

.skewers-bg img {
  border-radius: 25px;
  max-width: 1000px;
}

.card-para {
  width: 300px;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width:700px) {
  .skewers-bg img {
    max-width: 320px;
    border-radius: 0px;
  }

  .skewers-bg {
    margin-top: 50px;
  }

  .Quality_card_list_fische {
    padding-bottom: 0px;
  }

  .Quality_cards {
    margin-top: 50px;
  }
}

.Quality_card_list_fische {
  padding-bottom: 10px;
}

.mobile-fische-banner-text {
  left: 45% !important;
}

.fische_footer {
  background-color: #f7e0dc;
}