.Design-idea-gallery{
    padding-top: 48px;
}


.Design-idea-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}


.Design-idea-gallery-title {
    font-family: 'BioRhyme';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 44px;
}

.Design-idea-gallery-cards-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #26282B;
    margin-bottom: 5px;
}

.Design-idea-gallery-cards-para {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.Design-idea-gallery-cards-image {
    height: 285px;
    margin-bottom: 16px;
}

.Design-idea-gallery-cards-image img {
    object-fit: cover;
    height: 100%;
}

.Design-idea-gallery-cards {
    margin-bottom: 20px;
    width: 32.10%;
}
.Design-idea-gallery .description_Design-idea-gallery p{
    font-size: 20px;
    line-height: 28px;
}
/* start mobile view */
@media (max-width:576px) {
    .Design-idea-gallery-title {
        font-size: 24px;
        line-height: 28px;
        color: #26282B;
    }

    .Design-idea-gallery{
        padding-top: 30px;
    }
    

    .Design-idea-gallery-cards-image {
        height: 123px;
        margin-bottom: 10px;
    }

    .Design-idea-gallery-cards {
        margin-bottom: 26px;
        width: 47.61%;
    }

    .Design-idea-gallery-wrapper {
        gap: 0px 16px;
    }

    .Design-idea-gallery-title {
        margin-bottom: 35px;
    }

    .Design-idea-gallery-cards-title {
        font-size: 16px;
        line-height: 20px;
    }

    .Design-idea-gallery-cards-para {
        font-size: 12px;
        line-height: 12px;
    }
    .Design-idea-gallery .description_Design-idea-gallery p{
        font-size: 16px;
        line-height: 24px;
    }

}
@media (max-width:1121px) and (min-width: 970px) {
    .Design-idea-gallery-cards{
    width: 31.9%;
    }
}
@media only screen and (max-width: 970px) and (min-width: 621px)  {
    .Design-idea-gallery-cards{
        width: 31.04%;
    }
}
@media only screen and (max-width: 621px) and (min-width: 576px)  {
    .Design-idea-gallery-cards{
        width: 47.61%;
    }
}

@media (max-width:374px) {
.Design-idea-gallery-wrapper {
    gap: 10px 12px;
}

.Design-idea-gallery-cards {
    width: 47%;
}
}

.step-3-image-text{
    display: flex;
}
.emc {
  padding: 40px 0
}
.emc__separator {
  border-top: 1px solid #e8ebed
}
.emc__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 25px;
  text-align: center
}
@media (min-width:576px) {
  .emc__headline {
    font-size: 30px;
    line-height: 38px
  }
}
.emc__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.emc__slider .slick-slide {
  height: auto;
  margin: 0 7.5px;
  outline: 0
}
.emc__slider .slick-slide:-webkit-direct-focus {
  outline: 0
}
@media (min-width:576px) {
  .emc__slider .slick-slide:first-child {
    margin-left: 0
  }
  .emc__slider .slick-slide:last-child {
    margin-right: 0
  }
}
.emc__card {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.emc__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.emc__thumbnail {
  cursor: pointer;
  margin-bottom: 15px;
  position: relative
}
.emc__thumbnail:hover .emc__thumbnail-overlay {
  opacity: .8;
  top: 0;
  height: 100%
}
.emc__thumbnail-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease
}
.emc__thumbnail-overlay.orange {
  background-color: #e35e61;
  border-bottom: 5px solid #e35e61
}
.emc__thumbnail-overlay.purple {
  background-color: #472b6f;
  border-bottom: 5px solid #472b6f
}
.emc__thumbnail-overlay.blue {
  background-color: #3c6aa8;
  border-bottom: 5px solid #3c6aa8
}
.emc__thumbnail-text {
  color: #fdfeff;
  font-family: BioRhyme;
  font-size: 36px;
  letter-spacing: .02em;
  line-height: 44px
}
.emc__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.emc__title {
  color: #26282b;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px
}
@media (min-width:576px) {
  .emc__title {
    font-size: 30px;
    line-height: 38px
  }
}
.emc__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px
}
@media (min-width:576px) {
  .emc__desc {
    font-size: 18px;
    font-weight: 28px
  }
}

@media (min-width:576px) {
  .emc__thumbnail img {
      height: 320px;
      object-fit: cover;
  }
  }
  @media (max-width:575px) {
  .emc__thumbnail img {
      height: 170px;
      object-fit: cover;
  }
  .emc__thumbnail-text {
    font-size: 25px;
}
  }
