@charset "UTF-8";
/*************************BASIC******************************/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

@import url('https://fonts.cdnfonts.com/css/chillax');


body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 80px;
}

body.category-page{

 
  padding-bottom: 0px!important;
}
.niya_name{
    font-family: 'Chillax', sans-serif;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}
@media (max-width: 1600px) {
  body {
    font-size: 1.25vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4.07vw;
    line-height: 1.5;
    padding-bottom: 20.36vw;
  }
}

.fontT2 {
  font-family: "Rubik", sans-serif;
}

* {
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
}
button:focus, button:active {
  outline: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: none;
  transition: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.textT1 {
  font-size: 440%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT1 {
    font-size: 300%;
    line-height: 0.92;
  }
}

.textT2 {
  font-size: 320%;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT2 {
    font-size: 245.5%;
  line-height: 1.3;
  }
}

.textT3 {
  font-size: 240%;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT3 {
    font-size: 185%;
  }
}
.textT3 small {
  font-size: 66.67%;
}
@media (max-width: 768px) {
  .textT3 small {
    font-size: 75%;
  }
}

.textT4 {
  font-size: 80%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT4 {
    font-size: 100%;
  }
}

.textT5 {
  font-size: 180%;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .textT5 {
    font-size: 150%;
line-height: 1.4;
  }
}

.ltr {
  direction: ltr;
}

.boldType {
  font-weight: 700;
}

.blackType {
  font-weight: 900;
}

.type500 {
  font-weight: 500;
}

.type600 {
  font-weight: 600;
}

.type800 {
  font-weight: 800;
}

.color1 {
  color: #ffffff;
}

.backColor1 {
  background: #ffffff;
}

.backColor2 {
  background: #007EFF;
}


.backColor3 {
  background: #F4F4F4;
}

.backColor4 {
  background: rgba(255, 255, 255, 0.70);

}

.centerText {
  text-align: center;
}

.strike{ text-decoration: line-through;}
.big_price{font-size: 32px;}

.flex-card-cta {
display: flex; gap: 3rem; align-items: center;
}

.wraperT1 {
  width: 1600px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .wraperT1 {
    width: 89.8%;
    max-width: 100%;
  }
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}


.wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: end;
}

/* start comparisom table */
 
.product-comparison {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  direction: rtl;
  font-family: Arial, sans-serif;
}

.product-card {
  width: 380px;
  padding: 16px;
  text-align: center;
  background: #fff;
}

.product-image {
  width: 200px;
  height: auto;
  margin-bottom: 12px;
}

.product_name{
    font-family: 'Chillax', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  height: 30px; /* מוסיף גובה קבוע למחיר */
margin: 14px 0;

}

.learn-more {
  display: block;
  font-size: 16px;
  margin: 12px 0;
  color: #333;

  height: 20px; /* יישור קבוע של לינק */
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: grid;
  grid-template-rows: repeat(5, auto);
  row-gap: 20px;
}

