html {
  scroll-behavior: smooth;
}

.MyLPs {
  /*overflow: hidden;*/
  background: #ffffff;
  background-size: 100%;
  position: relative;
  line-height: 1.1;
  color: white;
}

.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}

.MyLPs .radiusCorners {
  border-radius: 16px;
}

.MyLPs img {
  width: auto;
  max-width: 100%;
}

.MyLPs .btnCommon {
  font-size: 16px;
  font-weight: 700;
  color: #2d2b41;
  background-color: #ffc439;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  width: 180px;
  margin: 10px auto 0 auto;
}

.MyLPs .btnCommon span {
  align-self: center;
}

.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}

.MyLPs .btnCommon.purple {
  background-color: #965ce5;
  color: white;
}

.MyLPs .btnCommonBig {
  font-size: 27px;
}

.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.MyLPs h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-block: 0 10px;
}

.MyLPs p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.MyLPs .f20 {
  font-size: 20px;
}

.MyLPs .f26 {
  font-size: 26px;
}

.MyLPs .f30 {
  font-size: 30px;
}

.MyLPs .f60 {
  font-size: 60px;
  line-height: 1;
}

.MyLPs .w500 {
  font-weight: 500;
}

.MyLPs .w700 {
  font-weight: 700;
}

.MyLPs .w800 {
  font-weight: 800;
}

.MyLPs .bRadius20 {
  border-radius: 20px;
}

.section1 {
  background: #0eb69d url('https://support3.you.gr/you/redesign/landing_pages/2023_houseIQ/section1bg.jpg') center center no-repeat;
  background-size: cover;
  height: 511px;
  display: flex;
  align-items: center;
}

.scrollDown {
  margin: 0 auto;
  animation: scrollDown infinite linear 1s;
  position: relative;
}

.section_banners_promo {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: auto;
  z-index: 2;
  justify-content: space-around;
  gap: 50px;
}

@keyframes scrollDown {

  0%,
  100% {
    top: 0;
  }

  50% {
    top: 10px;
  }
}

.mainBoxes {
  max-width: 1200px;
  border-radius: 15px;
  padding: 10px 40px;
  margin-block: 90px 100px;
}

.mainBoxes .poster {
  border-radius: 10px;
  margin-top: -50px;
}

.mainBoxes .owl-nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 100px);
  margin-left: -50px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: -1;
}

.mainBoxes .owl-nav button {
  background-color: #efeeec !important;
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2023_houseIQ/chevron.svg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  transition: all linear 0.05s;
}

.mainBoxes .owl-nav button span {
  display: none;
}

.mainBoxes .owl-nav button:hover {
  background-color: #ffc439 !important;
}

.mainBoxes .owl-nav button.owl-prev {
  transform: scale(-1);
}

.special-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 30px auto;
}

.special-tip img {
  max-width: 80px;
}

.textCarousels {
  max-width: 70%;
  margin: 0 auto;
  isolation: isolate;
  position: relative;
  top: 80px;
}

.textCarousels .item {
  height: 100%;
  min-height: 180px;
}

.textCarousels .item div {
  background-color: #c2f5ed;
  border-radius: 15px;
  padding: 20px 10px;
  color: #2d2c42;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  height: 100%;
}

#oik_suskeues .item div {
  background-color: #b1f8d7;
}

#automatismoi .item div {
  background-color: #b5ebf8;
}

#mageirema .item div {
  background-color: #ced1fb;
}

#afygransi .item div {
  background-color: #c9e4fd;
}

#thermansi .item div {
  background-color: #deecf9;
}

