﻿.MyContainer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: #333;
}
.CarouselItem {
  height: 500px;
}
.CarouselItem .FluidProductsLink {
  color: white;
  border: solid thin white;
  font-size: 25px;
  margin-top: 50px;
}
.CarouselItem .MyCarousel-Caption {
  position: absolute;
  right: auto !important;
  bottom: auto !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  transform: translate(-50%, -50%);
  text-shadow: none !important;
  padding: 0 15px;
}
.CarouselItem .MyCarousel-Caption img {
  margin: 0 auto 50px auto;
}
.CarouselItem1 {
  background: black url('./images/slider-Redmi6A.jpg') center center no-repeat;
  background-size: cover !important;
}
.CarouselItem2 {
  background: black url('./images/slider-MiA2.jpg') center center no-repeat;
  background-size: cover !important;
}
.CarouselItem3 {
  background: black url('./images/slider-PocophoneF1.jpg') center center no-repeat;
  background-size: cover !important;
}
.CarouselItem4 {
  background: black url('./images/slider-offers.jpg') center center no-repeat;
  background-size: cover !important;
}
.CarouselTitle {
  color: white;
  font-size: 70px;
  line-height: 75px;
  font-weight: 300;
  margin: 5px auto;
  display: block;
}
.CarouselSubtitle {
  color: #fe660f;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  margin: 0 auto;
  display: block;
}
.MyCarousel-Control {
  top: calc(50% - 45px) !important;
  width: 50px !important;
  height: 45px !important;
  text-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  z-index: 50;
}
.MyCarousel-Control img {
  width: 40px;
}
.MyCarousel-Control.left {
  background-image: none !important;
  left: 20px !important;
}
.MyCarousel-Control.right {
  right: 20px !important;
  left: auto !important;
  background-image: none !important;
}
.MyCarousel-Control:hover,
.MyCarousel-Control:focus {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.FluidProducts {
  margin-top: 10px;
}
.FluidProductsText {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.FluidProductsTitles {
  color: #333333;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
.FluidProductsLink {
  border: solid thin #333;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  border-radius: 4px;
  padding: 5px 25px;
  transition: all linear 0.15s;
  display: inline-block;
}
.FluidProductsLink:hover {
  border: solid thin #fd670a;
  background-color: #fd670a;
  color: white;
}
.SmartDevices {
  background-color: #e2e2e2;
  width: 25%;
  height: 400px;
  float: left;
}
.SmartDevices .FluidProductsText {
  top: auto !important;
  bottom: 20px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.SmartDevicesImg1,
.SmartDevicesImg2 {
  position: absolute;
}
.SmartDevicesImg1 {
  top: 60px;
  left: 0;
}
.SmartDevicesImg2 {
  top: -10px;
  right: -50px;
}
.FluidProductsContainer {
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all linear 0.2s;
}
.FluidProductsContainer .FluidProductsText,
.FluidProductsContainer img {
  transition: all linear 0.15s;
}
.FluidProductsContainer:hover img {
  transform: scale(1.15);
}
.FluidProductsRight {
  width: calc(75% - 10px);
  float: left;
  margin-left: 10px;
  height: 400px;
}
.Smartphones {
  background-color: #e2e2e2;
  height: 195px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
}
.SmartphonesImg1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.SmartphonesImg2 {
  position: absolute;
  right: -130px;
  bottom: -80px;
}
.Fitness {
  float: left;
  height: 195px;
  background-color: #fbf1f0;
  overflow: hidden;
  display: block;
  width: calc(50% - 5px);
}
.FitnessImg1 {
  position: absolute;
  left: 0;
  top: 20px;
}
.FitnessImg2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Accessories {
  width: calc(50% - 5px);
  margin-left: 10px;
  float: left;
  height: 195px;
  background-color: #e2e2e2;
}
.AccessoriesImg1 {
  position: absolute;
  left: -30px;
  bottom: -50px;
}
.AccessoriesImg2 {
  position: absolute;
  right: -30px;
  bottom: -50px;
}
.MiLaptopAir {
  background-image: url('./images/MiLaptopAir.png'), url('./images/MiLaptopAirBg.jpg');
  background-position: 90% center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, cover;
  height: 500px;
  padding-top: 150px;
}
.MiLaptopAirDesc {
  position: relative;
  width: 600px;
  left: 50px;
}
.LaptopAirImg {
  display: none;
}
.Redmi5OverviewLeft {
  float: left;
  width: 40%;
}
.Redmi5OverviewRight {
  float: left;
  width: 60%;
  padding: 40px;
}
.DescriptionTitle {
  color: #333;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 15px;
}
.DescriptionSubitle {
  color: #fe660f;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}
.DescriptionParag {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.SmartphonesSectionTitle {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.SmartphonesSectionTitle::before {
  content: '';
  position: absolute;
  left: -70px;
  top: 52%;
  width: 50px;
  height: 1px;
  background-color: #333;
  display: block;
}
.SmartphonesSectionTitle::after {
  content: '';
  position: absolute;
  right: -70px;
  top: 52%;
  width: 50px;
  height: 1px;
  background-color: #333;
  display: block;
}
.ProductWrapper {
  width: 90%;
  margin: 0 auto;
}
.ProductContainer {
  width: calc(33.3% - 50px);
  float: left;
  text-align: center;
  height: 560px;
  position: relative;
  margin: 0 25px 50px 25px;
  padding: 0 15px;
  display: block;
}
.ProductContainer .ProductImg {
  transition: all linear 0.12s;
}
.ProductContainer .ProductShadow {
  transition: all ease-in-out 0.2s;
  width: 178px;
}
.ProductContainer:hover .ProductImg {
  transform: translateY(-15px);
}
.ProductContainer:hover .ProductShadow {
  opacity: 0.3;
  width: 158px;
}
/*********************Coming soon*************************/
.ComingSoon .ProductDesc {
  filter: blur(2px);
}
.ComingSoon:hover .ProductImg {
  transform: none !important;
}
.ComingSoon:hover .ProductShadow {
  opacity: 1;
  width: 178px !important;
}
.ComingSoonOverlay {
  display: block;
  z-index: 60;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.ComingSoonOverlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
/*********************End of Coming soon*************************/
.ProductContainerMiddle {
  /*margin: 0 75px;*/
}
.ProductBgFill,
.ProductBgBorder {
  background-color: #eaeaea;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  color: transparent;
}
.ProductBgBorder {
  background-color: white;
  border: solid 7px #eaeaea;
}
.ProductDesc {
  position: relative;
  z-index: 50;
}
.ProductImgContainer {
  height: 370px;
  display: block;
}
.ProductTitle {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  display: block;
  color: #333;
}
.ProductSubitle {
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.CategoriesTitle {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 120px auto 140px auto;
}
.CategoriesTitle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}
.CategoriesTitle span {
  position: relative;
  z-index: 5;
}
.CategoriesTitle::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 50px;
  top: 34px;
  left: -70px;
  background-color: #333;
}
.CategoriesTitle::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 50px;
  top: 34px;
  right: -70px;
  background-color: #333;
}
.PurifierWrapper {
  background: url('./images/Purifier.jpg') center bottom no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  margin-bottom: 80px;
}
.PurifierDesc {
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  padding: 0 15px;
}
.SmarthomeWrapper {
  width: calc(50% - 15px);
  float: left;
  border: solid 10px #eaeaea;
  height: 400px;
  margin-left: 30px;
  text-align: center;
  padding: 0 15px;
}
.SmarthomeWrapper img {
  margin: -40px auto 60px auto;
}
.ConnectedHome {
  margin-left: 0;
}
.RiceCookerWrapper {
  background: url('./images/RiceCooker.jpg') center center no-repeat;
  background-size: cover;
  margin-top: 70px;
  padding: 80px 0;
}
.RiceCookerWrapperDesc {
  width: 60%;
  position: relative;
  left: 40%;
  padding: 0 15px;
}
.ElectricToothbrush {
  border: none !important;
  background: #e4e8f1 url('./images/ElectricToothbrush.png') left bottom no-repeat;
  position: relative;
}
.ElectricToothbrushDesc {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.RobotVacuum {
  border: none !important;
  background: #eaeaea url('./images/RobotVacuum.png') right center no-repeat;
  position: relative;
}
.RobotVacuumDesc {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.FourProductWrapper {
  width: 100%;
}
.FourProductWrapper .ProductContainer {
  width: calc(25% - 20px);
  float: left;
  text-align: center;
  height: 520px;
  position: relative;
  display: block;
  margin: 0 10px 50px 10px;
}
.FourProductWrapper .ProductImgContainer {
  height: 350px;
}
@media (max-width: 991px) {
  .MiLaptopAir {
    background-image: none, url('./images/MiLaptopAirBg2.jpg');
    background-position: 0, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, cover;
    height: auto !important;
    padding-bottom: 30px;
    padding-top: 180px;
  }
  .MiLaptopAirDesc {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .LaptopAirImg {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .SmartDevicesImg1 {
    width: 100px;
  }
  .SmartDevicesImg2 {
    width: 160px;
    right: -40px;
  }
  .SmartphonesImg1 {
    width: 180px;
  }
  .SmartphonesImg2 {
    width: 370px;
  }
  .FitnessImg1 {
    top: 40px;
    width: 80px;
  }
  .FitnessImg2 {
    width: 100px;
  }
  .AccessoriesImg1 {
    width: 120px;
  }
  .AccessoriesImg2 {
    width: 120px;
  }
  .SmartphonesSectionTitle::before,
  .SmartphonesSectionTitle::after {
    display: none;
  }
  .ProductWrapper {
    width: 100%;
  }
  .ProductContainerMiddle {
    margin: auto;
  }
  .ProductContainer {
    width: calc(50% - 50px);
    margin: 0 25px 70px 25px;
  }
  .FourProductWrapper {
    width: 100%;
  }
  .FourProductWrapper .ProductContainer {
    width: calc(50% - 20px);
    height: 500px;
  }
}
@media (max-width: 768px) {
  .CarouselItem {
    height: 400px;
  }
  .CarouselItem .FluidProductsLink {
    font-size: 20px;
  }
  .CarouselItem .MyCarousel-Caption img {
    margin: 0 auto 20px auto;
  }
  .CarouselTitle {
    color: white;
    font-size: 40px;
    line-height: 45px;
  }
  .CarouselSubtitle {
    font-size: 25px;
    line-height: 30px;
  }
  .SmartDevices {
    height: 220px;
    margin-bottom: 10px;
    width: 100%;
  }
  .SmartDevices .FluidProductsText {
    top: 50% !important;
    left: 50%;
    bottom: auto !important;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .FluidProductsRight {
    width: 100%;
    float: left;
    margin-left: 0;
    clear: both;
    height: auto;
  }
  .DescriptionTitle {
    font-size: 35px;
    line-height: 40px;
  }
  .DescriptionSubitle {
    font-size: 25px;
    line-height: 30px;
  }
  .Redmi5OverviewLeft {
    float: none;
    width: 100%;
  }
  .Redmi5OverviewLeft img {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .Redmi5OverviewRight {
    float: none;
    width: 100%;
    padding: 15px 30px;
  }
  .RiceCookerWrapper {
    padding: 50px 0;
  }
  .SmarthomeWrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
    text-align: center;
    padding-bottom: 50px;
  }
  .ConnectedHome {
    margin-bottom: 20px;
  }
  .ElectricToothbrush {
    background-size: 350px;
  }
  .ElectricToothbrush,
  .RobotVacuum {
    padding: 80px 15px;
  }
  .ElectricToothbrushDesc,
  .RobotVacuumDesc {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    transform: none;
  }
}
@media (max-width: 600px) {
  .ProductContainer {
    height: 520px;
    width: calc(50% - 20px);
    margin: 0 10px 70px 10px;
  }
  .ProductContainer img {
    width: 120px;
  }
  .ProductContainer:hover .ProductShadow {
    width: 110px;
  }
  .ProductBgFill,
  .ProductBgBorder {
    height: 270px;
  }
  .ProductImgContainer {
    height: 280px;
    display: block;
    margin-top: 70px;
  }
  .FourProductWrapper .ProductContainer {
    height: 380px;
  }
  .FourProductWrapper .ProductImgContainer {
    height: 200px;
    margin-top: 0;
  }
  .CategoriesTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .CategoriesTitle::before,
  .CategoriesTitle::after {
    width: 25px;
    top: 23px;
  }
  .CategoriesTitle::before {
    left: -35px;
  }
  .CategoriesTitle::after {
    right: -35px;
  }
  .PurifierWrapper {
    background: url('./images/PurifierBg2.jpg') center bottom no-repeat;
    background-size: cover;
    height: 800px;
  }
  .PurifierDesc {
    width: 100%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .RiceCookerWrapper {
    background: #e1e1e1 url('./images/RiceCookerBg2.jpg') center bottom no-repeat;
    background-size: 110%;
    padding: 50px 0 400px 0;
  }
  .RiceCookerWrapperDesc {
    width: 100%;
    left: 0;
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .MyCarousel-Control {
    display: none;
  }
  .CarouselItem1 {
    background: black url('./images/slider-Redmi6A_small.jpg') center center no-repeat;
  }
  .CarouselItem2 {
    background: #111015 url('./images/slider-MiA2_small.jpg') center center no-repeat;
  }
  .CarouselItem3 {
    background: #0f0f0f url('./images/slider-PocophoneF1_small.jpg') center center no-repeat;
  }
  .CarouselItem4 {
    background: #0f0f0f url('./images/slider-offers_small.jpg') center center no-repeat;
  }
  .ProductContainer {
    height: 500px;
    width: 100%;
    margin: 0;
  }
  .ProductContainer img {
    width: 120px;
  }
  .FourProductWrapper {
    margin-top: 50px;
  }
  .FourProductWrapper .ProductContainer {
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
    padding-bottom: 30px;
  }
  .FourProductWrapper .ProductContainer img {
    width: 140px;
  }
  .FourProductWrapper .ProductImgContainer {
    height: 200px;
    margin-top: 0;
  }
  .RiceCookerWrapper {
    padding: 50px 0 250px 0;
  }
}
@media (max-width: 420px) {
  .Smartphones {
    height: 220px;
  }
  .Fitness,
  .Accessories {
    height: 220px;
  }
  .Fitness .FluidProductsTitles,
  .Accessories .FluidProductsTitles {
    font-size: 20px;
  }
  .FitnessImg1,
  .AccessoriesImg1 {
    display: none;
  }
  .FitnessImg2 {
    width: 70px;
  }
  .AccessoriesImg2 {
    width: 100px;
    right: -20px;
  }
  .SmartphonesImg1 {
    width: 100px;
  }
  .SmartphonesImg2 {
    width: 200px;
    bottom: -20px;
    right: -80px;
  }
  .Redmi5OverviewRight {
    padding: 15px 10px;
  }
  .SmartphonesSectionTitle {
    font-size: 28px;
    line-height: 35px;
  }
}