/*# sourceMappingURL=maps/explore-more-content.css.map */


@media (max-width:991px) {
    .emc {
        padding-top: 0px;
      }
    }



.easy-emi__section {
    max-width: 1063px;
    margin: 75px auto;
    width: 100%;
}

.easy-emi__section .cmp-teaser{
    display: flex;
    background-color: #F5F4F0;
    border-radius: 10px;
}
.easy-emi__section .cmp-image{
    height: 100%;
}

.easy-emi__section .cmp-teaser__image {
    flex: none;
    position: relative;
    width: 55%;
}
.sleek-kitchen-cal.easy-emi__section .cmp-teaser__image{
    width: 585px;
}

.easy-emi__section .cmp-image__image {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.easy-emi__section .cmp-teaser__content {
    padding: 50px 56px 38px;
}

.easy-emi__section .cmp-teaser__pretitle {
    color: #7345B2;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 117%;
    margin-bottom: 24px;
}

.easy-emi__section .cmp-teaser__title {
    display: block;
    color: #323232;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 156%;
    margin-bottom: 4px;
}

.easy-emi__section .cmp-teaser__description {
    color: #202020;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 42px;
    max-width: 300px;
}

.easy-emi__section .cmp-teaser__action-link {
    display: block;
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    border-radius: 30px;
    border: 1px solid #7345B2;
    padding: 12px 39px;
    width: max-content;
    cursor: pointer;
}

.easy-emi__section .extended-image{
    display: none;
}

/* Find your celebrity */
.find-ur-celebrity-section {
    margin: 150px auto;
}

.find-ur-celebrity-section .cmp-image__image {
    height: 358px;
}

.find-ur-celebrity-section .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px 20px 38px;
}

.find-ur-celebrity-section .cmp-teaser__title {
    color: #000;
    font-family: BioRhyme;
    font-size: 32px;
    font-weight: 700;
    line-height: 37.504px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: left;
}

.find-ur-celebrity-section .cmp-teaser__action-link {
    border-radius: 30px;
    background: #7345B2;
    padding: 12px 39px;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
}

.find-ur-celebrity-section .cmp-teaser {
    background-color: #F5F4EF;
}

@media (max-width: 992px) {
    .easy-emi__section {
        margin: 50px 0px;
        padding: 0 20px;

    }

    .easy-emi__section .cmp-teaser {
        display: block;
    }

    .easy-emi__section .cmp-teaser__image {
        width: 100%;
    }
    .easy-emi__section .cmp-image__image {
        height: 279px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        object-position: left;
    }

    .easy-emi__section .cmp-teaser__content {
        text-align: center;
        padding: 31px 53px 27px;
    }

    .easy-emi__section .cmp-teaser__pretitle {
        font-size: 22px;
        margin-bottom: 19px;
        line-height: 31px;
    }

    .easy-emi__section .cmp-teaser__title {
        color: #202020;
        font-size: 18px;
        margin-bottom: 9px;
        line-height: 24px;
    }

    .easy-emi__section .cmp-teaser__description {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .easy-emi__section .cmp-teaser__action-link {
        margin: 0 auto;
    }

    .easy-emi__section .cmp-teaser__image {
        display: none;
    }
    
    .easy-emi__section .extended-image{
        display: block;
        position: relative;
        height: 310px;
        margin-left: -20px;
    }
    .sleek-kitchen-cal.easy-emi__section .extended-image{
        width: 335px;
        height: 286px;
    }
    
    .easy-emi__section .extended-image {
        right: -20px;
    }

    .easy-emi__section .extended-image img {
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .easy-emi_img-contain .extended-image {
        right: 0;
        margin-left: 0;
    }

    .find-ur-celebrity-section{
        margin: 30px 27px 50px 13px;
    }

    .find-ur-celebrity-section .cmp-teaser {
        border-radius: 0px;
    }

    .find-ur-celebrity-section .extended-image img {
        border-radius: 0px;
        height: 200px;
    }

    .find-ur-celebrity-section .cmp-image__image {
        border-radius: 0px;
        height: 200px;
    }
    
    .find-ur-celebrity-section .extended-image {
        height: 200px;
    }

    .find-ur-celebrity-section .cmp-teaser__content {
        padding: 29px 12px 30px 16px;
    }

    .find-ur-celebrity-section .cmp-teaser__title {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 17px;
        color: #323232;
    }

    .find-ur-celebrity-section .cmp-teaser__action-link {
        padding: 10.5px 28px;
        margin-left: 0;
    }
    
}