.smallBanners {
  border-radius: 15px;
  padding: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.smallBanners .desc {
  max-width: 50%;
  text-align: center;
}

.smallBanners:hover .btnCommon {
  background-color: #ffd46f;
}

.brandsCarousel {
  margin-top: 15px;
}

.brandsCarousel .item a {
  display: block;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandsCarousel .owl-item:last-child {
  display: none;
}

.section3 {
  background-color: #ece9e9;
  padding: 60px 0px 40px 0px;
}

.section3 img {
  margin: 0 auto;
  border-radius: 20px;
  transition: all linear 0.1s;
}

.section3 img:hover {
  -webkit-box-shadow: 9px 5px 14px -2px rgba(0, 0, 0, 0.32);
  box-shadow: 9px 5px 14px -2px rgba(0, 0, 0, 0.32);
}

@media (max-width: 1200px) {
  .mainBoxes {
    max-width: 100%;
  }

  .smallBanners {
    background-size: 100%;
  }
}

@media (max-width: 991px) {
  .mainBoxes {
    max-width: 100%;
  }

  .mainBoxes h2 {
    font-size: 40px;
  }

  .mainBoxes .f24 {
    font-size: 20px;
  }

  .mainBoxes .poster {
    margin-top: 0;
  }

  .poster-wrapper {
    align-self: center;
  }

  .special-tip {
    max-width: 100%;
  }

  .textCarousels {
    top: 40px;
  }

  .textCarousels .item div {
    font-size: 16px;
  }

  .smallBanners {
    font-size: 22px;
    font-weight: 700;
    height: 100%;
  }

  .smallBanners .desc {
    max-width: 50%;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section1 {
    height: 400px;
  }

  .section1 img {
    max-width: 180px;
  }

  .section1 .f40 {
    font-size: 30px;
  }

  .mainBoxes {
    max-width: 100%;
    position: relative;
    padding: 10px 20px 30% 20px;
    margin-block: 50px 30px;
  }

  .mainBoxes h2 {
    font-size: 40px;
  }

  .mainBoxes .f24 {
    font-size: 20px;
  }

  .mainBoxes .poster {
    margin: -50px auto 15px auto;
    max-width: 350px;
    width: 100%;
  }

  .poster-wrapper {
    align-self: center;
  }

  .special-tip {
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .textCarousels {
    top: 0;
    margin-block: 35px 10px;
  }

  .textCarousels .item div {
    font-size: 16px;
  }

  .smallBanners-wrapper {
    margin-block: 5px;
  }

  .smallBanners {
    background-size: auto;
    padding-block: 30px;
  }

  .smallBanners .desc {
    max-width: 40%;
  }

  .brandsCarousel {
    width: 95%;
    margin: 15px auto 0 auto;
  }
}

@media (max-width: 576px) {
  .MyLPs p {
    font-size: 18px;
  }

  .MyLPs .f26 {
    font-size: 22px;
  }

  .MyLPs .f30 {
    font-size: 25px;
  }

  .MyLPs .f60 {
    font-size: 35px;
  }

  .MyLPs .H2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 50px auto;
  }

  .MyLPs .btnCommon {
    font-size: 14px;
    width: 100%;
    max-width: 145px;
  }

  .section1 {
    background: #0eb69d url('https://support3.you.gr/you/redesign/landing_pages/2023_houseIQ/section1bgm.jpg') right center no-repeat;
    background-size: cover;
    height: 363px;
  }

  .mainBoxes {
    max-width: 100%;
    position: relative;
    padding: 10px 20px 45% 20px;
  }

  .mainBoxes h2 {
    font-size: 28px;
  }

  .mainBoxes .f24 {
    font-size: 16px;
  }

  .mainBoxes .poster {
    margin: -50px auto 15px auto;
    max-width: 90%;
    width: 100%;
  }

  .mainBoxes .category-icon {
    max-width: 70px;
  }

  .textCarousels {
    max-width: 100%;
  }

  .smallBanners {
    background-size: 100%;
  }

  .smallBanners .desc {
    max-width: 45%;
  }

  .smallBanners .desc .btnCommon {
    padding: 10px !important;
  }

  .brandsCarousel {
    width: 100%;
  }

  .brandsCarousel .item {
    width: 180px;
  }

  .section_banners_promo {
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
  }

}

@media (max-width: 400px) {
  .MyLPs .btnCommon {
    font-size: 14px;
  }

  .section1 {
    background: #0eb69d url('https://support3.you.gr/you/redesign/landing_pages/2023_houseIQ/section1bg400.jpg') right center no-repeat;
    background-size: cover;
  }

  .section1 img {
    max-width: 150px;
  }
}