﻿.MyLPs {
  overflow-x: hidden;
  background: #f0f0f2;
  color: #2b2d40;
}
.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 h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}
.MyLPs .btnCommon {
  font-size: 20px;
  font-weight: 400 !important;
  color: black;
  background-color: #ffc439;
  font-weight: lighter;
  border-radius: 15px;
  padding: 10px 45px;
  transition: all linear 0.2s;
}
.MyLPs .btnCommon:hover {
  opacity: 0.8;
}
.MyLPs .f18 {
  font-size: 18px;
  line-height: 1.2;
}
.MyLPs .f35 {
  font-size: 35px;
  line-height: 40px;
}
.MyLPs .f43 {
  font-size: 43px;
  line-height: 50px;
}
.MyLPs .f53 {
  font-size: 53px;
  line-height: 60px;
}
.MyLPs button {
  background-color: white;
  border: none;
  border-radius: 8px;
  padding: 23px 70px;
  font-size: 20px;
  margin: 0 auto 0 auto;
  transition: all linear 0.1s;
}
.MyLPs button:hover {
  background-color: #ffc539;
}
.clrWhite {
  color: white !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.section1 {
  background: #fff;
  background-size: auto, 25%, auto;
  padding-block: 50px;
  border-radius: 30px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block: 20px 50px;
}
.section2 {
  background-color: #2b2d40;
  padding: 15px 25px;
  border-radius: 50px;
  color: white;
  text-align: center;
  max-width: 550px;
  margin: 25px auto;
  position: relative;
}
.section2::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  right: 2.8em;
  border: 0.75rem solid transparent;
  border-top: none;
  border-bottom-color: #2b2d40;
  transform: scale(-1);
}
.kalikatzaros {
  position: absolute;
  right: 15%;
  top: -15%;
}
.IconsSection {
  background-color: #2b2d40;
  margin-top: 80px;
}
.IconsWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.IconsContainer {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 5px;
  color: white;
  width: 100px;
}
.IconsContainer span.imgWrapper {
  max-width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 8px auto;
  position: relative;
}
.IconsContainer span.imgWrapper img {
  filter: invert(100%);
  position: relative;
  z-index: 2;
}
.IconsContainer span.imgWrapper span {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 77px;
  height: 77px;
  background: transparent;
  border-radius: 55%;
  display: block;
}
.IconsContainer span.imgWrapper:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(19%) saturate(530%) hue-rotate(191deg) brightness(94%) contrast(102%);
}
.IconsContainer span.imgWrapper:hover span {
  background: white;
}
.BFCarousel .IconsContainer {
  margin: auto;
}
.BFCarousel .owl-item {
  text-align: center !important;
}
.BFCarousel .owl-item img {
  max-width: 79px;
}
.BFCarousel .owl-nav button {
  height: 45px !important;
  width: 45px !important;
  position: relative;
  background-color: #ffc439 !important;
  border-radius: 50% !important;
  opacity: 0.8;
}
.BFCarousel .owl-nav button span {
  font-size: 25px !important;
  line-height: 20px;
  font-weight: 700;
  display: none;
}
.BFCarousel .owl-nav button:hover {
  opacity: 1;
}
.BFCarousel .owl-nav button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background: url('images/left.svg') center center no-repeat;
  background-size: 30px;
}
.BFCarousel .owl-nav .owl-prev {
  left: 0;
}
.BFCarousel .owl-nav .owl-next {
  right: 0;
}
.BFCarousel .owl-nav .owl-next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1350px) {
  .kalikatzaros {
    position: absolute;
    right: -5%;
    top: -15%;
  }
}
@media (max-width: 1200px) {
  .MyLPs h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .section1 {
    background-size: 30%, 25%, auto;
    height: 200px;
  }
  .section1 div {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .MyLPs .f35 {
    font-size: 22px;
    line-height: 30px;
  }
  .MyLPs .f43 {
    font-size: 28px;
    line-height: 38px;
  }
  .MyLPs .f53 {
    font-size: 35px;
    line-height: 45px;
  }
  .section1 {
    height: 150px;
  }
  .kalikatzaros {
    position: relative;
    right: unset;
    top: 0;
    margin: -10px auto;
    max-width: 120px !important;
  }
}
@media (max-width: 576px) {
  .MyLPs .f32 {
    font-size: 22px;
    line-height: 1.2;
  }
  .MyLPs .f35 {
    font-size: 25px;
    line-height: 28px;
  }
  .MyLPs .f43 {
    font-size: 22px;
    line-height: 28px;
  }
  .MyLPs .f53 {
    font-size: 28px;
    line-height: 38px;
  }
  .MyLPs .btnCommon {
    font-size: 18px;
  }
  .section1 {
    background-size: 70%, auto;
    padding-block: 40px 15%;
    height: auto;
  }
  .section1 div {
    max-width: 90%;
  }
  .IconsSection {
    background-color: #2b2d40;
    margin-top: 30px;
  }
}