.features li {
  font-size: 18px;
  line-height: 1.4;
  min-height: 120px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.icon {
  width: 56px;
  height: 56px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .product-card {
    width: 157px;
    padding: 10px;
  }

  .product-image {
    width: 109px;
  }
.product_name{
  font-size: 18px;
}
  .price {
    font-size: 16px;
    height: 24px;
            margin: 8px 0;
  }


  .learn-more {
    font-size: 13px;
    height: 18px;
  }

  .features li {
    font-size: 14px;
    min-height: 130px; 
  }
}

/* end comparison table */

@media (max-width: 768px) {
  .mob-column-reverse {
    flex-direction: column-reverse;
  }
}

.colorT1 {
  background: linear-gradient(180deg, #58C8DF 0%, #2E9EB5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wraperT2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .wraperT2 {
    width: 91.46%;
  }
}

.main_container {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 16px 0;
}
@media (max-width: 1600px) {
  .header {
    padding: 1vw 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 4.07vw 0;
  }
}

.header_logo {
  width: 167px;
}
@media (max-width: 1600px) {
  .header_logo {
    width: 16.88vw;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 162px;
  }
}

.btnT1 {
  padding: 16px 20px;
  border-radius: 16px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
} 

  .btnT1:hover {
    background-color:rgb(62 154 246);
  }

@media (max-width: 1600px) {
  .btnT1 {
    padding: 1vw 1.25vw;
    border-radius: 1vw;
    min-width: 9.44vw;
  }
}
@media (max-width: 768px) {
  .btnT1 {
    padding: 3.05vw 5.09vw;
    border-radius: 4.07vw;
    min-width: 30.53vw;
  }
}

.main_section {
  background: #000000;
  position: relative;
  margin-bottom: 103px;
  min-height: 610px;
  overflow-y: hidden;
}
@media (max-width: 1600px) {
  .main_section {
    margin-bottom: 6.44vw;
    min-height: 38.13vw;
  }
}
@media (max-width: 768px) {
  .main_section {
    margin-bottom: 10.18vw;
    min-height: 101.78vw;
  }
}

.video_back {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.video_back::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (max-width: 768px) {
  .video_back::after {
    padding-bottom: 150.89%;
  }
}
.video_back video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  direction: rtl;
  max-width: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_logo picture,
.main_logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.main_text {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: white;
  line-height: 1.4;
}


@media (max-width: 768px) {
  .banner_content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 2rem 1rem;
    align-items: center;
    max-width: 100%;
  }

  .main_logo img {
    margin: 0 auto;
  }
}


@media (max-width: 768px) {
  .main_title {
    top: 10.18vw;
    transform: translateX(-50%);
  }
}

.link_more {
  position: absolute;
}

.main_logo {
  width: 609px;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 1600px) {
  .main_logo {
    width: 38.06vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .main_logo {
    width: 69.21vw;
    margin-bottom: 4.07vw;
  }
}

.sectionT1 {
  position: absolute;
  left: 50%;
  bottom: 6.6%;
  transform: translateX(-50%);
  width: 600px;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  font-weight: 700;


}
@media (max-width: 1600px) {
  .sectionT1 {
    width: 35.75vw;
    padding: 1.25vw;
    border-radius: 1.5vw;
  }
}
@media (max-width: 768px) {
  .sectionT1 {
 padding: 16PX;
        border-radius: 6.11vw;
        bottom: 10.18vw;
        width: 50%;
        flex-direction: column;
        justify-content: center;   
        gap: 8PX;
        font-size: 15PX;
        text-align: center;
       
  }
}
@media (max-width: 768px) {
  .sectionT1 .text {
    margin-bottom: 4.07vw;
  }
}

.link_more {
  position: absolute;
  left: 43px;
  bottom: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
}
@media (max-width: 1600px) {
  .link_more {
    left: 2.69vw;
    bottom: 2.94vw;
  }
}
.link_more .text {
  transform: rotate(-90deg) translateX(50%);
}
.link_more img {
  width: 30%;
}

.sticky_strip {
  width: 100%;
  left: 50%;
  bottom: 0;
  z-index: 10;
  position: fixed;
  padding: 16px 0;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.04);
  transform: translate(-50%, 100%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .sticky_strip {
    padding: 1vw 0;
    box-shadow: 0 -0.25vw 1vw 0 rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 768px) {
  .sticky_strip {
    box-shadow: 0 -1.02vw 2.04vw 0 rgba(0, 0, 0, 0.1);
    padding: 4.07vw 0;
  }
}
.sticky_strip.show {
  transform: translateX(-50%);
}

.sticky_strip_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .sticky_strip_wrap {
    justify-content: space-between;
  }
}
.sticky_strip_wrap .text {
  margin-left: 32px;
}
@media (max-width: 1600px) {
  .sticky_strip_wrap .text {
    margin-left: 2vw;
  }
}
@media (max-width: 768px) {
  .sticky_strip_wrap .text {
    margin-left: 2.54vw;
  }
}

.footer {
  padding: 48px 0 64px;
}
@media (max-width: 1600px) {
  .footer {
    padding: 3vw 0 4vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 8.14vw 0;
  }
}

.listT1 {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.listT1 li {
  position: relative;
  margin: 0 18px;
}
@media (max-width: 1600px) {
  .listT1 li {
    margin: 0 1.13vw;
  }
}
@media (max-width: 768px) {
  .listT1 li {
    margin: 0 4.58vw 4.33vw;
  }
}
.listT1 li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-1.2em, -50%);
}
.listT1 li:last-of-type::before {
  display: none;
}
@media (max-width: 768px) {
  .listT1 li:nth-of-type(even)::before {
    display: none;
  }
  .listT1 li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

.footer_logo {
  width: 270px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .footer_logo {
    width: 16.88vw;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 55.22vw;
  }
}

.radiusT1 {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 1600px) {
  .radiusT1 {
    border-radius: 2vw;
  }
}
@media (max-width: 768px) {
  .radiusT1 {
    border-radius: 6.11vw;
  }
}

.right-box, .left-box {
background-size: cover;
}



.right-box-liberty-600 {
background: url("https://image.maytronics-online.com/lib/fe3911717064057d761477/m/1/bc631b1e-02ac-4b2f-96e1-a10c51ec8c3e.png") no-repeat;
}
  
 .left-box-liberty-600 {
background: url("https://image.maytronics-online.com/lib/fe3911717064057d761477/m/1/df3ed774-62c0-453f-af23-bc03c60c180b.png") no-repeat;
 }

@media (max-width: 768px) {
  .right-box, .left-box{
    background-size: 100% 100%;
  }
  


.left-box-liberty-600 {
background: url("https://image.maytronics-online.com/lib/fe3911717064057d761477/m/1/1c450bf8-0c7a-48a1-abb2-718ebb94fba2.png") no-repeat;
}
  
 .left-box-liberty-600 {
background: url("https://image.maytronics-online.com/lib/fe3911717064057d761477/m/1/df3ed774-62c0-453f-af23-bc03c60c180b.png") no-repeat;
 }


.right-box, .left-box  {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 50vw; /* או כל ערך שמתאים לגובה שאתה רוצה */
}

.right-box > div, .left-box > div {
  width: 100%;
}
}

.cubeT1_image {
  position: relative;
}
.cubeT1_image.video {
  position: relative;
}
.cubeT1_image.video::after {
  content: "";
  display: block;
  padding-bottom: 57.034%;
}
@media (max-width: 768px) {
  .cubeT1_image.video::after {
    padding-bottom: 56.25%;
  }
}
.cubeT1_image.video.video_big::after {
  padding-bottom: 56.25%;
}
@media (max-width: 768px) {
  .cubeT1_image.video.video_big::after {
    padding-bottom: 150%;
  }
}
.cubeT1_image.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cubeT1 {
  width: 49.13%;
}
@media (max-width: 768px) {
  .cubeT1 {
    width: 100%;
  }
}
.cubeT1.small {
  width: 43%;
}
@media (max-width: 768px) {
  .cubeT1.small {
    width: 100%;
  }
}

.cubeT1_inner_text {
  position: absolute;
  width: 80%;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);

}


@media (max-width: 768px) {
  .cubeT1_inner_text {
    bottom: auto;
    top: 71%;
    transform: translate(-50%, -50%);
    width: 89.8%;
  }
}

.logo_container {
  width: 345px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .logo_container {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .logo_container {
    width: 172px;
  }
}

.margB1 {
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .margB1 {
    margin-bottom: 2.19vw;
  }
}
@media (max-width: 768px) {
  .margB1 {
    margin-bottom: 4.07vw;
  }
}

.margB2 {
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .margB2 {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .margB2 {
    margin-bottom: 6.11vw;
  }
}

.margB3 {
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .margB3 {
    margin-bottom: 3.13vw;
  }
}
@media (max-width: 768px) {
  .margB3 {
    margin-bottom: 4.07vw;
            font-size: 21px !important;
  }
}

.margB4 {
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .margB4 {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .margB4 {
    margin-bottom: 4.07vw;
  }
}

.margB5 {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .margB5 {
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 768px) {
  .margB5 {
    margin-bottom: 2.54vw;
  }
}

.margB6 {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .margB6 {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 768px) {
  .margB6 {
    margin-bottom: 8.14vw;
  }
}

.margB7 {
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .margB7 {
    margin-bottom: 1vw;
  }
}
@media (max-width: 768px) {
  .margB7 {
    margin-bottom: 4.07vw;
  }
}

.padT1 {
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .padT1 {
    padding: 6.25vw 0;
  }
}
@media (max-width: 768px) {
  .padT1 {
    padding: 7.63vw 0;
  }
}

.padT2 {
  padding: 95px 20px;
}
@media (max-width: 1600px) {
  .padT2 {
    padding: 5vw 0.63vw;
  }
}
@media (max-width: 768px) {
  .padT2 {
    padding: 7.63vw 2.8vw;
  }
}

.padT3 {
  padding: 250px 70px 40px;
}
@media (max-width: 1600px) {
  .padT3 {
    padding: 14vw 4vw 2vw;
  }
}
@media (max-width: 768px) {
  .padT3 {
    padding: 28vw 2.8vw 7vw;
  }
}

@media (max-width: 768px) {
  .size100Mob {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .noRadiusMob {
    border-radius: 0;
  }
}


/*# sourceMappingURL=style.css.map */